diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/builtin-inject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c index ea46df25368c..40a33d7334cc 100644 --- a/tools/perf/builtin-inject.c +++ b/tools/perf/builtin-inject.c | |||
@@ -443,6 +443,7 @@ int cmd_inject(int argc, const char **argv, const char *prefix __maybe_unused) | |||
443 | "be more verbose (show build ids, etc)"), | 443 | "be more verbose (show build ids, etc)"), |
444 | OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, "file", | 444 | OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, "file", |
445 | "kallsyms pathname"), | 445 | "kallsyms pathname"), |
446 | OPT_BOOLEAN('f', "force", &file.force, "don't complain, do it"), | ||
446 | OPT_END() | 447 | OPT_END() |
447 | }; | 448 | }; |
448 | const char * const inject_usage[] = { | 449 | const char * const inject_usage[] = { |