Skip to content

Commit

Permalink
tools lib api fs: Remove debugfs, tracefs and findfs objects
Browse files Browse the repository at this point in the history
We have all the functionality in fs.c, let's remove unneeded
objects.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Raphael Beamonte <raphael.beamonte@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1441180605-24737-15-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Sep 14, 2015
1 parent 4605eab commit 60a1133
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 288 deletions.
3 changes: 0 additions & 3 deletions tools/lib/api/fs/Build
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
libapi-y += fs.o
libapi-y += tracing_path.o
libapi-y += debugfs.o
libapi-y += findfs.o
libapi-y += tracefs.o
77 changes: 0 additions & 77 deletions tools/lib/api/fs/debugfs.c

This file was deleted.

23 changes: 0 additions & 23 deletions tools/lib/api/fs/debugfs.h

This file was deleted.

63 changes: 0 additions & 63 deletions tools/lib/api/fs/findfs.c

This file was deleted.

23 changes: 0 additions & 23 deletions tools/lib/api/fs/findfs.h

This file was deleted.

78 changes: 0 additions & 78 deletions tools/lib/api/fs/tracefs.c

This file was deleted.

21 changes: 0 additions & 21 deletions tools/lib/api/fs/tracefs.h

This file was deleted.

0 comments on commit 60a1133

Please sign in to comment.