瀏覽代碼

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>
Ingo Molnar 16 年之前
父節點
當前提交
864709302a
共有 69 個文件被更改,包括 0 次插入0 次删除
  1. 0 0
      tools/perf/.gitignore
  2. 0 0
      tools/perf/Documentation/Makefile
  3. 0 0
      tools/perf/Documentation/asciidoc.conf
  4. 0 0
      tools/perf/Documentation/manpage-1.72.xsl
  5. 0 0
      tools/perf/Documentation/manpage-base.xsl
  6. 0 0
      tools/perf/Documentation/manpage-bold-literal.xsl
  7. 0 0
      tools/perf/Documentation/manpage-normal.xsl
  8. 0 0
      tools/perf/Documentation/manpage-suppress-sp.xsl
  9. 0 0
      tools/perf/Documentation/perf-annotate.txt
  10. 0 0
      tools/perf/Documentation/perf-help.txt
  11. 0 0
      tools/perf/Documentation/perf-list.txt
  12. 0 0
      tools/perf/Documentation/perf-record.txt
  13. 0 0
      tools/perf/Documentation/perf-report.txt
  14. 0 0
      tools/perf/Documentation/perf-stat.txt
  15. 0 0
      tools/perf/Documentation/perf-top.txt
  16. 0 0
      tools/perf/Documentation/perf.txt
  17. 0 0
      tools/perf/Makefile
  18. 0 0
      tools/perf/builtin-annotate.c
  19. 0 0
      tools/perf/builtin-help.c
  20. 0 0
      tools/perf/builtin-list.c
  21. 0 0
      tools/perf/builtin-record.c
  22. 0 0
      tools/perf/builtin-report.c
  23. 0 0
      tools/perf/builtin-stat.c
  24. 0 0
      tools/perf/builtin-top.c
  25. 0 0
      tools/perf/builtin.h
  26. 0 0
      tools/perf/command-list.txt
  27. 0 0
      tools/perf/design.txt
  28. 0 0
      tools/perf/perf.c
  29. 0 0
      tools/perf/perf.h
  30. 0 0
      tools/perf/util/PERF-VERSION-GEN
  31. 0 0
      tools/perf/util/abspath.c
  32. 0 0
      tools/perf/util/alias.c
  33. 0 0
      tools/perf/util/cache.h
  34. 0 0
      tools/perf/util/color.c
  35. 0 0
      tools/perf/util/color.h
  36. 0 0
      tools/perf/util/config.c
  37. 0 0
      tools/perf/util/ctype.c
  38. 0 0
      tools/perf/util/environment.c
  39. 0 0
      tools/perf/util/exec_cmd.c
  40. 0 0
      tools/perf/util/exec_cmd.h
  41. 0 0
      tools/perf/util/generate-cmdlist.sh
  42. 0 0
      tools/perf/util/help.c
  43. 0 0
      tools/perf/util/help.h
  44. 0 0
      tools/perf/util/levenshtein.c
  45. 0 0
      tools/perf/util/levenshtein.h
  46. 0 0
      tools/perf/util/list.h
  47. 0 0
      tools/perf/util/pager.c
  48. 0 0
      tools/perf/util/parse-events.c
  49. 0 0
      tools/perf/util/parse-events.h
  50. 0 0
      tools/perf/util/parse-options.c
  51. 0 0
      tools/perf/util/parse-options.h
  52. 0 0
      tools/perf/util/path.c
  53. 0 0
      tools/perf/util/quote.c
  54. 0 0
      tools/perf/util/quote.h
  55. 0 0
      tools/perf/util/rbtree.c
  56. 0 0
      tools/perf/util/rbtree.h
  57. 0 0
      tools/perf/util/run-command.c
  58. 0 0
      tools/perf/util/run-command.h
  59. 0 0
      tools/perf/util/sigchain.c
  60. 0 0
      tools/perf/util/sigchain.h
  61. 0 0
      tools/perf/util/strbuf.c
  62. 0 0
      tools/perf/util/strbuf.h
  63. 0 0
      tools/perf/util/string.c
  64. 0 0
      tools/perf/util/string.h
  65. 0 0
      tools/perf/util/symbol.c
  66. 0 0
      tools/perf/util/symbol.h
  67. 0 0
      tools/perf/util/usage.c
  68. 0 0
      tools/perf/util/util.h
  69. 0 0
      tools/perf/util/wrapper.c

