tools/: Convert to new topic libraries
authorBorislav Petkov <[email protected]>
Mon, 9 Dec 2013 16:14:23 +0000 (17:14 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 16 Dec 2013 19:03:27 +0000 (16:03 -0300)
commit553873e1df63a20559ac9c336765dc7055cfc3d4
treecdae36b2cbe9818bea7e6987a9e73baf9d79fd53
parentb283d2f3b74bc98174e8453c0be41dfcda3cae1b
tools/: Convert to new topic libraries

Move debugfs.* to api/fs/. We have a common tools/lib/api/ place where
the Makefile lives and then we place the headers in subdirs.

For example, all the fs-related stuff goes to tools/lib/api/fs/ from
which we get libapikfs.a (acme got almost the naming he wanted :-)) and
we link it into the tools which need it - in this case perf and
tools/vm/page-types.

acme:

"Looking at the implementation, I think some tools can even link
directly to the .o files, avoiding the .a file altogether.

But that is just an optimization/finer granularity tools/lib/
cherrypicking that toolers can make use of."

Fixup documentation cleaning target while at it.

Signed-off-by: Borislav Petkov <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Arjan van de Ven <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Robert Richter <[email protected]>
Cc: Stanislav Fomichev <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
21 files changed:
tools/Makefile
tools/lib/api/Makefile [new file with mode: 0644]
tools/lib/api/fs/debugfs.c [new file with mode: 0644]
tools/lib/api/fs/debugfs.h [new file with mode: 0644]
tools/lib/lk/Makefile [deleted file]
tools/lib/lk/debugfs.c [deleted file]
tools/lib/lk/debugfs.h [deleted file]
tools/perf/Makefile.perf
tools/perf/builtin-kvm.c
tools/perf/builtin-probe.c
tools/perf/perf.c
tools/perf/tests/parse-events.c
tools/perf/util/evlist.c
tools/perf/util/evsel.c
tools/perf/util/parse-events.c
tools/perf/util/probe-event.c
tools/perf/util/setup.py
tools/perf/util/trace-event-info.c
tools/perf/util/util.h
tools/vm/Makefile
tools/vm/page-types.c