From: Xia Kaixu Date: Sat, 26 Apr 2014 07:55:12 +0000 (+0800) Subject: perf tools: Remove extra '/' character in events file path X-Git-Tag: omap-for-v3.16/pm-signed~27^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603940b6b8b1347ec13a628165c00194ebc17ed2;p=pandora-kernel.git perf tools: Remove extra '/' character in events file path 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: Xia Kaixu Acked-by: Namhyung Kim Link: http://lkml.kernel.org/r/535B6660.2060001@huawei.com Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed