Searched refs:objdump_path (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/tools/perf/arch/ |
D | common.h | 6 extern const char *objdump_path;
|
D | common.c | 217 return perf_env__lookup_binutils_path(env, "objdump", &objdump_path); in perf_env__lookup_objdump()
|
/linux-4.4.14/tools/perf/ |
D | builtin-annotate.c | 213 if (!objdump_path) { in __cmd_annotate() 332 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_annotate()
|
D | builtin-top.c | 957 if (!objdump_path) { in __cmd_top() 1201 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_top()
|
D | builtin-report.c | 766 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_report()
|
/linux-4.4.14/tools/perf/util/ |
D | annotate.c | 25 const char *objdump_path; variable 1199 objdump_path ? objdump_path : "objdump", in symbol__annotate()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 1455 if (!objdump_path && perf_env__lookup_objdump(browser->env)) in do_annotate()
|