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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/
common.h 6 extern const char *objdump_path;
common.c 226 &objdump_path);
  /external/chromium_org/tools/android/adb_profile_chrome/
perf_controller.py 140 objdump_path = android_profiling_helper.GetToolchainBinaryPath(
142 if objdump_path:
143 cmd += ' --objdump %s' % os.path.relpath(objdump_path, '.')
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler.py 141 objdump_path = android_profiling_helper.GetToolchainBinaryPath(
143 if objdump_path:
144 cmd += ' --objdump %s' % _NicePath(objdump_path)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 206 if (!objdump_path) {
322 OPT_STRING(0, "objdump", &objdump_path, "path",
builtin-top.c 946 if (!objdump_path) {
1136 OPT_STRING(0, "objdump", &objdump_path, "path",
builtin-report.c 839 OPT_STRING(0, "objdump", &objdump_path, "path",
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.c 22 const char *objdump_path; variable
947 objdump_path ? objdump_path : "objdump",
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c     [all...]

Completed in 399 milliseconds