Home
last modified time | relevance | path

Searched refs:sample_id_all (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Drecord_test.cpp59 event_attr.sample_id_all = 1; in TEST_F()
105 event_attr.sample_id_all = 1; in TEST_F()
Drecord.cpp73 sample_id_all = attr.sample_id_all; in CreateContent()
80 sample_id_all = attr.sample_id_all; in ReadFromBinaryFormat()
82 if (sample_id_all) { in ReadFromBinaryFormat()
107 if (sample_id_all) { in WriteToBinaryFormat()
127 if (sample_id_all) { in Dump()
148 if (sample_id_all) { in Size()
717 has_timestamp_(attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_TIME)), in RecordCache()
Devent_attr.cpp141 attr.sample_id_all, attr.exclude_host, attr.exclude_guest); in DumpPerfEventAttr()
Drecord_file_test.cpp108 attrs_[0]->sample_id_all = 1; in TEST_F()
Drecord.h108 bool sample_id_all; member
Devent_selection_set.cpp111 selection.event_attr.sample_id_all = 1; in SampleIdAll()