Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc41 MemoryAllocatorDump::kUnitsObjects, 42); in OnMemoryDump()
50 MemoryAllocatorDump::kUnitsObjects, 3); in OnMemoryDump()
100 MemoryAllocatorDump::kUnitsObjects, 42); in TEST()
111 MemoryAllocatorDump::kUnitsObjects, 3); in TEST()
Dmemory_allocator_dump.h83 static const char kUnitsObjects[]; // Unit name to represent #objects. variable
Dmalloc_dump_provider.cc161 MemoryAllocatorDump::kUnitsObjects, in OnMemoryDump()
Dmemory_allocator_dump.cc26 const char MemoryAllocatorDump::kUnitsObjects[] = "objects"; member in base::trace_event::MemoryAllocatorDump
Dtrace_event_memory_overhead.cc174 MemoryAllocatorDump::kUnitsObjects, count_and_size.count); in DumpInto()
/external/libchrome/mojo/core/
Dhandle_table_unittest.cc48 "object_count", MemoryAllocatorDump::kUnitsObjects, value); in CheckNameAndValue()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.cc27 const char RawMemoryGraphNode::kUnitsObjects[] = "objects"; member in perfetto::trace_processor::RawMemoryGraphNode
Dgraph_processor.cc37 } else if (units == RawMemoryGraphNode::kUnitsObjects) { in EntryUnitsFromString()
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.h110 static const char kUnitsObjects[]; // Unit name to represent #objects. variable
/external/libchrome/libchrome_tools/patch/
Dhandle_table.patch95 - base::trace_event::MemoryAllocatorDump::kUnitsObjects, entry.second);
127 +// base::trace_event::MemoryAllocatorDump::kUnitsObjects, entry.second);
Dmojom_disable_trace_and_mem_dump.patch77 - base::trace_event::MemoryAllocatorDump::kUnitsObjects,
107 +// base::trace_event::MemoryAllocatorDump::kUnitsObjects,
/external/perfetto/src/trace_processor/importers/proto/
Dmemory_tracker_snapshot_parser.cc118 unit = RawMemoryGraphNode::kUnitsObjects; in ReadProtoSnapshot()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc970 base::trace_event::MemoryAllocatorDump::kUnitsObjects, in OnMemoryDump()