Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_test.cpp30 event_attr.sample_id_all = 1; in SetUp()
64 event_attr.sample_id_all = 1; in TEST_F()
110 event_attr.sample_id_all = 1; in TEST_F()
127 event_attr.sample_id_all = 1; in TEST_F()
Devent_attr.cpp137 attr.sample_id_all, attr.exclude_host, attr.exclude_guest); in DumpPerfEventAttr()
192 if (attr.sample_id_all == 0) { in GetCommonEventIdPositionsForAttrs()
225 return attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_TIME); in IsTimestampSupported()
229 return attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_CPU); in IsCpuSupported()
Drecord_file_test.cpp41 attr.sample_id_all = 1; in AddEventType()
109 attrs_[0]->sample_id_all = 1; in TEST_F()
Drecord.cpp67 sample_id_all = attr.sample_id_all; in CreateContent()
76 sample_id_all = attr.sample_id_all; in ReadFromBinaryFormat()
78 if (sample_id_all) { in ReadFromBinaryFormat()
105 if (sample_id_all) { in WriteToBinaryFormat()
125 if (sample_id_all) { in Dump()
149 if (sample_id_all) { in Size()
Dperf_clock.cpp111 attr.sample_id_all = 1; in GetClockDiff()
Drecord.h176 bool sample_id_all; member
Devent_selection_set.cpp211 selection.event_attr.sample_id_all = 1; in SampleIdAll()