Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/

Several people have suggested that 'perf' has become a full-fledged
tool that should be moved out of Documentation/. Move it to the
(new) tools/ directory.

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Documentation/perf_counter/.gitignore tools/perf/.gitignore
Documentation/perf_counter/Documentation/Makefile tools/perf/Documentation/Makefile
Documentation/perf_counter/Documentation/asciidoc.conf tools/perf/Documentation/asciidoc.conf
Documentation/perf_counter/Documentation/manpage-1.72.xsl tools/perf/Documentation/manpage-1.72.xsl
Documentation/perf_counter/Documentation/manpage-base.xsl tools/perf/Documentation/manpage-base.xsl
Documentation/perf_counter/Documentation/manpage-bold-literal.xsl tools/perf/Documentation/manpage-bold-literal.xsl
Documentation/perf_counter/Documentation/manpage-normal.xsl tools/perf/Documentation/manpage-normal.xsl
Documentation/perf_counter/Documentation/manpage-suppress-sp.xsl tools/perf/Documentation/manpage-suppress-sp.xsl
Documentation/perf_counter/Documentation/perf-annotate.txt tools/perf/Documentation/perf-annotate.txt
Documentation/perf_counter/Documentation/perf-help.txt tools/perf/Documentation/perf-help.txt
Documentation/perf_counter/Documentation/perf-list.txt tools/perf/Documentation/perf-list.txt
Documentation/perf_counter/Documentation/perf-record.txt tools/perf/Documentation/perf-record.txt
Documentation/perf_counter/Documentation/perf-report.txt tools/perf/Documentation/perf-report.txt
Documentation/perf_counter/Documentation/perf-stat.txt tools/perf/Documentation/perf-stat.txt
Documentation/perf_counter/Documentation/perf-top.txt tools/perf/Documentation/perf-top.txt
Documentation/perf_counter/Documentation/perf.txt tools/perf/Documentation/perf.txt
Documentation/perf_counter/Makefile tools/perf/Makefile
Documentation/perf_counter/builtin-annotate.c tools/perf/builtin-annotate.c
Documentation/perf_counter/builtin-help.c tools/perf/builtin-help.c
Documentation/perf_counter/builtin-list.c tools/perf/builtin-list.c
Documentation/perf_counter/builtin-record.c tools/perf/builtin-record.c
Documentation/perf_counter/builtin-report.c tools/perf/builtin-report.c
Documentation/perf_counter/builtin-stat.c tools/perf/builtin-stat.c
Documentation/perf_counter/builtin-top.c tools/perf/builtin-top.c
Documentation/perf_counter/builtin.h tools/perf/builtin.h
Documentation/perf_counter/command-list.txt tools/perf/command-list.txt
Documentation/perf_counter/design.txt tools/perf/design.txt
Documentation/perf_counter/perf.c tools/perf/perf.c
Documentation/perf_counter/perf.h tools/perf/perf.h
Documentation/perf_counter/util/PERF-VERSION-GEN tools/perf/util/PERF-VERSION-GEN
Documentation/perf_counter/util/abspath.c tools/perf/util/abspath.c
Documentation/perf_counter/util/alias.c tools/perf/util/alias.c
Documentation/perf_counter/util/cache.h tools/perf/util/cache.h
Documentation/perf_counter/util/color.c tools/perf/util/color.c
Documentation/perf_counter/util/color.h tools/perf/util/color.h
Documentation/perf_counter/util/config.c tools/perf/util/config.c
Documentation/perf_counter/util/ctype.c tools/perf/util/ctype.c
Documentation/perf_counter/util/environment.c tools/perf/util/environment.c
Documentation/perf_counter/util/exec_cmd.c tools/perf/util/exec_cmd.c
Documentation/perf_counter/util/exec_cmd.h tools/perf/util/exec_cmd.h
Documentation/perf_counter/util/generate-cmdlist.sh tools/perf/util/generate-cmdlist.sh
Documentation/perf_counter/util/help.c tools/perf/util/help.c
Documentation/perf_counter/util/help.h tools/perf/util/help.h
Documentation/perf_counter/util/levenshtein.c tools/perf/util/levenshtein.c
Documentation/perf_counter/util/levenshtein.h tools/perf/util/levenshtein.h
Documentation/perf_counter/util/list.h tools/perf/util/list.h
Documentation/perf_counter/util/pager.c tools/perf/util/pager.c
Documentation/perf_counter/util/parse-events.c tools/perf/util/parse-events.c
Documentation/perf_counter/util/parse-events.h tools/perf/util/parse-events.h
Documentation/perf_counter/util/parse-options.c tools/perf/util/parse-options.c
Documentation/perf_counter/util/parse-options.h tools/perf/util/parse-options.h
Documentation/perf_counter/util/path.c tools/perf/util/path.c
Documentation/perf_counter/util/quote.c tools/perf/util/quote.c
Documentation/perf_counter/util/quote.h tools/perf/util/quote.h
Documentation/perf_counter/util/rbtree.c tools/perf/util/rbtree.c
Documentation/perf_counter/util/rbtree.h tools/perf/util/rbtree.h
Documentation/perf_counter/util/run-command.c tools/perf/util/run-command.c
Documentation/perf_counter/util/run-command.h tools/perf/util/run-command.h
Documentation/perf_counter/util/sigchain.c tools/perf/util/sigchain.c
Documentation/perf_counter/util/sigchain.h tools/perf/util/sigchain.h
Documentation/perf_counter/util/strbuf.c tools/perf/util/strbuf.c
Documentation/perf_counter/util/strbuf.h tools/perf/util/strbuf.h
Documentation/perf_counter/util/string.c tools/perf/util/string.c
Documentation/perf_counter/util/string.h tools/perf/util/string.h
Documentation/perf_counter/util/symbol.c tools/perf/util/symbol.c
Documentation/perf_counter/util/symbol.h tools/perf/util/symbol.h
Documentation/perf_counter/util/usage.c tools/perf/util/usage.c
Documentation/perf_counter/util/util.h tools/perf/util/util.h
Documentation/perf_counter/util/wrapper.c tools/perf/util/wrapper.c