Searched refs:SetTypeAndMisc (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | record.cpp | 227 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 …]
|
D | record.h | 244 void SetTypeAndMisc(uint32_t type, uint16_t misc) { in SetTypeAndMisc() function
|
D | record_file_reader.cpp | 447 record.SetTypeAndMisc(PERF_RECORD_BUILD_ID, record.misc()); in ReadBuildIdFeature()
|