aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-06-06 20:33:43 +0200
committerIngo Molnar <mingo@elte.hu>2009-06-06 20:33:43 +0200
commit864709302a80f26fa9da3be5b47304f0b8bae192 (patch)
tree8c2bab78f141fe43a38914bd3e3aae0a88f958e5
parent75b5032212641f6d38ac041416945e70da833b68 (diff)
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>
-rw-r--r--tools/perf/.gitignore (renamed from Documentation/perf_counter/.gitignore)0
-rw-r--r--tools/perf/Documentation/Makefile (renamed from Documentation/perf_counter/Documentation/Makefile)0
-rw-r--r--tools/perf/Documentation/asciidoc.conf (renamed from Documentation/perf_counter/Documentation/asciidoc.conf)0
-rw-r--r--tools/perf/Documentation/manpage-1.72.xsl (renamed from Documentation/perf_counter/Documentation/manpage-1.72.xsl)0
-rw-r--r--tools/perf/Documentation/manpage-base.xsl (renamed from Documentation/perf_counter/Documentation/manpage-base.xsl)0
-rw-r--r--tools/perf/Documentation/manpage-bold-literal.xsl (renamed from Documentation/perf_counter/Documentation/manpage-bold-literal.xsl)0
-rw-r--r--tools/perf/Documentation/manpage-normal.xsl (renamed from Documentation/perf_counter/Documentation/manpage-normal.xsl)0
-rw-r--r--tools/perf/Documentation/manpage-suppress-sp.xsl (renamed from Documentation/perf_counter/Documentation/manpage-suppress-sp.xsl)0
-rw-r--r--tools/perf/Documentation/perf-annotate.txt (renamed from Documentation/perf_counter/Documentation/perf-annotate.txt)0
-rw-r--r--tools/perf/Documentation/perf-help.txt (renamed from Documentation/perf_counter/Documentation/perf-help.txt)0
-rw-r--r--tools/perf/Documentation/perf-list.txt (renamed from Documentation/perf_counter/Documentation/perf-list.txt)0
-rw-r--r--tools/perf/Documentation/perf-record.txt (renamed from Documentation/perf_counter/Documentation/perf-record.txt)0
-rw-r--r--tools/perf/Documentation/perf-report.txt (renamed from Documentation/perf_counter/Documentation/perf-report.txt)0
-rw-r--r--tools/perf/Documentation/perf-stat.txt (renamed from Documentation/perf_counter/Documentation/perf-stat.txt)0
-rw-r--r--tools/perf/Documentation/perf-top.txt (renamed from Documentation/perf_counter/Documentation/perf-top.txt)0
-rw-r--r--tools/perf/Documentation/perf.txt (renamed from Documentation/perf_counter/Documentation/perf.txt)0
-rw-r--r--tools/perf/Makefile (renamed from Documentation/perf_counter/Makefile)0
-rw-r--r--tools/perf/builtin-annotate.c (renamed from Documentation/perf_counter/builtin-annotate.c)0
-rw-r--r--tools/perf/builtin-help.c (renamed from Documentation/perf_counter/builtin-help.c)0
-rw-r--r--tools/perf/builtin-list.c (renamed from Documentation/perf_counter/builtin-list.c)0
-rw-r--r--tools/perf/builtin-record.c (renamed from Documentation/perf_counter/builtin-record.c)0
-rw-r--r--tools/perf/builtin-report.c (renamed from Documentation/perf_counter/builtin-report.c)0
-rw-r--r--tools/perf/builtin-stat.c (renamed from Documentation/perf_counter/builtin-stat.c)0
-rw-r--r--tools/perf/builtin-top.c (renamed from Documentation/perf_counter/builtin-top.c)0
-rw-r--r--tools/perf/builtin.h (renamed from Documentation/perf_counter/builtin.h)0
-rw-r--r--tools/perf/command-list.txt (renamed from Documentation/perf_counter/command-list.txt)0
-rw-r--r--tools/perf/design.txt (renamed from Documentation/perf_counter/design.txt)0
-rw-r--r--tools/perf/perf.c (renamed from Documentation/perf_counter/perf.c)0
-rw-r--r--tools/perf/perf.h (renamed from Documentation/perf_counter/perf.h)0
-rwxr-xr-xtools/perf/util/PERF-VERSION-GEN (renamed from Documentation/perf_counter/util/PERF-VERSION-GEN)0
-rw-r--r--tools/perf/util/abspath.c (renamed from Documentation/perf_counter/util/abspath.c)0
-rw-r--r--tools/perf/util/alias.c (renamed from Documentation/perf_counter/util/alias.c)0
-rw-r--r--tools/perf/util/cache.h (renamed from Documentation/perf_counter/util/cache.h)0
-rw-r--r--tools/perf/util/color.c (renamed from Documentation/perf_counter/util/color.c)0
-rw-r--r--tools/perf/util/color.h (renamed from Documentation/perf_counter/util/color.h)0
-rw-r--r--tools/perf/util/config.c (renamed from Documentation/perf_counter/util/config.c)0
-rw-r--r--tools/perf/util/ctype.c (renamed from Documentation/perf_counter/util/ctype.c)0
-rw-r--r--tools/perf/util/environment.c (renamed from Documentation/perf_counter/util/environment.c)0
-rw-r--r--tools/perf/util/exec_cmd.c (renamed from Documentation/perf_counter/util/exec_cmd.c)0
-rw-r--r--tools/perf/util/exec_cmd.h (renamed from Documentation/perf_counter/util/exec_cmd.h)0
-rwxr-xr-xtools/perf/util/generate-cmdlist.sh (renamed from Documentation/perf_counter/util/generate-cmdlist.sh)0
-rw-r--r--tools/perf/util/help.c (renamed from Documentation/perf_counter/util/help.c)0
-rw-r--r--tools/perf/util/help.h (renamed from Documentation/perf_counter/util/help.h)0
-rw-r--r--tools/perf/util/levenshtein.c (renamed from Documentation/perf_counter/util/levenshtein.c)0
-rw-r--r--tools/perf/util/levenshtein.h (renamed from Documentation/perf_counter/util/levenshtein.h)0
-rw-r--r--tools/perf/util/list.h (renamed from Documentation/perf_counter/util/list.h)0
-rw-r--r--tools/perf/util/pager.c (renamed from Documentation/perf_counter/util/pager.c)0
-rw-r--r--tools/perf/util/parse-events.c (renamed from Documentation/perf_counter/util/parse-events.c)0
-rw-r--r--tools/perf/util/parse-events.h (renamed from Documentation/perf_counter/util/parse-events.h)0
-rw-r--r--tools/perf/util/parse-options.c (renamed from Documentation/perf_counter/util/parse-options.c)0
-rw-r--r--tools/perf/util/parse-options.h (renamed from Documentation/perf_counter/util/parse-options.h)0
-rw-r--r--tools/perf/util/path.c (renamed from Documentation/perf_counter/util/path.c)0
-rw-r--r--tools/perf/util/quote.c (renamed from Documentation/perf_counter/util/quote.c)0
-rw-r--r--tools/perf/util/quote.h (renamed from Documentation/perf_counter/util/quote.h)0
-rw-r--r--tools/perf/util/rbtree.c (renamed from Documentation/perf_counter/util/rbtree.c)0
-rw-r--r--tools/perf/util/rbtree.h (renamed from Documentation/perf_counter/util/rbtree.h)0
-rw-r--r--tools/perf/util/run-command.c (renamed from Documentation/perf_counter/util/run-command.c)0
-rw-r--r--tools/perf/util/run-command.h (renamed from Documentation/perf_counter/util/run-command.h)0
-rw-r--r--tools/perf/util/sigchain.c (renamed from Documentation/perf_counter/util/sigchain.c)0
-rw-r--r--tools/perf/util/sigchain.h (renamed from Documentation/perf_counter/util/sigchain.h)0
-rw-r--r--tools/perf/util/strbuf.c (renamed from Documentation/perf_counter/util/strbuf.c)0
-rw-r--r--tools/perf/util/strbuf.h (renamed from Documentation/perf_counter/util/strbuf.h)0
-rw-r--r--tools/perf/util/string.c (renamed from Documentation/perf_counter/util/string.c)0
-rw-r--r--tools/perf/util/string.h (renamed from Documentation/perf_counter/util/string.h)0
-rw-r--r--tools/perf/util/symbol.c (renamed from Documentation/perf_counter/util/symbol.c)0
-rw-r--r--tools/perf/util/symbol.h (renamed from Documentation/perf_counter/util/symbol.h)0
-rw-r--r--tools/perf/util/usage.c (renamed from Documentation/perf_counter/util/usage.c)0
-rw-r--r--tools/perf/util/util.h (renamed from Documentation/perf_counter/util/util.h)0
-rw-r--r--tools/perf/util/wrapper.c (renamed from Documentation/perf_counter/util/wrapper.c)0
69 files changed, 0 insertions, 0 deletions
diff --git a/Documentation/perf_counter/.gitignore b/tools/perf/.gitignore
index d69a759a104..d69a759a104 100644
--- a/Documentation/perf_counter/.gitignore
+++ b/tools/perf/.gitignore
diff --git a/Documentation/perf_counter/Documentation/Makefile b/tools/perf/Documentation/Makefile
index 5457192e1b4..5457192e1b4 100644
--- a/Documentation/perf_counter/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
diff --git a/Documentation/perf_counter/Documentation/asciidoc.conf b/tools/perf/Documentation/asciidoc.conf
index 356b23a4033..356b23a4033 100644
--- a/Documentation/perf_counter/Documentation/asciidoc.conf
+++ b/tools/perf/Documentation/asciidoc.conf
diff --git a/Documentation/perf_counter/Documentation/manpage-1.72.xsl b/tools/perf/Documentation/manpage-1.72.xsl
index b4d315cb8c4..b4d315cb8c4 100644
--- a/Documentation/perf_counter/Documentation/manpage-1.72.xsl
+++ b/tools/perf/Documentation/manpage-1.72.xsl
diff --git a/Documentation/perf_counter/Documentation/manpage-base.xsl b/tools/perf/Documentation/manpage-base.xsl
index a264fa61609..a264fa61609 100644
--- a/Documentation/perf_counter/Documentation/manpage-base.xsl
+++ b/tools/perf/Documentation/manpage-base.xsl
diff --git a/Documentation/perf_counter/Documentation/manpage-bold-literal.xsl b/tools/perf/Documentation/manpage-bold-literal.xsl
index 608eb5df628..608eb5df628 100644
--- a/Documentation/perf_counter/Documentation/manpage-bold-literal.xsl
+++ b/tools/perf/Documentation/manpage-bold-literal.xsl
diff --git a/Documentation/perf_counter/Documentation/manpage-normal.xsl b/tools/perf/Documentation/manpage-normal.xsl
index a48f5b11f3d..a48f5b11f3d 100644
--- a/Documentation/perf_counter/Documentation/manpage-normal.xsl
+++ b/tools/perf/Documentation/manpage-normal.xsl
diff --git a/Documentation/perf_counter/Documentation/manpage-suppress-sp.xsl b/tools/perf/Documentation/manpage-suppress-sp.xsl
index a63c7632a87..a63c7632a87 100644
--- a/Documentation/perf_counter/Documentation/manpage-suppress-sp.xsl
+++ b/tools/perf/Documentation/manpage-suppress-sp.xsl
diff --git a/Documentation/perf_counter/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt
index c9dcade0683..c9dcade0683 100644
--- a/Documentation/perf_counter/Documentation/perf-annotate.txt
+++ b/tools/perf/Documentation/perf-annotate.txt
diff --git a/Documentation/perf_counter/Documentation/perf-help.txt b/tools/perf/Documentation/perf-help.txt
index 514391818d1..514391818d1 100644
--- a/Documentation/perf_counter/Documentation/perf-help.txt
+++ b/tools/perf/Documentation/perf-help.txt
diff --git a/Documentation/perf_counter/Documentation/perf-list.txt b/tools/perf/Documentation/perf-list.txt
index 8290b942266..8290b942266 100644
--- a/Documentation/perf_counter/Documentation/perf-list.txt
+++ b/tools/perf/Documentation/perf-list.txt
diff --git a/Documentation/perf_counter/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt
index 1dbc1eeb4c0..1dbc1eeb4c0 100644
--- a/Documentation/perf_counter/Documentation/perf-record.txt
+++ b/tools/perf/Documentation/perf-record.txt
diff --git a/Documentation/perf_counter/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt
index 52d3fc6846a..52d3fc6846a 100644
--- a/Documentation/perf_counter/Documentation/perf-report.txt
+++ b/tools/perf/Documentation/perf-report.txt
diff --git a/Documentation/perf_counter/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt
index c368a72721d..c368a72721d 100644
--- a/Documentation/perf_counter/Documentation/perf-stat.txt
+++ b/tools/perf/Documentation/perf-stat.txt
diff --git a/Documentation/perf_counter/Documentation/perf-top.txt b/tools/perf/Documentation/perf-top.txt
index 539d0128972..539d0128972 100644
--- a/Documentation/perf_counter/Documentation/perf-top.txt
+++ b/tools/perf/Documentation/perf-top.txt
diff --git a/Documentation/perf_counter/Documentation/perf.txt b/tools/perf/Documentation/perf.txt
index 69c83255719..69c83255719 100644
--- a/Documentation/perf_counter/Documentation/perf.txt
+++ b/tools/perf/Documentation/perf.txt
diff --git a/Documentation/perf_counter/Makefile b/tools/perf/Makefile
index 0cbd5d6874e..0cbd5d6874e 100644
--- a/Documentation/perf_counter/Makefile
+++ b/tools/perf/Makefile
diff --git a/Documentation/perf_counter/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 116a3978b44..116a3978b44 100644
--- a/Documentation/perf_counter/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
diff --git a/Documentation/perf_counter/builtin-help.c b/tools/perf/builtin-help.c
index 0f32dc3f3c4..0f32dc3f3c4 100644
--- a/Documentation/perf_counter/builtin-help.c
+++ b/tools/perf/builtin-help.c
diff --git a/Documentation/perf_counter/builtin-list.c b/tools/perf/builtin-list.c
index fe60e37c96e..fe60e37c96e 100644
--- a/Documentation/perf_counter/builtin-list.c
+++ b/tools/perf/builtin-list.c
diff --git a/Documentation/perf_counter/builtin-record.c b/tools/perf/builtin-record.c
index aeab9c4b15e..aeab9c4b15e 100644
--- a/Documentation/perf_counter/builtin-record.c
+++ b/tools/perf/builtin-record.c
diff --git a/Documentation/perf_counter/builtin-report.c b/tools/perf/builtin-report.c
index 242e09ff365..242e09ff365 100644
--- a/Documentation/perf_counter/builtin-report.c
+++ b/tools/perf/builtin-report.c
diff --git a/Documentation/perf_counter/builtin-stat.c b/tools/perf/builtin-stat.c
index 2cbf5a18958..2cbf5a18958 100644
--- a/Documentation/perf_counter/builtin-stat.c
+++ b/tools/perf/builtin-stat.c
diff --git a/Documentation/perf_counter/builtin-top.c b/tools/perf/builtin-top.c
index f2e7312f85c..f2e7312f85c 100644
--- a/Documentation/perf_counter/builtin-top.c
+++ b/tools/perf/builtin-top.c
diff --git a/Documentation/perf_counter/builtin.h b/tools/perf/builtin.h
index 51d168230ee..51d168230ee 100644
--- a/Documentation/perf_counter/builtin.h
+++ b/tools/perf/builtin.h
diff --git a/Documentation/perf_counter/command-list.txt b/tools/perf/command-list.txt
index eebce30afbc..eebce30afbc 100644
--- a/Documentation/perf_counter/command-list.txt
+++ b/tools/perf/command-list.txt
diff --git a/Documentation/perf_counter/design.txt b/tools/perf/design.txt
index d3250763dc9..d3250763dc9 100644
--- a/Documentation/perf_counter/design.txt
+++ b/tools/perf/design.txt
diff --git a/Documentation/perf_counter/perf.c b/tools/perf/perf.c
index 4eb72593370..4eb72593370 100644
--- a/Documentation/perf_counter/perf.c
+++ b/tools/perf/perf.c
diff --git a/Documentation/perf_counter/perf.h b/tools/perf/perf.h
index af0a5046d74..af0a5046d74 100644
--- a/Documentation/perf_counter/perf.h
+++ b/tools/perf/perf.h
diff --git a/Documentation/perf_counter/util/PERF-VERSION-GEN b/tools/perf/util/PERF-VERSION-GEN
index c561d1538c0..c561d1538c0 100755
--- a/Documentation/perf_counter/util/PERF-VERSION-GEN
+++ b/tools/perf/util/PERF-VERSION-GEN
diff --git a/Documentation/perf_counter/util/abspath.c b/tools/perf/util/abspath.c
index 61d33b81fc9..61d33b81fc9 100644
--- a/Documentation/perf_counter/util/abspath.c
+++ b/tools/perf/util/abspath.c
diff --git a/Documentation/perf_counter/util/alias.c b/tools/perf/util/alias.c
index 9b3dd2b428d..9b3dd2b428d 100644
--- a/Documentation/perf_counter/util/alias.c
+++ b/tools/perf/util/alias.c
diff --git a/Documentation/perf_counter/util/cache.h b/tools/perf/util/cache.h
index 393d6146d13..393d6146d13 100644
--- a/Documentation/perf_counter/util/cache.h
+++ b/tools/perf/util/cache.h
diff --git a/Documentation/perf_counter/util/color.c b/tools/perf/util/color.c
index 9a8c20ccc53..9a8c20ccc53 100644
--- a/Documentation/perf_counter/util/color.c
+++ b/tools/perf/util/color.c
diff --git a/Documentation/perf_counter/util/color.h b/tools/perf/util/color.h
index 5abfd379582..5abfd379582 100644
--- a/Documentation/perf_counter/util/color.h
+++ b/tools/perf/util/color.h
diff --git a/Documentation/perf_counter/util/config.c b/tools/perf/util/config.c
index 3dd13faa6a2..3dd13faa6a2 100644
--- a/Documentation/perf_counter/util/config.c
+++ b/tools/perf/util/config.c
diff --git a/Documentation/perf_counter/util/ctype.c b/tools/perf/util/ctype.c
index b90ec004f29..b90ec004f29 100644
--- a/Documentation/perf_counter/util/ctype.c
+++ b/tools/perf/util/ctype.c
diff --git a/Documentation/perf_counter/util/environment.c b/tools/perf/util/environment.c
index 275b0ee345f..275b0ee345f 100644
--- a/Documentation/perf_counter/util/environment.c
+++ b/tools/perf/util/environment.c
diff --git a/Documentation/perf_counter/util/exec_cmd.c b/tools/perf/util/exec_cmd.c
index d3929226315..d3929226315 100644
--- a/Documentation/perf_counter/util/exec_cmd.c
+++ b/tools/perf/util/exec_cmd.c
diff --git a/Documentation/perf_counter/util/exec_cmd.h b/tools/perf/util/exec_cmd.h
index effe25eb154..effe25eb154 100644
--- a/Documentation/perf_counter/util/exec_cmd.h
+++ b/tools/perf/util/exec_cmd.h
diff --git a/Documentation/perf_counter/util/generate-cmdlist.sh b/tools/perf/util/generate-cmdlist.sh
index f06f6fd148f..f06f6fd148f 100755
--- a/Documentation/perf_counter/util/generate-cmdlist.sh
+++ b/tools/perf/util/generate-cmdlist.sh
diff --git a/Documentation/perf_counter/util/help.c b/tools/perf/util/help.c
index 6653f7dd1d7..6653f7dd1d7 100644
--- a/Documentation/perf_counter/util/help.c
+++ b/tools/perf/util/help.c
diff --git a/Documentation/perf_counter/util/help.h b/tools/perf/util/help.h
index 56bc15406ff..56bc15406ff 100644
--- a/Documentation/perf_counter/util/help.h
+++ b/tools/perf/util/help.h
diff --git a/Documentation/perf_counter/util/levenshtein.c b/tools/perf/util/levenshtein.c
index e521d1516df..e521d1516df 100644
--- a/Documentation/perf_counter/util/levenshtein.c
+++ b/tools/perf/util/levenshtein.c
diff --git a/Documentation/perf_counter/util/levenshtein.h b/tools/perf/util/levenshtein.h
index 0173abeef52..0173abeef52 100644
--- a/Documentation/perf_counter/util/levenshtein.h
+++ b/tools/perf/util/levenshtein.h
diff --git a/Documentation/perf_counter/util/list.h b/tools/perf/util/list.h
index e2548e8072c..e2548e8072c 100644
--- a/Documentation/perf_counter/util/list.h
+++ b/tools/perf/util/list.h
diff --git a/Documentation/perf_counter/util/pager.c b/tools/perf/util/pager.c
index a28bccae545..a28bccae545 100644
--- a/Documentation/perf_counter/util/pager.c
+++ b/tools/perf/util/pager.c
diff --git a/Documentation/perf_counter/util/parse-events.c b/tools/perf/util/parse-events.c
index e0820b4388a..e0820b4388a 100644
--- a/Documentation/perf_counter/util/parse-events.c
+++ b/tools/perf/util/parse-events.c
diff --git a/Documentation/perf_counter/util/parse-events.h b/tools/perf/util/parse-events.h
index e3d552908e6..e3d552908e6 100644
--- a/Documentation/perf_counter/util/parse-events.h
+++ b/tools/perf/util/parse-events.h
diff --git a/Documentation/perf_counter/util/parse-options.c b/tools/perf/util/parse-options.c
index b3affb1658d..b3affb1658d 100644
--- a/Documentation/perf_counter/util/parse-options.c
+++ b/tools/perf/util/parse-options.c
diff --git a/Documentation/perf_counter/util/parse-options.h b/tools/perf/util/parse-options.h
index a1039a6ce0e..a1039a6ce0e 100644
--- a/Documentation/perf_counter/util/parse-options.h
+++ b/tools/perf/util/parse-options.h
diff --git a/Documentation/perf_counter/util/path.c b/tools/perf/util/path.c
index a501a40dd2c..a501a40dd2c 100644
--- a/Documentation/perf_counter/util/path.c
+++ b/tools/perf/util/path.c
diff --git a/Documentation/perf_counter/util/quote.c b/tools/perf/util/quote.c
index f18c5212bc9..f18c5212bc9 100644
--- a/Documentation/perf_counter/util/quote.c
+++ b/tools/perf/util/quote.c
diff --git a/Documentation/perf_counter/util/quote.h b/tools/perf/util/quote.h
index 5dfad89816d..5dfad89816d 100644
--- a/Documentation/perf_counter/util/quote.h
+++ b/tools/perf/util/quote.h
diff --git a/Documentation/perf_counter/util/rbtree.c b/tools/perf/util/rbtree.c
index b15ba9c7cb3..b15ba9c7cb3 100644
--- a/Documentation/perf_counter/util/rbtree.c
+++ b/tools/perf/util/rbtree.c
diff --git a/Documentation/perf_counter/util/rbtree.h b/tools/perf/util/rbtree.h
index 6bdc488a47f..6bdc488a47f 100644
--- a/Documentation/perf_counter/util/rbtree.h
+++ b/tools/perf/util/rbtree.h
diff --git a/Documentation/perf_counter/util/run-command.c b/tools/perf/util/run-command.c
index b2f5e854f40..b2f5e854f40 100644
--- a/Documentation/perf_counter/util/run-command.c
+++ b/tools/perf/util/run-command.c
diff --git a/Documentation/perf_counter/util/run-command.h b/tools/perf/util/run-command.h
index 328289f2366..328289f2366 100644
--- a/Documentation/perf_counter/util/run-command.h
+++ b/tools/perf/util/run-command.h
diff --git a/Documentation/perf_counter/util/sigchain.c b/tools/perf/util/sigchain.c
index 1118b99e57d..1118b99e57d 100644
--- a/Documentation/perf_counter/util/sigchain.c
+++ b/tools/perf/util/sigchain.c
diff --git a/Documentation/perf_counter/util/sigchain.h b/tools/perf/util/sigchain.h
index 618083bce0c..618083bce0c 100644
--- a/Documentation/perf_counter/util/sigchain.h
+++ b/tools/perf/util/sigchain.h
diff --git a/Documentation/perf_counter/util/strbuf.c b/tools/perf/util/strbuf.c
index eaba0930680..eaba0930680 100644
--- a/Documentation/perf_counter/util/strbuf.c
+++ b/tools/perf/util/strbuf.c
diff --git a/Documentation/perf_counter/util/strbuf.h b/tools/perf/util/strbuf.h
index 9ee908a3ec5..9ee908a3ec5 100644
--- a/Documentation/perf_counter/util/strbuf.h
+++ b/tools/perf/util/strbuf.h
diff --git a/Documentation/perf_counter/util/string.c b/tools/perf/util/string.c
index ec33c0c7f4e..ec33c0c7f4e 100644
--- a/Documentation/perf_counter/util/string.c
+++ b/tools/perf/util/string.c
diff --git a/Documentation/perf_counter/util/string.h b/tools/perf/util/string.h
index 72812c1c9a7..72812c1c9a7 100644
--- a/Documentation/perf_counter/util/string.h
+++ b/tools/perf/util/string.h
diff --git a/Documentation/perf_counter/util/symbol.c b/tools/perf/util/symbol.c
index 23f4f7b3b83..23f4f7b3b83 100644
--- a/Documentation/perf_counter/util/symbol.c
+++ b/tools/perf/util/symbol.c
diff --git a/Documentation/perf_counter/util/symbol.h b/tools/perf/util/symbol.h
index 4839d68f14f..4839d68f14f 100644
--- a/Documentation/perf_counter/util/symbol.h
+++ b/tools/perf/util/symbol.h
diff --git a/Documentation/perf_counter/util/usage.c b/tools/perf/util/usage.c
index 2cad286e437..2cad286e437 100644
--- a/Documentation/perf_counter/util/usage.c
+++ b/tools/perf/util/usage.c
diff --git a/Documentation/perf_counter/util/util.h b/tools/perf/util/util.h
index 76590a16c27..76590a16c27 100644
--- a/Documentation/perf_counter/util/util.h
+++ b/tools/perf/util/util.h
diff --git a/Documentation/perf_counter/util/wrapper.c b/tools/perf/util/wrapper.c
index 6350d65f6d9..6350d65f6d9 100644
--- a/Documentation/perf_counter/util/wrapper.c
+++ b/tools/perf/util/wrapper.c