OSDN Git Service

perf tools: Do not change lib/api/fs/debugfs directly
authorJiri Olsa <jolsa@kernel.org>
Wed, 26 Aug 2015 13:46:45 +0000 (15:46 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 28 Aug 2015 17:53:53 +0000 (14:53 -0300)
commit9f30fffc78ca35c862f74f34cc597c7fdddc8793
tree1a29f7f499707e853a3c0628c9d831f6ca755115
parent9f44f0cc1c32f1542071447a9493652bbc03facb
perf tools: Do not change lib/api/fs/debugfs directly

The tracing_events_path is the variable we want to change via
--debugfs-dir option, not the debugfs_mountpoint.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Reviewed-by: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Raphael Beamonte <raphael.beamonte@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1440596813-12844-4-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/perf.c
tools/perf/util/util.c