Home
last modified time | relevance | path

Searched refs:tep_get_event (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_get.txt6 tep_get_event, tep_get_first_event, tep_get_events_count - Access events.
14 struct tep_event pass:[*]*tep_get_event*(struct tep_handle pass:[*]_tep_, int _index_);
64 event = tep_get_event(tep, count-1);
Dlibtraceevent.txt52 struct tep_event pass:[*]*tep_get_event*(struct tep_handle pass:[*]_tep_, int _index_);
/linux-5.19.10/tools/lib/traceevent/
Devent-parse-api.c19 struct tep_event *tep_get_event(struct tep_handle *tep, int index) in tep_get_event() function
36 return tep_get_event(tep, 0); in tep_get_first_event()
Devent-parse.h449 struct tep_event *tep_get_event(struct tep_handle *tep, int index);