perf tools: Allow user to indicate path to objdump in command line
[deliverable/linux.git] / tools / perf / builtin-report.c
index d61825371adc396c5f71f67c3db50118dd5f2e21..1f8d11b4f7ff1f5b0df7c81a4f347959f51c4e09 100644 (file)
@@ -638,6 +638,8 @@ int cmd_report(int argc, const char **argv, const char *prefix __used)
                    "Show a column with the sum of periods"),
        OPT_CALLBACK_NOOPT('b', "branch-stack", &sort__branch_mode, "",
                    "use branch records for histogram filling", parse_branch_mode),
+       OPT_STRING(0, "objdump", &objdump_path, "path",
+                  "objdump binary to use for disassembly and annotations"),
        OPT_END()
        };
 
This page took 0.026579 seconds and 5 git commands to generate.