Home
last modified time | relevance | path

Searched refs:tep_find_event (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_find.txt6 tep_find_event,tep_find_event_by_name,tep_find_event_by_record -
15 struct tep_event pass:[*]*tep_find_event*(struct tep_handle pass:[*]_tep_, int _id_);
52 event = tep_find_event(tep, 1857);
Dlibtraceevent.txt60 struct tep_event pass:[*]*tep_find_event*(struct tep_handle pass:[*]_tep_, int _id_);
/Linux-v5.10/tools/perf/util/
Dtrace-event.c118 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()
Dheader.c3758 event = tep_find_event(pevent, evsel->core.attr.config); in perf_evsel__prepare_tracepoint_event()
/Linux-v5.10/tools/lib/traceevent/
Devent-parse.h526 struct tep_event *tep_find_event(struct tep_handle *tep, int id);
Dparse-filter.c152 filter_type->event = tep_find_event(filter->tep, id); in add_filter_type()
Devent-parse.c3572 struct tep_event *tep_find_event(struct tep_handle *tep, int id) in tep_find_event() function
6030 return tep_find_event(tep, type); in tep_find_event_by_record()
7285 event = tep_find_event(tep, id); in search_event()