Home
last modified time | relevance | path

Searched refs:io__get_hex (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dapi-io.c145 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()
/openbmc/linux/tools/lib/symbol/
H A Dkallsyms.c54 if (io__get_hex(&io, &start) != ' ') { in kallsyms__parse()
/openbmc/linux/tools/lib/api/
H A Dio.h95 static inline int io__get_hex(struct io *io, __u64 *hex) in io__get_hex() function
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c303 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()