+ 0 - 0
Documentation/perf_counter/.gitignore → tools/perf/.gitignore


+ 0 - 0
Documentation/perf_counter/Documentation/Makefile → tools/perf/Documentation/Makefile


+ 0 - 0
Documentation/perf_counter/Documentation/asciidoc.conf → tools/perf/Documentation/asciidoc.conf


+ 0 - 0
Documentation/perf_counter/Documentation/manpage-1.72.xsl → tools/perf/Documentation/manpage-1.72.xsl


+ 0 - 0
Documentation/perf_counter/Documentation/manpage-base.xsl → tools/perf/Documentation/manpage-base.xsl


+ 0 - 0
Documentation/perf_counter/Documentation/manpage-bold-literal.xsl → tools/perf/Documentation/manpage-bold-literal.xsl


+ 0 - 0
Documentation/perf_counter/Documentation/manpage-normal.xsl → tools/perf/Documentation/manpage-normal.xsl


+ 0 - 0
Documentation/perf_counter/Documentation/manpage-suppress-sp.xsl → tools/perf/Documentation/manpage-suppress-sp.xsl


+ 0 - 0
Documentation/perf_counter/Documentation/perf-annotate.txt → tools/perf/Documentation/perf-annotate.txt


+ 0 - 0
Documentation/perf_counter/Documentation/perf-help.txt → tools/perf/Documentation/perf-help.txt


+ 0 - 0
Documentation/perf_counter/Documentation/perf-list.txt → tools/perf/Documentation/perf-list.txt


+ 0 - 0
Documentation/perf_counter/Documentation/perf-record.txt → tools/perf/Documentation/perf-record.txt


+ 0 - 0
Documentation/perf_counter/Documentation/perf-report.txt → tools/perf/Documentation/perf-report.txt


+ 0 - 0
Documentation/perf_counter/Documentation/perf-stat.txt → tools/perf/Documentation/perf-stat.txt


+ 0 - 0
Documentation/perf_counter/Documentation/perf-top.txt → tools/perf/Documentation/perf-top.txt


+ 0 - 0
Documentation/perf_counter/Documentation/perf.txt → tools/perf/Documentation/perf.txt


+ 0 - 0
Documentation/perf_counter/Makefile → tools/perf/Makefile


+ 0 - 0
Documentation/perf_counter/builtin-annotate.c → tools/perf/builtin-annotate.c


+ 0 - 0
Documentation/perf_counter/builtin-help.c → tools/perf/builtin-help.c


+ 0 - 0
Documentation/perf_counter/builtin-list.c → tools/perf/builtin-list.c


+ 0 - 0
Documentation/perf_counter/builtin-record.c → tools/perf/builtin-record.c


+ 0 - 0
Documentation/perf_counter/builtin-report.c → tools/perf/builtin-report.c


+ 0 - 0
Documentation/perf_counter/builtin-stat.c → tools/perf/builtin-stat.c


+ 0 - 0
Documentation/perf_counter/builtin-top.c → tools/perf/builtin-top.c


+ 0 - 0
Documentation/perf_counter/builtin.h → tools/perf/builtin.h


+ 0 - 0
Documentation/perf_counter/command-list.txt → tools/perf/command-list.txt


+ 0 - 0
Documentation/perf_counter/design.txt → tools/perf/design.txt


+ 0 - 0
Documentation/perf_counter/perf.c → tools/perf/perf.c


+ 0 - 0
Documentation/perf_counter/perf.h → tools/perf/perf.h


+ 0 - 0
Documentation/perf_counter/util/PERF-VERSION-GEN → tools/perf/util/PERF-VERSION-GEN


+ 0 - 0
Documentation/perf_counter/util/abspath.c → tools/perf/util/abspath.c


