Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_kmem.cpp101 struct SlabFormat { struct
137 SlabFormat format) { in AddSlabFormat()
138 std::unique_ptr<SlabFormat> p(new SlabFormat(format)); in AddSlabFormat()
177 SlabFormat* format = it->second; in CreateSample()
178 if (format->type == SlabFormat::KMEM_ALLOC) { in CreateSample()
193 } else if (format->type == SlabFormat::KMEM_FREE) { in CreateSample()
257 std::unordered_map<uint64_t, SlabFormat*> event_id_to_format_map_;
258 std::vector<std::unique_ptr<SlabFormat>> formats_;
632 SlabFormat f; in ProcessTracingData()
633 f.type = SlabFormat::KMEM_ALLOC; in ProcessTracingData()
[all …]