Home
last modified time | relevance | path

Searched refs:perf_stderr_path (Results 1 – 3 of 3) sorted by relevance

/system/extras/perfprofd/
Dperfprofd_perf.cc62 const std::string &perf_stderr_path) in InvokePerf() argument
172 FILE *efp = fopen(perf_stderr_path.c_str(), "w"); in InvokePerf()
177 PLOG(WARNING) << "unable to open " << perf_stderr_path << " for writing"; in InvokePerf()
209 auto print_perferr = [&perf_stderr_path]() { in InvokePerf()
211 if (android::base::ReadFileToString(perf_stderr_path, &tmp)) { in InvokePerf()
214 PLOG(WARNING) << "Could not read " << perf_stderr_path; in InvokePerf()
Dperfprofd_perf.h47 const std::string &perf_stderr_path);
Dperfprofdcore.cc513 std::string perf_stderr_path(destdir); in collect_profile() local
514 perf_stderr_path += "/perferr.txt"; in collect_profile()
561 perf_stderr_path); in collect_profile()