HomeSort by relevance Sort by last modified time
    Searched refs:simpleperf_path (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/scripts/
report.py 290 simpleperf_path = get_host_binary_path('simpleperf')
292 subprocess.check_call([simpleperf_path, 'report'] + args)
295 subprocess.check_call([simpleperf_path, 'report', '--full-callgraph'] + args +
301 simpleperf_path = get_host_binary_path('simpleperf')
302 args = [simpleperf_path, 'report', '-h']
debug_unwind_reporter.py 378 simpleperf_path = get_host_binary_path('simpleperf')
379 proc = subprocess.Popen([simpleperf_path, 'dump', args.record_file[0]],
  /system/extras/simpleperf/
environment.cpp 589 std::string simpleperf_path; local
590 if (!android::base::Readlink("/proc/self/exe", &simpleperf_path)) {
594 if (!Workload::RunCmd({"run-as", app_package_name, "cp", simpleperf_path, "simpleperf"})) {

Completed in 191 milliseconds