Searched refs:sample_id_all (Results 1 – 7 of 7) sorted by relevance
135 attr.sample_id_all, attr.exclude_host, attr.exclude_guest); in DumpPerfEventAttr()190 if (attr.sample_id_all == 0) { in GetCommonEventIdPositionsForAttrs()223 return attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_TIME); in IsTimestampSupported()227 return attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_CPU); in IsCpuSupported()
73 sample_id_all = attr.sample_id_all; in CreateContent()82 sample_id_all = attr.sample_id_all; in ReadFromBinaryFormat()84 if (sample_id_all) { in ReadFromBinaryFormat()111 if (sample_id_all) { in WriteToBinaryFormat()131 if (sample_id_all) { in Dump()155 if (sample_id_all) { in Size()
41 attr.sample_id_all = 1; in AddEventType()
30 event_attr.sample_id_all = 1; in SetUp()
181 bool sample_id_all; member
121 if ((sample_type_ & PERF_SAMPLE_TIME) && attr.sample_id_all) { in RecordParser()
345 selection.event_attr.sample_id_all = 1; in SampleIdAll()