Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h89 struct PerfSampleCpuType { struct
184 PerfSampleCpuType cpu_data; // Valid if sample_id_all && PERF_SAMPLE_CPU.
374 PerfSampleCpuType cpu_data; // Valid if PERF_SAMPLE_CPU.
Drecord.cpp163 size += sizeof(PerfSampleCpuType); in Size()