|
@@ -1155,6 +1155,9 @@ static const struct option options[] = {
|
|
"only display events for these comms"),
|
|
"only display events for these comms"),
|
|
OPT_BOOLEAN('I', "show-info", &show_full_info,
|
|
OPT_BOOLEAN('I', "show-info", &show_full_info,
|
|
"display extended information from perf.data file"),
|
|
"display extended information from perf.data file"),
|
|
|
|
+ OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path,
|
|
|
|
+ "Show the path of [kernel.kallsyms]"),
|
|
|
|
+
|
|
OPT_END()
|
|
OPT_END()
|
|
};
|
|
};
|
|
|
|
|