Symbol: io__get_char
tools/lib/api/fs/fs.c
465
switch (io__get_char(&io)) {
tools/lib/api/io.h
108
int ch = io__get_char(io);
tools/lib/api/io.h
137
int ch = io__get_char(io);
tools/lib/api/io.h
163
ch = io__get_char(io);
tools/lib/symbol/kallsyms.c
25
ch = io__get_char(io);
tools/lib/symbol/kallsyms.c
58
symbol_type = io__get_char(&io);
tools/lib/symbol/kallsyms.c
59
if (io__get_char(&io) != ' ') {
tools/lib/symbol/kallsyms.c
64
ch = io__get_char(&io);
tools/perf/tests/api-io.c
104
ch = io__get_char(&io);
tools/perf/tests/api-io.c
99
ch = io__get_char(&io);
tools/perf/tests/tests-scripts.c
100
ch = io__get_char(&io);
tools/perf/tests/tests-scripts.c
108
ch = io__get_char(&io);
tools/perf/tests/tests-scripts.c
89
if (io__get_char(&io) != '#')
tools/perf/tests/tests-scripts.c
91
if (io__get_char(&io) != '!')
tools/perf/tests/tests-scripts.c
94
ch = io__get_char(&io);
tools/perf/util/addr2line.c
114
ch = io__get_char(&io);
tools/perf/util/addr2line.c
139
ch = io__get_char(&io);
tools/perf/util/addr2line.c
223
ch = io__get_char(io);
tools/perf/util/addr2line.c
226
ch = io__get_char(io);
tools/perf/util/synthetic-events.c
2558
if (io__get_char(io) != 'p' || io__get_char(io) != 'u')
tools/perf/util/synthetic-events.c
2600
if (io__get_char(io) != 'o' || io__get_char(io) != 'm' || io__get_char(io) != 'a' ||
tools/perf/util/synthetic-events.c
2601
io__get_char(io) != 'i' || io__get_char(io) != 'n')
tools/perf/util/synthetic-events.c
2607
while (io__get_char(io) != ' ')
tools/perf/util/synthetic-events.c
2612
while (io__get_char(io) != ' ')
tools/perf/util/synthetic-events.c
2699
for (ch = io__get_char(&io); !io.eof; ch = io__get_char(&io)) {
tools/perf/util/synthetic-events.c
311
ch = io__get_char(io);
tools/perf/util/synthetic-events.c
316
ch = io__get_char(io);
tools/perf/util/synthetic-events.c
321
ch = io__get_char(io);
tools/perf/util/synthetic-events.c
326
ch = io__get_char(io);
tools/perf/util/synthetic-events.c
333
if (io__get_char(io) != ' ')
tools/perf/util/synthetic-events.c
352
ch = io__get_char(io);
tools/perf/util/synthetic-events.c
363
ch = io__get_char(io);
tools/perf/util/tool_pmu.c
117
c = io__get_char(io);
tools/perf/util/tool_pmu.c
138
if (io__get_char(&io) != 'c') return -EINVAL;
tools/perf/util/tool_pmu.c
139
if (io__get_char(&io) != 'p') return -EINVAL;
tools/perf/util/tool_pmu.c
140
if (io__get_char(&io) != 'u') return -EINVAL;
tools/perf/util/tool_pmu.c
170
if (io__get_char(&io) != '(' || !read_until_char(&io, ')'))
tools/perf/util/tool_pmu.c
176
if (io__get_char(&io) != ' ' || io__get_char(&io) == -1)
tools/perf/util/tool_pmu.c
182
if (io__get_char(&io) != ' ')