Home
last modified time | relevance | path

Searched refs:SetExtraFieldInBytes (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dprocess_memory_totals.cc40 void ProcessMemoryTotals::SetExtraFieldInBytes(const char* name, in SetExtraFieldInBytes() function in base::trace_event::ProcessMemoryTotals
Dprocess_memory_totals.h47 void SetExtraFieldInBytes(const char* name, uint64_t value);
Dprocess_memory_totals_dump_provider.cc77 pmd->process_totals()->SetExtraFieldInBytes("private_bytes", private_bytes); in OnMemoryDump()