perf_counter tools: move helper library to util/*
authorIngo Molnar <mingo@elte.hu>
Mon, 27 Apr 2009 06:02:14 +0000 (08:02 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 27 Apr 2009 07:05:08 +0000 (09:05 +0200)
commit148be2c15d4a866fbc7a8f55342e4fd4de73be61
treea99f8c85552166f187a233ce29eb442f27fe620d
parentf1f9b3b1795da8625e0e6096813c9d18d4a344ce
perf_counter tools: move helper library to util/*

Clean up the top level directory a bit by moving all the helper libraries
to util/*.[ch].

Signed-off-by: Ingo Molnar <mingo@elte.hu>
56 files changed:
Documentation/perf_counter/Makefile
Documentation/perf_counter/PERF-VERSION-GEN [deleted file]
Documentation/perf_counter/abspath.c [deleted file]
Documentation/perf_counter/alias.c [deleted file]
Documentation/perf_counter/builtin-help.c
Documentation/perf_counter/builtin-stat.c
Documentation/perf_counter/builtin-top.c
Documentation/perf_counter/builtin.h
Documentation/perf_counter/cache.h [deleted file]
Documentation/perf_counter/config.c [deleted file]
Documentation/perf_counter/ctype.c [deleted file]
Documentation/perf_counter/exec_cmd.c [deleted file]
Documentation/perf_counter/exec_cmd.h [deleted file]
Documentation/perf_counter/generate-cmdlist.sh [deleted file]
Documentation/perf_counter/help.c [deleted file]
Documentation/perf_counter/help.h [deleted file]
Documentation/perf_counter/levenshtein.c [deleted file]
Documentation/perf_counter/levenshtein.h [deleted file]
Documentation/perf_counter/parse-options.c [deleted file]
Documentation/perf_counter/parse-options.h [deleted file]
Documentation/perf_counter/path.c [deleted file]
Documentation/perf_counter/perf.c
Documentation/perf_counter/quote.c [deleted file]
Documentation/perf_counter/quote.h [deleted file]
Documentation/perf_counter/run-command.c [deleted file]
Documentation/perf_counter/run-command.h [deleted file]
Documentation/perf_counter/strbuf.c [deleted file]
Documentation/perf_counter/strbuf.h [deleted file]
Documentation/perf_counter/usage.c [deleted file]
Documentation/perf_counter/util.h [deleted file]
Documentation/perf_counter/util/PERF-VERSION-GEN [new file with mode: 0755]
Documentation/perf_counter/util/abspath.c [new file with mode: 0644]
Documentation/perf_counter/util/alias.c [new file with mode: 0644]
Documentation/perf_counter/util/cache.h [new file with mode: 0644]
Documentation/perf_counter/util/config.c [new file with mode: 0644]
Documentation/perf_counter/util/ctype.c [new file with mode: 0644]
Documentation/perf_counter/util/exec_cmd.c [new file with mode: 0644]
Documentation/perf_counter/util/exec_cmd.h [new file with mode: 0644]
Documentation/perf_counter/util/generate-cmdlist.sh [new file with mode: 0755]
Documentation/perf_counter/util/help.c [new file with mode: 0644]
Documentation/perf_counter/util/help.h [new file with mode: 0644]
Documentation/perf_counter/util/levenshtein.c [new file with mode: 0644]
Documentation/perf_counter/util/levenshtein.h [new file with mode: 0644]
Documentation/perf_counter/util/parse-options.c [new file with mode: 0644]
Documentation/perf_counter/util/parse-options.h [new file with mode: 0644]
Documentation/perf_counter/util/path.c [new file with mode: 0644]
Documentation/perf_counter/util/quote.c [new file with mode: 0644]
Documentation/perf_counter/util/quote.h [new file with mode: 0644]
Documentation/perf_counter/util/run-command.c [new file with mode: 0644]
Documentation/perf_counter/util/run-command.h [new file with mode: 0644]
Documentation/perf_counter/util/strbuf.c [new file with mode: 0644]
Documentation/perf_counter/util/strbuf.h [new file with mode: 0644]
Documentation/perf_counter/util/usage.c [new file with mode: 0644]
Documentation/perf_counter/util/util.h [new file with mode: 0644]
Documentation/perf_counter/util/wrapper.c [new file with mode: 0644]
Documentation/perf_counter/wrapper.c [deleted file]
This page took 0.027335 seconds and 5 git commands to generate.