Searched refs:tep_find_event (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_find.txt | 6 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);
|
D | libtraceevent.txt | 60 struct tep_event pass:[*]*tep_find_event*(struct tep_handle pass:[*]_tep_, int _id_);
|
/Linux-v5.10/tools/perf/util/ |
D | trace-event.c | 118 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()
|
D | header.c | 3758 event = tep_find_event(pevent, evsel->core.attr.config); in perf_evsel__prepare_tracepoint_event()
|
/Linux-v5.10/tools/lib/traceevent/ |
D | event-parse.h | 526 struct tep_event *tep_find_event(struct tep_handle *tep, int id);
|
D | parse-filter.c | 152 filter_type->event = tep_find_event(filter->tep, id); in add_filter_type()
|
D | event-parse.c | 3572 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()
|