/external/libchrome/base/trace_event/ |
D | memory_allocator_dump_unittest.cc | 39 MemoryAllocatorDump::kUnitsBytes, 4096); in OnMemoryDump() 48 MemoryAllocatorDump::kUnitsBytes, 1); in OnMemoryDump() 98 MemoryAllocatorDump::kUnitsBytes, 4096); in TEST() 109 MemoryAllocatorDump::kUnitsBytes, 1); in TEST() 129 MemoryAllocatorDump::kUnitsBytes, 1); in TEST() 130 dump->AddScalar("foo", MemoryAllocatorDump::kUnitsBytes, 2); in TEST()
|
D | malloc_dump_provider.cc | 150 outer_dump->AddScalar("virtual_size", MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump() 153 MemoryAllocatorDump::kUnitsBytes, resident_size); in OnMemoryDump() 157 MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump() 172 MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump()
|
D | java_heap_dump_provider_android.cc | 36 MemoryAllocatorDump::kUnitsBytes, total_heap_size); in OnMemoryDump() 41 MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump()
|
D | memory_allocator_dump.cc | 25 const char MemoryAllocatorDump::kUnitsBytes[] = "bytes"; member in base::trace_event::MemoryAllocatorDump 97 if (entry.entry_type == Entry::kUint64 && entry.units == kUnitsBytes && in GetSizeInternal()
|
D | trace_event_memory_overhead.cc | 169 MemoryAllocatorDump::kUnitsBytes, in DumpInto() 171 mad->AddScalar("resident_size", MemoryAllocatorDump::kUnitsBytes, in DumpInto()
|
D | memory_allocator_dump.h | 82 static const char kUnitsBytes[]; // Unit name to represent bytes. variable
|
/external/libchrome/base/memory/ |
D | shared_memory_tracker.cc | 131 trace_event::MemoryAllocatorDump::kUnitsBytes, size); in GetOrCreateSharedMemoryDumpInternal() 133 trace_event::MemoryAllocatorDump::kUnitsBytes, in GetOrCreateSharedMemoryDumpInternal() 139 trace_event::MemoryAllocatorDump::kUnitsBytes, size); in GetOrCreateSharedMemoryDumpInternal()
|
D | discardable_shared_memory.cc | 453 trace_event::MemoryAllocatorDump::kUnitsBytes, in CreateSharedMemoryOwnershipEdge()
|
/external/perfetto/src/trace_processor/importers/memory_tracker/ |
D | raw_memory_graph_node.cc | 26 const char RawMemoryGraphNode::kUnitsBytes[] = "bytes"; member in perfetto::trace_processor::RawMemoryGraphNode
|
D | graph_processor.cc | 35 if (units == RawMemoryGraphNode::kUnitsBytes) { in EntryUnitsFromString()
|
D | graph_processor_unittest.cc | 112 {RawMemoryGraphNode::kNameSize, RawMemoryGraphNode::kUnitsBytes, in TEST_F()
|
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/ |
D | raw_memory_graph_node.h | 109 static const char kUnitsBytes[]; // Unit name to represent bytes. variable
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | memory_tracker_snapshot_parser.cc | 103 entries.emplace_back("size", RawMemoryGraphNode::kUnitsBytes, in ReadProtoSnapshot() 115 unit = RawMemoryGraphNode::kUnitsBytes; in ReadProtoSnapshot()
|