Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc39 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()
Dmalloc_dump_provider.cc150 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()
Djava_heap_dump_provider_android.cc36 MemoryAllocatorDump::kUnitsBytes, total_heap_size); in OnMemoryDump()
41 MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump()
Dmemory_allocator_dump.cc25 const char MemoryAllocatorDump::kUnitsBytes[] = "bytes"; member in base::trace_event::MemoryAllocatorDump
97 if (entry.entry_type == Entry::kUint64 && entry.units == kUnitsBytes && in GetSizeInternal()
Dtrace_event_memory_overhead.cc169 MemoryAllocatorDump::kUnitsBytes, in DumpInto()
171 mad->AddScalar("resident_size", MemoryAllocatorDump::kUnitsBytes, in DumpInto()
Dmemory_allocator_dump.h82 static const char kUnitsBytes[]; // Unit name to represent bytes. variable
/external/libchrome/base/memory/
Dshared_memory_tracker.cc131 trace_event::MemoryAllocatorDump::kUnitsBytes, size); in GetOrCreateSharedMemoryDumpInternal()
133 trace_event::MemoryAllocatorDump::kUnitsBytes, in GetOrCreateSharedMemoryDumpInternal()
139 trace_event::MemoryAllocatorDump::kUnitsBytes, size); in GetOrCreateSharedMemoryDumpInternal()
Ddiscardable_shared_memory.cc453 trace_event::MemoryAllocatorDump::kUnitsBytes, in CreateSharedMemoryOwnershipEdge()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.cc26 const char RawMemoryGraphNode::kUnitsBytes[] = "bytes"; member in perfetto::trace_processor::RawMemoryGraphNode
Dgraph_processor.cc35 if (units == RawMemoryGraphNode::kUnitsBytes) { in EntryUnitsFromString()
Dgraph_processor_unittest.cc112 {RawMemoryGraphNode::kNameSize, RawMemoryGraphNode::kUnitsBytes, in TEST_F()
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.h109 static const char kUnitsBytes[]; // Unit name to represent bytes. variable
/external/perfetto/src/trace_processor/importers/proto/
Dmemory_tracker_snapshot_parser.cc103 entries.emplace_back("size", RawMemoryGraphNode::kUnitsBytes, in ReadProtoSnapshot()
115 unit = RawMemoryGraphNode::kUnitsBytes; in ReadProtoSnapshot()