Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dconfig.h120 virtual bool ShouldStopProfiling() { in ShouldStopProfiling() function
Dperfprofd_perf.cc200 if (config.ShouldStopProfiling()) { in InvokePerf()
221 if (WTERMSIG(st) == SIGHUP && config.ShouldStopProfiling()) { in InvokePerf()
Dperfprofdcore.cc663 if (config()->ShouldStopProfiling()) { in ProfilingLoopImpl()
678 if (config()->ShouldStopProfiling()) { in ProfilingLoopImpl()
706 if (config()->ShouldStopProfiling()) { in ProfilingLoopImpl()
Dperfprofd_threaded_handler.h57 bool ShouldStopProfiling() override { in ShouldStopProfiling() function