Home
last modified time | relevance | path

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

/tools/perf/util/
A Dtool_pmu.c109 static bool read_until_char(struct io *io, char e) in read_until_char() function
131 if (!read_until_char(&io, '\n')) in read_stat_field()
140 if (!read_until_char(&io, ' ')) in read_stat_field()
167 if (io__get_char(&io) != '(' || !read_until_char(&io, ')')) in read_pid_stat_field()

Completed in 3 milliseconds