Home
last modified time | relevance | path

Searched refs:tep_data_flags (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-record_parse.txt6 tep_data_type, tep_data_pid,tep_data_preempt_count, tep_data_flags -
26 int *tep_data_flags*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_);
98 data = tep_data_flags(tep, record);
Dlibtraceevent.txt112 int *tep_data_flags*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_);
/Linux-v5.10/tools/lib/traceevent/
Devent-parse.h536 int tep_data_flags(struct tep_handle *tep, struct tep_record *rec);
Devent-parse.c5874 int tep_data_flags(struct tep_handle *tep, struct tep_record *rec) in tep_data_flags() function