Searched refs:tep_parse_event (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-parse_event.txt | 6 tep_parse_event, tep_parse_format - Parse the event format information 14 enum tep_errno *tep_parse_event*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_, unsigne… 49 if (tep_parse_event(tep, buf, size, "ftrace") != 0) {
|
D | libtraceevent.txt | 66 …enum tep_errno *tep_parse_event*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_, unsign…
|
/Linux-v5.10/tools/perf/util/ |
D | trace-event-parse.c | 167 return tep_parse_event(pevent, buf, size, "ftrace"); in parse_ftrace_file() 173 return tep_parse_event(pevent, buf, size, sys); in parse_event_file()
|
/Linux-v5.10/tools/lib/traceevent/ |
D | event-parse.h | 466 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf,
|
D | event-parse.c | 6920 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf, in tep_parse_event() function
|