Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-parse_event.txt6 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) {
Dlibtraceevent.txt66 …enum tep_errno *tep_parse_event*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_, unsign…
/linux-6.1.9/tools/perf/util/
Dtrace-event-parse.c167 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-6.1.9/tools/lib/traceevent/
Devent-parse.h467 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf,
Devent-parse.c6939 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf, in tep_parse_event() function