aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/sysfs.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-13perf tools: Add sysfs mountpoint interfaceJiri Olsa1-0/+60
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 <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Jiri Olsa <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>