Searched refs:SetTypeAndMisc (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | record.cpp | 224 SetTypeAndMisc(PERF_RECORD_MMAP, in MmapRecord() 275 SetTypeAndMisc(PERF_RECORD_MMAP2, in_kernel ? PERF_RECORD_MISC_KERNEL : PERF_RECORD_MISC_USER); in Mmap2Record() 329 SetTypeAndMisc(PERF_RECORD_COMM, 0); in CommRecord() 394 SetTypeAndMisc(PERF_RECORD_FORK, 0); in ForkRecord() 508 SetTypeAndMisc(PERF_RECORD_SAMPLE, PERF_RECORD_MISC_USER); in SampleRecord() 913 SetTypeAndMisc(PERF_RECORD_BUILD_ID, in BuildIdRecord() 945 SetTypeAndMisc(PERF_RECORD_AUXTRACE_INFO, 0); in AuxTraceInfoRecord() 989 SetTypeAndMisc(PERF_RECORD_AUXTRACE, 0); in AuxTraceRecord() 1029 SetTypeAndMisc(SIMPLE_PERF_RECORD_KERNEL_SYMBOL, 0); in KernelSymbolRecord() 1054 SetTypeAndMisc(SIMPLE_PERF_RECORD_DSO, 0); in DsoRecord() [all …]
|
D | record.h | 245 void SetTypeAndMisc(uint32_t type, uint16_t misc) { in SetTypeAndMisc() function
|
D | record_file_reader.cpp | 420 record.SetTypeAndMisc(PERF_RECORD_BUILD_ID, record.misc()); in ReadBuildIdFeature()
|