+ 0 - 0
Documentation/perf_counter/util/alias.c → tools/perf/util/alias.c


+ 0 - 0
Documentation/perf_counter/util/cache.h → tools/perf/util/cache.h


+ 0 - 0
Documentation/perf_counter/util/color.c → tools/perf/util/color.c


+ 0 - 0
Documentation/perf_counter/util/color.h → tools/perf/util/color.h


+ 0 - 0
Documentation/perf_counter/util/config.c → tools/perf/util/config.c


+ 0 - 0
Documentation/perf_counter/util/ctype.c → tools/perf/util/ctype.c


+ 0 - 0
Documentation/perf_counter/util/environment.c → tools/perf/util/environment.c


+ 0 - 0
Documentation/perf_counter/util/exec_cmd.c → tools/perf/util/exec_cmd.c


+ 0 - 0
Documentation/perf_counter/util/exec_cmd.h → tools/perf/util/exec_cmd.h


+ 0 - 0
Documentation/perf_counter/util/generate-cmdlist.sh → tools/perf/util/generate-cmdlist.sh


+ 0 - 0
Documentation/perf_counter/util/help.c → tools/perf/util/help.c


+ 0 - 0
Documentation/perf_counter/util/help.h → tools/perf/util/help.h


+ 0 - 0
Documentation/perf_counter/util/levenshtein.c → tools/perf/util/levenshtein.c


+ 0 - 0
Documentation/perf_counter/util/levenshtein.h → tools/perf/util/levenshtein.h


+ 0 - 0
Documentation/perf_counter/util/list.h → tools/perf/util/list.h


+ 0 - 0
Documentation/perf_counter/util/pager.c → tools/perf/util/pager.c


+ 0 - 0
Documentation/perf_counter/util/parse-events.c → tools/perf/util/parse-events.c


+ 0 - 0
Documentation/perf_counter/util/parse-events.h → tools/perf/util/parse-events.h


+ 0 - 0
Documentation/perf_counter/util/parse-options.c → tools/perf/util/parse-options.c


+ 0 - 0
Documentation/perf_counter/util/parse-options.h → tools/perf/util/parse-options.h


+ 0 - 0
Documentation/perf_counter/util/path.c → tools/perf/util/path.c


+ 0 - 0
Documentation/perf_counter/util/quote.c → tools/perf/util/quote.c


+ 0 - 0
Documentation/perf_counter/util/quote.h → tools/perf/util/quote.h


+ 0 - 0
Documentation/perf_counter/util/rbtree.c → tools/perf/util/rbtree.c


+ 0 - 0
Documentation/perf_counter/util/rbtree.h → tools/perf/util/rbtree.h


+ 0 - 0
Documentation/perf_counter/util/run-command.c → tools/perf/util/run-command.c


+ 0 - 0
Documentation/perf_counter/util/run-command.h → tools/perf/util/run-command.h


+ 0 - 0
Documentation/perf_counter/util/sigchain.c → tools/perf/util/sigchain.c


+ 0 - 0
Documentation/perf_counter/util/sigchain.h → tools/perf/util/sigchain.h


+ 0 - 0
Documentation/perf_counter/util/strbuf.c → tools/perf/util/strbuf.c


+ 0 - 0
Documentation/perf_counter/util/strbuf.h → tools/perf/util/strbuf.h


+ 0 - 0
Documentation/perf_counter/util/string.c → tools/perf/util/string.c


+ 0 - 0
Documentation/perf_counter/util/string.h → tools/perf/util/string.h


+ 0 - 0
Documentation/perf_counter/util/symbol.c → tools/perf/util/symbol.c


+ 0 - 0
Documentation/perf_counter/util/symbol.h → tools/perf/util/symbol.h


+ 0 - 0
Documentation/perf_counter/util/usage.c → tools/perf/util/usage.c


+ 0 - 0
Documentation/perf_counter/util/util.h → tools/perf/util/util.h


+ 0 - 0
Documentation/perf_counter/util/wrapper.c → tools/perf/util/wrapper.c