Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.cpp215 SetTypeAndMisc(PERF_RECORD_MMAP, in MmapRecord()
305 SetTypeAndMisc(PERF_RECORD_COMM, 0); in CommRecord()
347 SetTypeAndMisc(PERF_RECORD_FORK, 0); in ForkRecord()
466 SetTypeAndMisc(PERF_RECORD_SAMPLE, PERF_RECORD_MISC_USER); in SampleRecord()
697 SetTypeAndMisc(PERF_RECORD_BUILD_ID, in BuildIdRecord()
729 SetTypeAndMisc(SIMPLE_PERF_RECORD_KERNEL_SYMBOL, 0); in KernelSymbolRecord()
754 SetTypeAndMisc(SIMPLE_PERF_RECORD_DSO, 0); in DsoRecord()
791 SetTypeAndMisc(SIMPLE_PERF_RECORD_SYMBOL, 0); in SymbolRecord()
824 SetTypeAndMisc(PERF_RECORD_TRACING_DATA, 0); in TracingDataRecord()
851 SetTypeAndMisc(SIMPLE_PERF_RECORD_EVENT_ID, 0); in EventIdRecord()
Drecord.h237 void SetTypeAndMisc(uint32_t type, uint16_t misc) { in SetTypeAndMisc() function
Drecord_file_reader.cpp369 record.SetTypeAndMisc(PERF_RECORD_BUILD_ID, record.misc()); in ReadBuildIdFeature()