1. acac03f perf record: Add "nodelay" mode, disabled by default by Kirill Smelkov · 14 years ago
  2. 9d95b58 perf probe: Fix line range description since a single file is allowed by Franck Bui-Huu · 14 years ago
  3. ec5761e perf symbols: Add symfs option for off-box analysis using specified tree by David Ahern · 14 years ago
  4. b226a5a7 perf report: Allow user to specify path to kallsyms file by David Ahern · 14 years ago
  5. 9c90a61 perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 14 years ago
  6. e4b546a Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  7. d7470b6 perf stat: Add csv-style output by Stephane Eranian · 14 years ago
  8. 8c20769 perf stat: Document missing options by Shawn Bohrer · 14 years ago
  9. f68d6bd perf test: Fix spelling mistake in documentation by Shawn Bohrer · 14 years ago
  10. 646420f perf trace: Document missing options by Shawn Bohrer · 14 years ago
  11. 2e7a988 perf top: Document missing options by Shawn Bohrer · 14 years ago
  12. 1eacc94 perf sched: Document missing options by Shawn Bohrer · 14 years ago
  13. e04fffc perf report: Document missing options by Shawn Bohrer · 14 years ago
  14. 08dbd7e perf record: Document missing options by Shawn Bohrer · 14 years ago
  15. 9d5b7f5 perf probe: Fix spelling mistake in documentation by Shawn Bohrer · 14 years ago
  16. 4aace25 perf lock: Document missing options by Shawn Bohrer · 14 years ago
  17. 5c0ef0a perf kvm: Document missing options by Shawn Bohrer · 14 years ago
  18. 5ea4f85 perf diff: Document missing options by Shawn Bohrer · 14 years ago
  19. b6a535d perf buildid-list: Document missing options by Shawn Bohrer · 14 years ago
  20. 1968ad9 perf annotate: Document missing options. by Shawn Bohrer · 14 years ago
  21. b3d006c Merge branch 'perf/rename' into perf/core by Ingo Molnar · 14 years ago
  22. f5b4a9c3 perf stat: Add no-aggregation mode to -a by Stephane Eranian · 14 years ago
  23. 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago
  24. d3c4f79 perf trace: update Documentation with new perf trace variants by Tom Zanussi · 14 years ago
  25. b44308f perf scripting: Shut up 'perf record' final status by Arnaldo Carvalho de Melo · 14 years ago
  26. ffec516 perf tools: Document event modifiers by Sonny Rao · 14 years ago
  27. 469b9b8 perf probe: Add basic module support by Masami Hiramatsu · 14 years ago
  28. fb8c5a5 perf probe: Show accessible global variables by Masami Hiramatsu · 14 years ago
  29. cf6eb48 perf probe: Show accessible local variables by Masami Hiramatsu · 14 years ago
  30. 8b9e74e perf tools: Add --tui and --stdio to choose the UI by Arnaldo Carvalho de Melo · 14 years ago
  31. 8c31a1e perf man pages: Fix cut'n'paste error by Arnaldo Carvalho de Melo · 14 years ago
  32. b2a3c12 perf probe: Support tracing an entry of array by Masami Hiramatsu · 14 years ago
  33. 73317b9 perf probe: Support "string" type by Masami Hiramatsu · 14 years ago
  34. 9ed7e1b perf probe: Add kernel source path option by Chase Douglas · 14 years ago
  35. a1ac1d3 perf record: Add option to avoid updating buildid cache by Stephane Eranian · 14 years ago
  36. c45c6ea perf tools: Add the ability to specify list of cpus to monitor by Stephane Eranian · 14 years ago
  37. 5af52b5 perf stat: add perf stat -B to pretty print large numbers by Stephane Eranian · 14 years ago
  38. 5d2be7c perf trace scripts: Fix typos in perf-trace-python.txt by Kirill Smelkov · 14 years ago
  39. 2e6cdf9 perf tools: change event inheritance logic in stat and record by Stephane Eranian · 14 years ago
  40. 1cf4a06 perf list: Improve the raw hw event descriptor documentation by Arnaldo Carvalho de Melo · 14 years ago
  41. 4778e0e perf tools: Fixup minor doc formatting issues by Arnaldo Carvalho de Melo · 14 years ago
  42. 9e32a3c perf list: Add explanation about raw hardware event descriptors by Arnaldo Carvalho de Melo · 14 years ago
  43. c4f3b5a Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  44. 11d232e perf inject: Add missing bits by Arnaldo Carvalho de Melo · 14 years ago
  45. e5a5f1f perf: Remove leftover useless options to record trace events from scripts by Frederic Weisbecker · 14 years ago
  46. 1c6a800 perf test: Initial regression testing command by Arnaldo Carvalho de Melo · 14 years ago
  47. 462b04e2 Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  48. ef4a356 perf probe: Add --max-probes option by Masami Hiramatsu · 14 years ago
  49. cfadf9d perf: Some perf-kvm documentation edits by William Cohen · 14 years ago
  50. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  51. b5a80b7 Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  52. bdef3b0 perf: Always record tracepoints raw samples from perf record by Frederic Weisbecker · 14 years ago
  53. 7865e81 perf: Make -f the default for perf record by Frederic Weisbecker · 14 years ago
  54. 11a1ca3 perf probe: Support basic type casting by Masami Hiramatsu · 14 years ago
  55. df0faf4 perf probe: Use the last field name as the argument name by Masami Hiramatsu · 14 years ago
  56. 4848193 perf probe: Support argument name by Masami Hiramatsu · 14 years ago
  57. 854c554 perf: cleanup some Documentation by Randy Dunlap · 14 years ago
  58. 085ea73 perf probe: Fix --line syntax help and document by Masami Hiramatsu · 14 years ago
  59. f4d7da4 perf probe: Add --dry-run option by Masami Hiramatsu · 14 years ago
  60. 7ae5f213 perf: Make the install relative to DESTDIR if specified by John Kacur · 14 years ago
  61. 548b841 Merge commit 'v2.6.34-rc1' into perf/urgent by Ingo Molnar · 14 years ago
  62. 84c6f88 perf lock: Fix and add misc documentally things by Hitoshi Mitake · 15 years ago
  63. 2a9c8c3 perf probe: Add lazy line matching support by Masami Hiramatsu · 14 years ago
  64. ee391de perf probe: Update perf probe document by Masami Hiramatsu · 14 years ago
  65. c2fbaa4 perf/scripts: Tag syscall_name helper as not yet available by Frederic Weisbecker · 14 years ago
  66. cff68e5 perf/scripts: Add perf-trace-python Documentation by Tom Zanussi · 15 years ago
  67. f526d68 perf/scripts: Fix supported language listing option by Tom Zanussi · 15 years ago
  68. 6cff0e8 perf top: Teach it to autolocate vmlinux by Kirill Smelkov · 15 years ago
  69. ef12a14 perf buildid-cache: Add new command to manage build-id cache by Arnaldo Carvalho de Melo · 15 years ago
  70. e8d433f perf archive: Add documentation by Arnaldo Carvalho de Melo · 15 years ago
  71. 0895cf0 perf: Fix few typos + cosmetics by Kirill Smelkov · 15 years ago
  72. 631c9de perf probe: Support --line option to show probable source-code lines by Masami Hiramatsu · 15 years ago
  73. c351c28 perf diff: Use perf_session__fprintf_hists just like 'perf record' by Arnaldo Carvalho de Melo · 15 years ago
  74. af663d7 perf probe: Support event name for --add option by Masami Hiramatsu · 15 years ago
  75. cdccc69 perf diff: Fix documentation by Arnaldo Carvalho de Melo · 15 years ago
  76. d30531c perf diff: Improve the help text by Ingo Molnar · 15 years ago
  77. a600512 perf trace/scripting: Update Documentation by Tom Zanussi · 15 years ago
  78. 86a9eee perf diff: Introduce tool to show performance difference by Arnaldo Carvalho de Melo · 15 years ago
  79. 90b86a9 perf kmem: Show usage if no option is specified by Li Zefan · 15 years ago
  80. c937fe2 perf probe: Update perf-probe document by Masami Hiramatsu · 15 years ago
  81. 89fbf0b perf trace: Add Documentation for perf trace Perl support by Tom Zanussi · 15 years ago
  82. b23d576 perf kmem: Add help file by Li Zefan · 15 years ago
  83. 1b290d6 perf tools: Add support for breakpoint events in perf tools by Frederic Weisbecker · 15 years ago
  84. a7b6342 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 15 years ago
  85. 1124ba7 perf buildid-list: Always show the DSO name by Arnaldo Carvalho de Melo · 15 years ago
  86. c34984b perf buildid-list: New plumbing command by Arnaldo Carvalho de Melo · 15 years ago
  87. 0ffa798 Merge branches 'perf/powerpc' and 'perf/bench' into perf/core by Ingo Molnar · 15 years ago
  88. 9fbc04f perf bench: Add new document about perf-bench by Hitoshi Mitake · 15 years ago
  89. ca2b900 perf tools: Fix syntax in documentation by Zeev Tarantov · 15 years ago
  90. c43f9d1 perf/probes: Update Documentation/perf-probe.txt by Masami Hiramatsu · 15 years ago
  91. 43315956 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 15 years ago
  92. bbe2987 perf timechart: Add a process filter by Arjan van de Ven · 15 years ago
  93. bb3c3e8 Merge commit 'v2.6.32-rc5' into perf/probes by Ingo Molnar · 15 years ago
  94. 595c364 perf: Add perf-probe document by Masami Hiramatsu · 15 years ago
  95. 39a90a8 perf timechart: Add a power-only mode by Arjan van de Ven · 15 years ago
  96. 5094b65 perf util: Make the timechart SVG width dynamic by Arjan van de Ven · 15 years ago
  97. 151750c perf: Add timechart help text and add timechart to "perf help" by Arjan van de Ven · 15 years ago
  98. c13f0d3 perf sched: Add 'perf sched trace', improve documentation by Ingo Molnar · 15 years ago
  99. 0a02ad9 perf: Add 'perf sched' tool by Ingo Molnar · 15 years ago
  100. ec7ba4e perf tools: Add missing parameters documentation by Frederic Weisbecker · 15 years ago