diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r-- | tools/perf/builtin-script.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index 7912feb9a024..7b376d215e94 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -1653,6 +1653,8 @@ int cmd_script(int argc, const char **argv, const char *prefix __maybe_unused) | |||
1653 | OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", | 1653 | OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", |
1654 | "Instruction Tracing options", | 1654 | "Instruction Tracing options", |
1655 | itrace_parse_synth_opts), | 1655 | itrace_parse_synth_opts), |
1656 | OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, | ||
1657 | "Show full source file name path for source lines"), | ||
1656 | OPT_END() | 1658 | OPT_END() |
1657 | }; | 1659 | }; |
1658 | const char * const script_subcommands[] = { "record", "report", NULL }; | 1660 | const char * const script_subcommands[] = { "record", "report", NULL }; |