Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Devent_attr.cpp137 attr.sample_id_all, attr.exclude_host, attr.exclude_guest); in DumpPerfEventAttr()
193 if (attr.sample_id_all == 0) { in GetCommonEventIdPositionsForAttrs()
227 return attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_TIME); in IsTimestampSupported()
231 return attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_CPU); in IsCpuSupported()
H A Drecord.cpp78 sample_id_all = attr.sample_id_all; in CreateContent()
86 sample_id_all = attr.sample_id_all; in ReadFromBinaryFormat()
88 if (sample_id_all) { in ReadFromBinaryFormat()
115 if (sample_id_all) { in WriteToBinaryFormat()
135 if (sample_id_all) { in Dump()
156 if (sample_id_all) { in Size()
H A Drecord_test.cpp32 event_attr.sample_id_all = 1; in SetUp()
H A Drecord_file_test.cpp45 attr.sample_id_all = 1; in AddEventType()
H A Drecord.h185 bool sample_id_all; member
H A DRecordReadThread.cpp126 if ((sample_type_ & PERF_SAMPLE_TIME) && attr.sample_id_all) { in RecordParser()
H A Devent_selection_set.cpp395 selection.event_attr.sample_id_all = 1; in SampleIdAll()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dperf_event.h210 …_on_exec : 1, task : 1, watermark : 1, precise_ip : 2, mmap_data : 1, sample_id_all : 1, exclude_h… member