Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc40 root_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
49 sub_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
99 CheckScalar(root_heap, MemoryAllocatorDump::kNameObjectCount, in TEST()
110 CheckScalar(sub_heap, MemoryAllocatorDump::kNameObjectCount, in TEST()
Dmemory_allocator_dump.h79 static const char kNameObjectCount[]; // To represent number of objects. variable
Dmalloc_dump_provider.cc160 inner_dump->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
Dmemory_allocator_dump.cc22 const char MemoryAllocatorDump::kNameObjectCount[] = "object_count"; member in base::trace_event::MemoryAllocatorDump
Dtrace_event_memory_overhead.cc173 mad->AddScalar(MemoryAllocatorDump::kNameObjectCount, in DumpInto()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.cc23 const char RawMemoryGraphNode::kNameObjectCount[] = "object_count"; member in perfetto::trace_processor::RawMemoryGraphNode
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.h106 static const char kNameObjectCount[]; // To represent number of objects. variable
/external/libchrome/libchrome_tools/patch/
Dhandle_table.patch94 - base::trace_event::MemoryAllocatorDump::kNameObjectCount,
126 +// base::trace_event::MemoryAllocatorDump::kNameObjectCount,
Dmojom_disable_trace_and_mem_dump.patch76 - dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectCount,
106 +// dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectCount,
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc969 dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()