Searched refs:objdump_path (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/arch/ |
D | common.h | 6 extern const char *objdump_path;
|
D | common.c | 219 &objdump_path); in perf_session_env__lookup_objdump()
|
/linux-4.1.27/tools/perf/ |
D | builtin-annotate.c | 205 if (!objdump_path) { in __cmd_annotate() 323 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_annotate()
|
D | builtin-top.c | 942 if (!objdump_path) { in __cmd_top() 1150 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_top()
|
D | builtin-report.c | 709 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_report()
|
/linux-4.1.27/tools/perf/util/ |
D | annotate.c | 25 const char *objdump_path; variable 1045 objdump_path ? objdump_path : "objdump", in symbol__annotate()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 1712 if (!objdump_path && perf_session_env__lookup_objdump(env)) in perf_evsel__hists_browse()
|