Searched refs:__show_one_line (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | probe-event.c | 888 static int __show_one_line(FILE *fp, int l, bool skip, bool show_num) in __show_one_line() function 919 int rv = __show_one_line(fp, l, skip, show_num); in _show_one_line() 930 #define show_one_line_or_eof(f,l) __show_one_line(f,l,false,false)
|