Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_kmem.cpp42 uint64_t cross_cpu_allocations; // count of allocations freed not on the member
47 uint64_t sample_count, uint64_t gfp_flags, uint64_t cross_cpu_allocations) in SlabSample()
54 cross_cpu_allocations(cross_cpu_allocations) {} in SlabSample()
68 BUILD_COMPARE_VALUE_FUNCTION_REVERSE(CompareCrossCpuAllocations, cross_cpu_allocations);
74 BUILD_DISPLAY_UINT64_FUNCTION(DisplayCrossCpuAllocations, cross_cpu_allocations);
189 sample->cross_cpu_allocations++; in CreateSample()