Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_attr.cpp135 attr.sample_id_all, attr.exclude_host, attr.exclude_guest); in DumpPerfEventAttr()
191 if (attr.sample_id_all == 0) { in GetCommonEventIdPositionsForAttrs()
224 return attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_TIME); in IsTimestampSupported()
228 return attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_CPU); in IsCpuSupported()
Drecord.cpp76 sample_id_all = attr.sample_id_all; in CreateContent()
85 sample_id_all = attr.sample_id_all; in ReadFromBinaryFormat()
87 if (sample_id_all) { in ReadFromBinaryFormat()
114 if (sample_id_all) { in WriteToBinaryFormat()
134 if (sample_id_all) { in Dump()
158 if (sample_id_all) { in Size()
Drecord_test.cpp30 event_attr.sample_id_all = 1; in SetUp()
Drecord_file_test.cpp41 attr.sample_id_all = 1; in AddEventType()
Drecord.h184 bool sample_id_all; member
Devent_selection_set.cpp378 selection.event_attr.sample_id_all = 1; in SampleIdAll()
DRecordReadThread.cpp127 if ((sample_type_ & PERF_SAMPLE_TIME) && attr.sample_id_all) { in RecordParser()