Home
last modified time | relevance | path

Searched defs:perf_path (Results 1 – 5 of 5) sorted by relevance

/system/extras/perfprofd/
Dperfprofd_perf.cc58 const std::string &perf_path, in InvokePerf()
238 bool FindSupportedPerfCounters(const std::string& perf_path) { in FindSupportedPerfCounters()
Dperfprofd_config.proto35 optional string perf_path = 6; field
Dconfig.h49 std::string perf_path = "/system/bin/simpleperf"; member
Dperfprofdcore.cc553 const std::string& perf_path = config.perf_path; in collect_profile() local
647 void GlobalInit(const std::string& perf_path) { in GlobalInit()
/system/extras/simpleperf/runtest/
Druntest.py294 def __init__(self, target, perf_path): argument