perf subcmd: Create subcmd library
authorJosh Poimboeuf <jpoimboe@redhat.com>
Tue, 15 Dec 2015 15:39:39 +0000 (09:39 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 17 Dec 2015 17:27:14 +0000 (14:27 -0300)
commit4b6ab94eabe4f55371cff4569750bb3996c55db6
treedb5b95ed4647e3455bb1b1d4bb24137708a97829
parent2f4ce5ec1d447beb42143a9653716a2ab025161e
perf subcmd: Create subcmd library

Move the subcommand-related files from perf to a new library named
libsubcmd.a.

Since we're moving files anyway, go ahead and rename 'exec_cmd.*' to
'exec-cmd.*' to be consistent with the naming of all the other files.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/c0a838d4c878ab17fee50998811612b2281355c1.1450193761.git.jpoimboe@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
81 files changed:
tools/lib/subcmd/Build [new file with mode: 0644]
tools/lib/subcmd/Makefile [new file with mode: 0644]
tools/lib/subcmd/exec-cmd.c [new file with mode: 0644]
tools/lib/subcmd/exec-cmd.h [new file with mode: 0644]
tools/lib/subcmd/help.c [new file with mode: 0644]
tools/lib/subcmd/help.h [new file with mode: 0644]
tools/lib/subcmd/pager.c [new file with mode: 0644]
tools/lib/subcmd/pager.h [new file with mode: 0644]
tools/lib/subcmd/parse-options.c [new file with mode: 0644]
tools/lib/subcmd/parse-options.h [new file with mode: 0644]
tools/lib/subcmd/run-command.c [new file with mode: 0644]
tools/lib/subcmd/run-command.h [new file with mode: 0644]
tools/lib/subcmd/sigchain.c [new file with mode: 0644]
tools/lib/subcmd/sigchain.h [new file with mode: 0644]
tools/lib/subcmd/subcmd-config.c [new file with mode: 0644]
tools/lib/subcmd/subcmd-config.h [new file with mode: 0644]
tools/lib/subcmd/subcmd-util.h [new file with mode: 0644]
tools/perf/MANIFEST
tools/perf/Makefile.perf
tools/perf/arch/x86/util/intel-pt.c
tools/perf/bench/futex-hash.c
tools/perf/bench/futex-lock-pi.c
tools/perf/bench/futex-requeue.c
tools/perf/bench/futex-wake-parallel.c
tools/perf/bench/futex-wake.c
tools/perf/bench/mem-functions.c
tools/perf/bench/numa.c
tools/perf/bench/sched-messaging.c
tools/perf/bench/sched-pipe.c
tools/perf/builtin-annotate.c
tools/perf/builtin-bench.c
tools/perf/builtin-buildid-cache.c
tools/perf/builtin-buildid-list.c
tools/perf/builtin-config.c
tools/perf/builtin-data.c
tools/perf/builtin-evlist.c
tools/perf/builtin-help.c
tools/perf/builtin-inject.c
tools/perf/builtin-kmem.c
tools/perf/builtin-kvm.c
tools/perf/builtin-list.c
tools/perf/builtin-lock.c
tools/perf/builtin-mem.c
tools/perf/builtin-probe.c
tools/perf/builtin-record.c
tools/perf/builtin-report.c
tools/perf/builtin-sched.c
tools/perf/builtin-script.c
tools/perf/builtin-stat.c
tools/perf/builtin-timechart.c
tools/perf/builtin-top.c
tools/perf/builtin-trace.c
tools/perf/perf.c
tools/perf/tests/attr.c
tools/perf/tests/builtin-test.c
tools/perf/util/Build
tools/perf/util/auxtrace.c
tools/perf/util/cache.h
tools/perf/util/cgroup.c
tools/perf/util/config.c
tools/perf/util/evlist.c
tools/perf/util/exec_cmd.c [deleted file]
tools/perf/util/exec_cmd.h [deleted file]
tools/perf/util/help-unknown-cmd.c
tools/perf/util/help.c [deleted file]
tools/perf/util/help.h [deleted file]
tools/perf/util/pager.c [deleted file]
tools/perf/util/pager.h [deleted file]
tools/perf/util/parse-branch-options.c
tools/perf/util/parse-events.c
tools/perf/util/parse-options.c [deleted file]
tools/perf/util/parse-options.h [deleted file]
tools/perf/util/parse-regs-options.c
tools/perf/util/run-command.c [deleted file]
tools/perf/util/run-command.h [deleted file]
tools/perf/util/sigchain.c [deleted file]
tools/perf/util/sigchain.h [deleted file]
tools/perf/util/sort.h
tools/perf/util/subcmd-config.c [deleted file]
tools/perf/util/subcmd-config.h [deleted file]
tools/perf/util/subcmd-util.h [deleted file]
This page took 0.032899 seconds and 5 git commands to generate.