perf diff: Add kallsyms option
[deliverable/linux.git] / tools / perf / builtin-diff.c
index 473887d1d61afec03b58f153556a50424f97a0b2..df6307b4050aaa2ab7e51403d22563e0a1866279 100644 (file)
@@ -791,6 +791,8 @@ static const struct option options[] = {
        OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
                    "dump raw trace in ASCII"),
        OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
+       OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
+                  "file", "kallsyms pathname"),
        OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
                    "load module symbols - WARNING: use only with -k and LIVE kernel"),
        OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
This page took 0.02625 seconds and 5 git commands to generate.