diff options
author | Jiri Olsa <jolsa@redhat.com> | 2012-01-27 09:34:22 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-02-13 20:27:15 -0500 |
commit | e90fda0635401225ca7c2343bea2f6d279347d10 (patch) | |
tree | d87047ae41bacd526c7658572372f86fbd572df1 /tools/perf/Makefile | |
parent | 2837609fefbfe8f1248bfce09d9f0b44d5eb713d (diff) |
perf tools: Add sysfs mountpoint interface
Adding sysfs object to provide sysfs mount information in the same way
as debugfs object does.
The object provides following function:
sysfs_find_mountpoint
which returns the sysfs mount mount.
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1327674868-10486-4-git-send-email-jolsa@redhat.com
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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 8359fa140d2d..e011b5060f92 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -259,6 +259,7 @@ LIB_H += util/callchain.h | |||
259 | LIB_H += util/build-id.h | 259 | LIB_H += util/build-id.h |
260 | LIB_H += util/debug.h | 260 | LIB_H += util/debug.h |
261 | LIB_H += util/debugfs.h | 261 | LIB_H += util/debugfs.h |
262 | LIB_H += util/sysfs.h | ||
262 | LIB_H += util/event.h | 263 | LIB_H += util/event.h |
263 | LIB_H += util/evsel.h | 264 | LIB_H += util/evsel.h |
264 | LIB_H += util/evlist.h | 265 | LIB_H += util/evlist.h |
@@ -305,6 +306,7 @@ LIB_OBJS += $(OUTPUT)util/build-id.o | |||
305 | LIB_OBJS += $(OUTPUT)util/config.o | 306 | LIB_OBJS += $(OUTPUT)util/config.o |
306 | LIB_OBJS += $(OUTPUT)util/ctype.o | 307 | LIB_OBJS += $(OUTPUT)util/ctype.o |
307 | LIB_OBJS += $(OUTPUT)util/debugfs.o | 308 | LIB_OBJS += $(OUTPUT)util/debugfs.o |
309 | LIB_OBJS += $(OUTPUT)util/sysfs.o | ||
308 | LIB_OBJS += $(OUTPUT)util/environment.o | 310 | LIB_OBJS += $(OUTPUT)util/environment.o |
309 | LIB_OBJS += $(OUTPUT)util/event.o | 311 | LIB_OBJS += $(OUTPUT)util/event.o |
310 | LIB_OBJS += $(OUTPUT)util/evlist.o | 312 | LIB_OBJS += $(OUTPUT)util/evlist.o |