Searched defs:SlabSample (Results 1 – 1 of 1) sorted by relevance
35 struct SlabSample { struct36 const Symbol* symbol; // the function making allocation37 uint64_t ptr; // the start address of the allocated space38 uint64_t bytes_req; // requested space size39 uint64_t bytes_alloc; // allocated space size40 uint64_t sample_count; // count of allocations41 uint64_t gfp_flags; // flags used for allocation42 uint64_t cross_cpu_allocations; // count of allocations freed not on the44 CallChainRoot<SlabSample> callchain; // a callchain tree representing all46 SlabSample(const Symbol* symbol, uint64_t ptr, uint64_t bytes_req, uint64_t bytes_alloc, in SlabSample() function[all …]