|
@@ -1073,6 +1073,8 @@ int cmd_top(int argc, const char **argv, const char *prefix __maybe_unused)
|
|
|
"list of cpus to monitor"),
|
|
|
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
|
|
|
"file", "vmlinux pathname"),
|
|
|
+ OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
|
|
|
+ "don't load vmlinux even if found"),
|
|
|
OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols,
|
|
|
"hide kernel symbols"),
|
|
|
OPT_CALLBACK('m', "mmap-pages", &opts->mmap_pages, "pages",
|