Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dtrace-event.c119 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()
Dheader.c3221 event = tep_find_event(pevent, evsel->attr.config); in perf_evsel__prepare_tracepoint_event()
/Linux-v4.19/tools/lib/traceevent/
Devent-parse.h700 struct event_format *tep_find_event(struct tep_handle *pevent, int id);
Devent-parse.c3463 struct event_format *tep_find_event(struct tep_handle *pevent, int id) in tep_find_event() function
5232 return tep_find_event(pevent, type); in tep_data_event_from_type()
5441 return tep_find_event(pevent, type); in tep_find_event_by_record()
6588 event = tep_find_event(pevent, id); in search_event()
Dparse-filter.c156 filter_type->event = tep_find_event(filter->pevent, id); in add_filter_type()