Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dproc_utils.h68 void RemoveUnderAnonThreshold(uint32_t min_size_kb, std::set<pid_t>* pids);
Dproc_utils.cc176 void RemoveUnderAnonThreshold(uint32_t min_size_kb, std::set<pid_t>* pids) { in RemoveUnderAnonThreshold() function
/external/perfetto/src/profiling/memory/
Djava_hprof_producer.cc119 RemoveUnderAnonThreshold(config.min_anonymous_memory_kb(), &ds.pids); in SetupDataSource()
Dheapprofd_producer.cc515 RemoveUnderAnonThreshold(heapprofd_config.min_anonymous_memory_kb(), &pids); in SignalRunningProcesses()