Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h94 struct PerfSampleCpuType { struct
189 PerfSampleCpuType cpu_data; // Valid if sample_id_all && PERF_SAMPLE_CPU.
385 PerfSampleCpuType cpu_data; // Valid if PERF_SAMPLE_CPU.
Drecord.cpp169 size += sizeof(PerfSampleCpuType); in Size()