Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_get.txt6 tep_get_event, tep_get_first_event, tep_get_events_count - Access events.
15 struct tep_event pass:[*]*tep_get_first_event*(struct tep_handle pass:[*]_tep_);
53 struct tep_event *event, *events = tep_get_first_event(tep);
Dlibtraceevent.txt53 struct tep_event pass:[*]*tep_get_first_event*(struct tep_handle pass:[*]_tep_);
/linux-6.1.9/tools/lib/traceevent/
Devent-parse-api.c34 struct tep_event *tep_get_first_event(struct tep_handle *tep) in tep_get_first_event() function
Devent-parse.h525 struct tep_event *tep_get_first_event(struct tep_handle *tep);
/linux-6.1.9/tools/perf/util/
Dtrace-event-parse.c24 event = tep_get_first_event(pevent); in get_common_field()