Home
last modified time | relevance | path

Searched defs:SlabAccumulateInfo (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Dcmd_kmem.cpp59 struct SlabAccumulateInfo { struct
60 uint64_t bytes_req;
61 uint64_t bytes_alloc;
218 uint64_t GetPeriodForCallChain(const SlabAccumulateInfo&) override { in GetPeriodForCallChain()