Searched refs:objdump_path (Results 1 – 7 of 7) sorted by relevance
/external/linux-tools-perf/src/tools/perf/arch/ |
D | common.h | 6 extern const char *objdump_path;
|
D | common.c | 226 &objdump_path); in perf_session_env__lookup_objdump()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-annotate.c | 206 if (!objdump_path) { in __cmd_annotate() 322 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_annotate()
|
D | builtin-top.c | 945 if (!objdump_path) { in __cmd_top() 1132 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_top()
|
D | builtin-report.c | 839 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_report()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | annotate.c | 22 const char *objdump_path; variable 947 objdump_path ? objdump_path : "objdump", in symbol__annotate()
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | hists.c | 1634 if (!objdump_path && perf_session_env__lookup_objdump(env)) in perf_evsel__hists_browse()
|