Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.cpp221 SetTypeAndMisc(PERF_RECORD_MMAP, in MmapRecord()
272 SetTypeAndMisc(PERF_RECORD_MMAP2, in_kernel ? PERF_RECORD_MISC_KERNEL : PERF_RECORD_MISC_USER); in Mmap2Record()
326 SetTypeAndMisc(PERF_RECORD_COMM, 0); in CommRecord()
391 SetTypeAndMisc(PERF_RECORD_FORK, 0); in ForkRecord()
505 SetTypeAndMisc(PERF_RECORD_SAMPLE, PERF_RECORD_MISC_USER); in SampleRecord()
896 SetTypeAndMisc(PERF_RECORD_BUILD_ID, in BuildIdRecord()
928 SetTypeAndMisc(SIMPLE_PERF_RECORD_KERNEL_SYMBOL, 0); in KernelSymbolRecord()
953 SetTypeAndMisc(SIMPLE_PERF_RECORD_DSO, 0); in DsoRecord()
990 SetTypeAndMisc(SIMPLE_PERF_RECORD_SYMBOL, 0); in SymbolRecord()
1023 SetTypeAndMisc(SIMPLE_PERF_RECORD_TRACING_DATA, 0); in TracingDataRecord()
[all …]
Drecord.h242 void SetTypeAndMisc(uint32_t type, uint16_t misc) { in SetTypeAndMisc() function
Drecord_file_reader.cpp393 record.SetTypeAndMisc(PERF_RECORD_BUILD_ID, record.misc()); in ReadBuildIdFeature()