Home
last modified time | relevance | path

Searched refs:OnHeapProfilingEnabled (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_provider.h53 virtual void OnHeapProfilingEnabled(bool) {} in OnHeapProfilingEnabled() function
Dmalloc_dump_provider.h41 void OnHeapProfilingEnabled(bool enabled) override;
Dmalloc_dump_provider.cc203 void MallocDumpProvider::OnHeapProfilingEnabled(bool enabled) { in OnHeapProfilingEnabled() function in base::trace_event::MallocDumpProvider
Dmemory_dump_manager.cc184 mdp->dump_provider->OnHeapProfilingEnabled(true); in EnableHeapProfilingIfNeeded()
275 mdp->OnHeapProfilingEnabled(true); in RegisterDumpProviderInternal()