Home
last modified time | relevance | path

Searched refs:AddScalar (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc32 root_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
34 root_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
36 root_heap->AddScalar("attr1", "units1", 1234); in OnMemoryDump()
42 sub_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
44 sub_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
Dmalloc_dump_provider.cc145 outer_dump->AddScalar("virtual_size", MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump()
147 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
152 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
162 other_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
Dtrace_event_memory_overhead.cc145 mad->AddScalar(MemoryAllocatorDump::kNameSize, in DumpInto()
148 mad->AddScalar("resident_size", MemoryAllocatorDump::kUnitsBytes, in DumpInto()
150 mad->AddScalar(MemoryAllocatorDump::kNameObjectCount, in DumpInto()
Dmemory_allocator_dump.h63 void AddScalar(const char* name, const char* units, uint64_t value);
Dmemory_allocator_dump.cc59 void MemoryAllocatorDump::AddScalar(const char* name, in AddScalar() function in base::trace_event::MemoryAllocatorDump
/external/libmojo/base/trace_event/
Djava_heap_dump_provider_android.cc35 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
40 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()