Searched refs:SlabFormat (Results 1 – 1 of 1) sorted by relevance
95 struct SlabFormat { struct130 std::unique_ptr<SlabFormat> p(new SlabFormat(format)); in AddSlabFormat()169 SlabFormat* format = it->second; in CreateSample()170 if (format->type == SlabFormat::KMEM_ALLOC) { in CreateSample()183 } else if (format->type == SlabFormat::KMEM_FREE) { in CreateSample()244 std::unordered_map<uint64_t, SlabFormat*> event_id_to_format_map_;245 std::vector<std::unique_ptr<SlabFormat>> formats_;605 SlabFormat f; in ProcessTracingData()606 f.type = SlabFormat::KMEM_ALLOC; in ProcessTracingData()614 SlabFormat f; in ProcessTracingData()[all …]