Skip to content
Snippets Groups Projects
user avatar
Xia Kaixu authored
The array debugfs_known_mountpoints[] will cause extra '/'
character output.
Remove it.

pre:
$ perf probe -l
/sys/kernel/debug//tracing/uprobe_events file does not exist -
please rebuild kernel with CONFIG_UPROBE_EVENTS.

post:
$ perf probe -l
/sys/kernel/debug/tracing/uprobe_events file does not exist -
please rebuild kernel with CONFIG_UPROBE_EVENTS.

Signed-off-by: default avatarXia Kaixu <xiakaixu@huawei.com>
Acked-by: default avatarNamhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/535B6660.2060001@huawei.com


Signed-off-by: default avatarJiri Olsa <jolsa@kernel.org>
603940b6
History
Name Last commit Last update
..