diff options
author | Clark Williams <williams@redhat.com> | 2009-11-08 10:01:37 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-08 12:01:34 -0500 |
commit | afe61f677866ffc484e69c4ecca2d316d564d78b (patch) | |
tree | 1eddb3be74799743b9de6b2a8eb4a3c26c02069c /tools/perf/Makefile | |
parent | 8d06367fa79c053a4a56a2ce0bb9e840f5da1236 (diff) |
perf tools: Add debugfs utility routines for perf
Add routines to locate the debugfs mount point and to manage the
mounting and unmounting of the debugfs.
Signed-off-by: Clark Williams <williams@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <20091101155621.2b3503ee@torg>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 542b29e2e382..b9509b1cc32c 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -353,6 +353,7 @@ LIB_H += util/include/asm/swab.h | |||
353 | LIB_H += util/include/asm/system.h | 353 | LIB_H += util/include/asm/system.h |
354 | LIB_H += util/include/asm/uaccess.h | 354 | LIB_H += util/include/asm/uaccess.h |
355 | LIB_H += perf.h | 355 | LIB_H += perf.h |
356 | LIB_H += util/debugfs.h | ||
356 | LIB_H += util/event.h | 357 | LIB_H += util/event.h |
357 | LIB_H += util/types.h | 358 | LIB_H += util/types.h |
358 | LIB_H += util/levenshtein.h | 359 | LIB_H += util/levenshtein.h |
@@ -378,6 +379,7 @@ LIB_OBJS += util/abspath.o | |||
378 | LIB_OBJS += util/alias.o | 379 | LIB_OBJS += util/alias.o |
379 | LIB_OBJS += util/config.o | 380 | LIB_OBJS += util/config.o |
380 | LIB_OBJS += util/ctype.o | 381 | LIB_OBJS += util/ctype.o |
382 | LIB_OBJS += util/debugfs.o | ||
381 | LIB_OBJS += util/environment.o | 383 | LIB_OBJS += util/environment.o |
382 | LIB_OBJS += util/event.o | 384 | LIB_OBJS += util/event.o |
383 | LIB_OBJS += util/exec_cmd.o | 385 | LIB_OBJS += util/exec_cmd.o |