Home
last modified time | relevance | path

Searched refs:PerfSampleCpuType (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Drecord.h68 struct PerfSampleCpuType { struct
115 PerfSampleCpuType cpu_data; // Valid if sample_id_all && PERF_SAMPLE_CPU.
263 PerfSampleCpuType cpu_data; // Valid if PERF_SAMPLE_CPU.
Drecord.cpp162 size += sizeof(PerfSampleCpuType); in Size()