Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.h76 void ProfilingLoop(Config& config, HandlerFn handler);
77 void ProfilingLoop(std::function<Config*()> config_fn,
Dperfprofd_threaded_handler.h117 ProfilingLoop(*service->cur_config_, handler); in StartProfiling()
Dperfprofd_cmdline.cc254 ProfilingLoop(config_fn, reread_config, handler); in perfprofd_main()
Dperfprofdcore.cc717 void ProfilingLoop(Config& config, HandlerFn handler) { in ProfilingLoop() function
728 void ProfilingLoop(std::function<Config*()> config_fn, in ProfilingLoop() function