Searched refs:io__get_hex (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/tests/ |
D | api-io.c | 145 ch = io__get_hex(&io, &hex); in do_test_get_hex() 149 ch = io__get_hex(&io, &hex); in do_test_get_hex() 153 ch = io__get_hex(&io, &hex); in do_test_get_hex()
|
/linux-6.12.1/tools/lib/symbol/ |
D | kallsyms.c | 54 if (io__get_hex(&io, &start) != ' ') { in kallsyms__parse()
|
/linux-6.12.1/tools/lib/api/ |
D | io.h | 102 static inline int io__get_hex(struct io *io, __u64 *hex) in io__get_hex() function
|
/linux-6.12.1/tools/perf/util/ |
D | synthetic-events.c | 303 if (io__get_hex(io, start) != '-') in read_proc_maps_line() 305 if (io__get_hex(io, end) != ' ') in read_proc_maps_line() 335 if (io__get_hex(io, offset) != ' ') in read_proc_maps_line() 338 if (io__get_hex(io, &temp) != ':') in read_proc_maps_line() 341 if (io__get_hex(io, &temp) != ' ') in read_proc_maps_line()
|