Home
last modified time | relevance | path

Searched refs:tep_parse_format (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
15 enum tep_errno *tep_parse_format*(struct tep_handle pass:[*]_tep_, struct tep_event pass:[*]pass:[*…
53 if (tep_parse_format(tep, &event, buf, size, "ftrace") != 0) {
Dlibtraceevent.txt67 …enum tep_errno *tep_parse_format*(struct tep_handle pass:[*]_tep_, struct tep_event pass:[*]pass:[…
/linux-6.1.9/tools/perf/util/
Dtrace-event.c95 tep_parse_format(pevent, &event, data, size, sys); in tp_format()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h469 enum tep_errno tep_parse_format(struct tep_handle *tep,
Devent-parse.c6917 enum tep_errno tep_parse_format(struct tep_handle *tep, in tep_parse_format() function