Searched refs:perf_path (Results 1 – 2 of 2) sorted by relevance
278 def __init__(self, perf_path): argument279 self.perf_path = perf_path282 call_args = [self.perf_path,291 call_args = [self.perf_path,
526 static PROFILE_RESULT invoke_perf(const std::string &perf_path, in invoke_perf() argument555 argv[slot++] = perf_path.c_str(); in invoke_perf()758 std::string perf_path = config.getStringValue("perf_path"); in collect_profile() local761 PROFILE_RESULT ret = invoke_perf(perf_path.c_str(), in collect_profile()