Lines Matching refs:record
7 Extract common fields from a record.
31 This set of functions can be used to extract common fields from a record.
33 The _tep_data_type()_ function gets the event id from the record _rec_.
37 The _tep_data_pid()_ function gets the process id from the record _rec_.
42 record _rec_. It reads the "common_preempt_count" field. The _tep_ argument is
45 The _tep_data_flags()_ function gets the latency flags from the record _rec_.
79 void process_record(struct tep_record *record)
83 data = tep_data_type(tep, record);
88 data = tep_data_pid(tep, record);
93 data = tep_data_preempt_count(tep, record);
98 data = tep_data_flags(tep, record);