Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h98 struct PerfSampleCpuType { struct
192 PerfSampleCpuType cpu_data; // Valid if sample_id_all && PERF_SAMPLE_CPU.
383 PerfSampleCpuType cpu_data; // Valid if PERF_SAMPLE_CPU.
Drecord.cpp170 size += sizeof(PerfSampleCpuType); in Size()