Searched refs:tep_find_event_by_record (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_find.txt | 6 tep_find_event,tep_find_event_by_name,tep_find_event_by_record - 17 struct tep_event pass:[*]*tep_find_event_by_record*(struct tep_handle pass:[*]_tep_, struct tep_rec… 34 The tep_find_event_by_record()_ function searches for an event from a given 64 struct tep_event *event = tep_find_event_by_record(tep, record);
|
D | libtraceevent-field_get_val.txt | 70 event = tep_find_event_by_record(pevent, record);
|
D | libtraceevent-filter.txt | 136 event = tep_find_event_by_record(tep, record);
|
D | libtraceevent.txt | 62 …struct tep_event pass:[*]*tep_find_event_by_record*(struct tep_handle pass:[*]_tep_, struct tep_re…
|
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.h | 532 tep_find_event_by_record(struct tep_handle *tep, struct tep_record *record);
|
D | event-parse.c | 6038 tep_find_event_by_record(struct tep_handle *tep, struct tep_record *record) in tep_find_event_by_record() function 6211 event = tep_find_event_by_record(tep, record); in tep_print_event()
|