Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.cpp227 SetTypeAndMisc(PERF_RECORD_MMAP, in_kernel ? PERF_RECORD_MISC_KERNEL : PERF_RECORD_MISC_USER); in MmapRecord()
273 SetTypeAndMisc(PERF_RECORD_MMAP2, in_kernel ? PERF_RECORD_MISC_KERNEL : PERF_RECORD_MISC_USER); in Mmap2Record()
322 SetTypeAndMisc(PERF_RECORD_COMM, 0); in CommRecord()
384 SetTypeAndMisc(PERF_RECORD_FORK, 0); in ForkRecord()
497 SetTypeAndMisc(PERF_RECORD_SAMPLE, PERF_RECORD_MISC_USER); in SampleRecord()
906 SetTypeAndMisc(PERF_RECORD_BUILD_ID, in_kernel ? PERF_RECORD_MISC_KERNEL : PERF_RECORD_MISC_USER); in BuildIdRecord()
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()
[all …]
Drecord.h244 void SetTypeAndMisc(uint32_t type, uint16_t misc) { in SetTypeAndMisc() function
Drecord_file_reader.cpp447 record.SetTypeAndMisc(PERF_RECORD_BUILD_ID, record.misc()); in ReadBuildIdFeature()