Searched refs:__show_one_line (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | probe-event.c | 988 static int __show_one_line(FILE *fp, int l, bool skip, bool show_num) in __show_one_line() function 1019 int rv = __show_one_line(fp, l, skip, show_num); in _show_one_line() 1030 #define show_one_line_or_eof(f,l) __show_one_line(f,l,false,false)
|