aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/api/fs/findfs.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-07tools lib fs: Add helper to find mounted file systemsSteven Rostedt (Red Hat)1-0/+63
In preparation for adding tracefs for perf to use, create a findfs helper utility that find_debugfs uses instead of hard coding the search in the code. This will allow for a find_tracefs to be used as well. Signed-off-by: Steven Rostedt <[email protected]> Acked-by: Jiri Olsa <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Masami Hiramatsu <[email protected]> Cc: Namhyung Kim <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>