perf tools: Introduce tools/lib/lk library
authorBorislav Petkov <bp@suse.de>
Wed, 20 Feb 2013 15:32:30 +0000 (16:32 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 15 Mar 2013 16:06:00 +0000 (13:06 -0300)
commit85c66be101e1847f0eb46dcb48d5738572129694
tree96900665b0edb1466da7b82bd7ca619858f4ba4d
parent9687b89d21999301ed386855c04b60d00ed1ec02
perf tools: Introduce tools/lib/lk library

This introduces the tools/lib/lk library, that will gradually have the
routines that now are used in tools/perf/ and other tools and that can
be shared.

Start by carving out debugfs routines for general use.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1361374353-30385-5-git-send-email-bp@alien8.de
[ committer note: Add tools/lib/lk/ to perf's MANIFEST so that its tarballs continue to build ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
19 files changed:
tools/Makefile
tools/lib/lk/Makefile [new file with mode: 0644]
tools/lib/lk/debugfs.c [new file with mode: 0644]
tools/lib/lk/debugfs.h [new file with mode: 0644]
tools/perf/MANIFEST
tools/perf/Makefile
tools/perf/builtin-kvm.c
tools/perf/builtin-probe.c
tools/perf/perf.c
tools/perf/tests/parse-events.c
tools/perf/util/debugfs.c [deleted file]
tools/perf/util/debugfs.h [deleted file]
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/python-ext-sources
tools/perf/util/setup.py
tools/perf/util/trace-event-info.c