Searched refs:tep_find_event (Results 1 – 5 of 5) sorted by relevance
119 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()
3221 event = tep_find_event(pevent, evsel->attr.config); in perf_evsel__prepare_tracepoint_event()
700 struct event_format *tep_find_event(struct tep_handle *pevent, int id);
3463 struct event_format *tep_find_event(struct tep_handle *pevent, int id) in tep_find_event() function5232 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()
156 filter_type->event = tep_find_event(filter->pevent, id); in add_filter_type()