Searched refs:io__get_dec (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/perf/tests/ |
D | api-io.c | 226 ch = io__get_dec(&io, &dec); in do_test_get_dec() 230 ch = io__get_dec(&io, &dec); in do_test_get_dec() 234 ch = io__get_dec(&io, &dec); in do_test_get_dec()
|
/linux-6.12.1/tools/lib/api/ |
D | io.h | 131 static inline int io__get_dec(struct io *io, __u64 *dec) in io__get_dec() function
|
/linux-6.12.1/tools/perf/util/ |
D | print-events.c | 119 if (io__get_dec(&id, &config) < 0) { in print_tracepoint_events()
|
D | evsel.c | 1723 if (io__get_dec(&io, val) != ' ') in read_stat_field() 1739 if (io__get_dec(&io, val) != ' ') in read_pid_stat_field() 1762 c = io__get_dec(&io, val); in read_pid_stat_field() 1767 c = io__get_dec(&io, val); in read_pid_stat_field()
|
D | synthetic-events.c | 345 ch = io__get_dec(io, inode); in read_proc_maps_line()
|