Home
last modified time | relevance | path

Searched refs:SetTypeAndMisc (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Drecord.cpp322 SetTypeAndMisc(PERF_RECORD_COMM, 0); in CommRecord()
384 SetTypeAndMisc(PERF_RECORD_FORK, 0); in ForkRecord()
937 SetTypeAndMisc(PERF_RECORD_AUXTRACE_INFO, 0); in AuxTraceInfoRecord()
981 SetTypeAndMisc(PERF_RECORD_AUXTRACE, 0); in AuxTraceRecord()
1020 SetTypeAndMisc(SIMPLE_PERF_RECORD_KERNEL_SYMBOL, 0); in KernelSymbolRecord()
1045 SetTypeAndMisc(SIMPLE_PERF_RECORD_DSO, 0); in DsoRecord()
1081 SetTypeAndMisc(SIMPLE_PERF_RECORD_SYMBOL, 0); in SymbolRecord()
1114 SetTypeAndMisc(SIMPLE_PERF_RECORD_TRACING_DATA, 0); in TracingDataRecord()
1141 SetTypeAndMisc(SIMPLE_PERF_RECORD_EVENT_ID, 0); in EventIdRecord()
1180 SetTypeAndMisc(SIMPLE_PERF_RECORD_CALLCHAIN, 0); in CallChainRecord()
[all …]
H A Drecord.h244 void SetTypeAndMisc(uint32_t type, uint16_t misc) { in SetTypeAndMisc() function
H A Drecord_file_reader.cpp447 record.SetTypeAndMisc(PERF_RECORD_BUILD_ID, record.misc()); in ReadBuildIdFeature()