Home
last modified time | relevance | path

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

/tools/lib/traceevent/Documentation/
Dlibtraceevent-record_parse.txt6 tep_data_type, tep_data_pid,tep_data_preempt_count, tep_data_flags -
23 int *tep_data_type*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_);
83 data = tep_data_type(tep, record);
Dlibtraceevent.txt109 int *tep_data_type*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_);
/tools/lib/traceevent/
Devent-parse.h529 int tep_data_type(struct tep_handle *tep, struct tep_record *rec);
Dparse-filter.c1893 event_id = tep_data_type(tep, record); in tep_filter_match()
Devent-parse.c5330 int tep_data_type(struct tep_handle *tep, struct tep_record *rec) in tep_data_type() function