diff options
author | Ingo Molnar <mingo@kernel.org> | 2014-05-01 08:24:39 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-05-01 08:24:39 +0200 |
commit | aeffe2abc894b585acbe0923c0d4f21b4c5c1035 (patch) | |
tree | ad712872dba8b8b1aa159fdb0f6dc7cc0ab5f9c6 /tools/lib/api/fs | |
parent | 201131998fbf074b03679afedcc29948e63331ef (diff) | |
parent | 399f0c220a0ee97a5a9ea1a699a58fe2aacf2983 (diff) | |
download | kernel_replicant_linux-aeffe2abc894b585acbe0923c0d4f21b4c5c1035.tar.gz kernel_replicant_linux-aeffe2abc894b585acbe0923c0d4f21b4c5c1035.tar.bz2 kernel_replicant_linux-aeffe2abc894b585acbe0923c0d4f21b4c5c1035.zip |
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Conflicts:
tools/perf/arch/x86/tests/dwarf-unwind.c
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/lib/api/fs')
-rw-r--r-- | tools/lib/api/fs/debugfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/api/fs/debugfs.c b/tools/lib/api/fs/debugfs.c index 7c4347962353..a74fba6d7743 100644 --- a/tools/lib/api/fs/debugfs.c +++ b/tools/lib/api/fs/debugfs.c @@ -12,8 +12,8 @@ char debugfs_mountpoint[PATH_MAX + 1] = "/sys/kernel/debug"; static const char * const debugfs_known_mountpoints[] = { - "/sys/kernel/debug/", - "/debug/", + "/sys/kernel/debug", + "/debug", 0, }; |