Home
last modified time | relevance | path

Searched refs:io__get_char (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/lib/symbol/
Dkallsyms.c25 ch = io__get_char(io); in read_to_eol()
58 symbol_type = io__get_char(&io); in kallsyms__parse()
59 if (io__get_char(&io) != ' ') { in kallsyms__parse()
64 ch = io__get_char(&io); in kallsyms__parse()
/linux-6.12.1/tools/lib/api/
Dio.h86 static inline int io__get_char(struct io *io) in io__get_char() function
108 int ch = io__get_char(io); in io__get_hex()
137 int ch = io__get_char(io); in io__get_dec()
163 ch = io__get_char(io); in io__getdelim()
/linux-6.12.1/tools/perf/tests/
Dtests-scripts.c89 if (io__get_char(&io) != '#') in shell_test__description()
91 if (io__get_char(&io) != '!') in shell_test__description()
94 ch = io__get_char(&io); in shell_test__description()
100 ch = io__get_char(&io); in shell_test__description()
108 ch = io__get_char(&io); in shell_test__description()
Dapi-io.c99 ch = io__get_char(&io); in do_test_get_char()
104 ch = io__get_char(&io); in do_test_get_char()
/linux-6.12.1/tools/perf/util/
Dsrcline.c522 ch = io__get_char(&io); in addr2line_configure()
547 ch = io__get_char(&io); in addr2line_configure()
631 ch = io__get_char(io); in read_addr2line_record()
634 ch = io__get_char(io); in read_addr2line_record()
Dsynthetic-events.c310 ch = io__get_char(io); in read_proc_maps_line()
315 ch = io__get_char(io); in read_proc_maps_line()
320 ch = io__get_char(io); in read_proc_maps_line()
325 ch = io__get_char(io); in read_proc_maps_line()
332 if (io__get_char(io) != ' ') in read_proc_maps_line()
351 ch = io__get_char(io); in read_proc_maps_line()
362 ch = io__get_char(io); in read_proc_maps_line()
Devsel.c1692 c = io__get_char(io); in read_until_char()
1713 if (io__get_char(&io) != 'c') return -EINVAL; in read_stat_field()
1714 if (io__get_char(&io) != 'p') return -EINVAL; in read_stat_field()
1715 if (io__get_char(&io) != 'u') return -EINVAL; in read_stat_field()
1745 if (io__get_char(&io) != '(' || !read_until_char(&io, ')')) in read_pid_stat_field()
1751 if (io__get_char(&io) != ' ' || io__get_char(&io) == -1) in read_pid_stat_field()
1757 if (io__get_char(&io) != ' ') in read_pid_stat_field()
/linux-6.12.1/tools/lib/api/fs/
Dfs.c465 switch (io__get_char(&io)) { in sysfs__read_bool()