perf tools: Modify perf routines to use new debugfs routines
authorClark Williams <williams@redhat.com>
Sun, 8 Nov 2009 15:03:07 +0000 (09:03 -0600)
committerIngo Molnar <mingo@elte.hu>
Sun, 8 Nov 2009 17:01:35 +0000 (18:01 +0100)
commit549104f22b3cd4761145eb5fba6ee4d59822da61
tree2966d464ffe82e391fad654d8e91ecf7a40f4367
parentafe61f677866ffc484e69c4ecca2d316d564d78b
perf tools: Modify perf routines to use new debugfs routines

modify perf.c get_debugfs_mntpnt() to use the util/debugfs.c
debugfs_find_mountpoint()

modify util/parse-events.c to use debugfs_valid_mountpoint().

Signed-off-by: Clark Williams <williams@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <20091101155720.624cc87e@torg>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/perf.c
tools/perf/util/parse-events.c