HomeSort by relevance Sort by last modified time
    Searched full:perf_path (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/src/tools/perf/util/
cache.h 68 extern char *perf_path(const char *fmt, ...) __attribute__((format (printf, 1, 2)));
path.c 102 char *perf_path(const char *fmt, ...) function
  /system/extras/perfprofd/
perfprofdcore.cc 180 addStringEntry("perf_path", "/system/xbin/simpleperf");
473 std::string pp = config.getStringValue("perf_path");
573 static PROFILE_RESULT invoke_perf(const std::string &perf_path,
602 argv[slot++] = perf_path.c_str();
797 std::string perf_path = config.getStringValue("perf_path");
800 PROFILE_RESULT ret = invoke_perf(perf_path.c_str(),
  /system/extras/perfprofd/tests/
perfprofd_test.cc 386 runner.addToConfig("perf_path=/does/not/exist");
423 runner.addToConfig("perf_path=/system/bin/false");
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 794 milliseconds