Searched refs:io__get_hex (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/perf/tests/ |
D | api-io.c | 144 ch = io__get_hex(&io, &hex); in do_test_get_hex() 148 ch = io__get_hex(&io, &hex); in do_test_get_hex() 152 ch = io__get_hex(&io, &hex); in do_test_get_hex()
|
/Linux-v5.10/tools/lib/symbol/ |
D | kallsyms.c | 54 if (io__get_hex(&io, &start) != ' ') { in kallsyms__parse()
|
/Linux-v5.10/tools/lib/api/ |
D | io.h | 66 static inline int io__get_hex(struct io *io, __u64 *hex) in io__get_hex() function
|
/Linux-v5.10/tools/perf/util/ |
D | synthetic-events.c | 287 if (io__get_hex(io, start) != '-') in read_proc_maps_line() 289 if (io__get_hex(io, end) != ' ') in read_proc_maps_line() 319 if (io__get_hex(io, offset) != ' ') in read_proc_maps_line() 322 if (io__get_hex(io, &temp) != ':') in read_proc_maps_line() 325 if (io__get_hex(io, &temp) != ' ') in read_proc_maps_line()
|