1. f4d7da4 perf probe: Add --dry-run option by Masami Hiramatsu · 14 years ago
  2. 016f262 perf probe: Introduce die_find_child() function by Masami Hiramatsu · 14 years ago
  3. 95a3e4c perf probe: Rename some die_get_* functions by Masami Hiramatsu · 14 years ago
  4. 12a1fad perf probe: Rename session to param by Masami Hiramatsu · 14 years ago
  5. e0faa8d perf probe: Move add-probe routine to util/ by Masami Hiramatsu · 14 years ago
  6. 31facc5 perf probe: Use wrapper functions by Masami Hiramatsu · 14 years ago
  7. a1d37d5 perf tools: Introduce xzalloc() for detecting out of memory conditions by Masami Hiramatsu · 14 years ago
  8. e4713e9 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  9. 00909e9 perf top: Add missing initialization to zero by Arnaldo Carvalho de Melo · 14 years ago
  10. d0cb426 perf probe: Use original address instead of CU-based address by Masami Hiramatsu · 14 years ago
  11. 67c7ff7 perf probe: Fix offset to allow signed value by Masami Hiramatsu · 14 years ago
  12. b63be8d perf top: Improve the autosizing of column lenghts by Arnaldo Carvalho de Melo · 14 years ago
  13. d06d92b perf annotate: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 14 years ago
  14. b0a9ab6 perf top: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 14 years ago
  15. bedbfde perf record: Enable the enable_on_exec flag if record forks the target by Eric B Munson · 14 years ago
  16. 9fdfbc2 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  17. fc6ceea perf probe: Fix need_dwarf flag if lazy matching is used by Masami Hiramatsu · 14 years ago
  18. 594087a perf probe: Fix probe_point buffer overrun by Masami Hiramatsu · 14 years ago
  19. 567e547 perf tools: Fix non-newt build by Arnaldo Carvalho de Melo · 14 years ago
  20. 3997d37 perf hist: Don't fprintf the callgraph unconditionally by Arnaldo Carvalho de Melo · 14 years ago
  21. cb7afb7 perf newt: Use newtGetScreenSize by Arnaldo Carvalho de Melo · 14 years ago
  22. 7081e08 perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms by Arnaldo Carvalho de Melo · 14 years ago
  23. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 14 years ago
  24. dd2ee78 perf tools: Add missing bytes printed in hist_entry__fprintf by Arnaldo Carvalho de Melo · 14 years ago
  25. b4f5296 perf tools: Use eprintf for pr_{err,warning,info} too by Arnaldo Carvalho de Melo · 14 years ago
  26. 895f0ed perf top: Export get_window_dimensions by Arnaldo Carvalho de Melo · 14 years ago
  27. fe2197b perf symbols: Bump plt synthesizing warning debug level by Arnaldo Carvalho de Melo · 14 years ago
  28. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  29. 6230f2c perf record: Mention paranoid sysctl when failing to create counter by Arnaldo Carvalho de Melo · 14 years ago
  30. 9f591fd perf record: Don't try to find buildids in a zero sized file by Arnaldo Carvalho de Melo · 14 years ago
  31. 7ae5f213 perf: Make the install relative to DESTDIR if specified by John Kacur · 14 years ago
  32. a12b51c perf tools: Fix sparse CPU numbering related bugs by Paul Mackerras · 14 years ago
  33. 65f2ed2 perf report: Print the map table just after samples for which no map was found by Arnaldo Carvalho de Melo · 14 years ago
  34. cbbc79a5 perf report: Add multiple event support by Eric B Munson · 14 years ago
  35. eefc465 perf session: Change perf_session post processing functions to take histogram tree by Eric B Munson · 14 years ago
  36. cb8f093 perf session: Add storage for seperating event types in report by Eric B Munson · 14 years ago
  37. d403d0a perf session: Change add_hist_entry to take the tree root instead of session by Eric B Munson · 14 years ago
  38. 8907fd6 perf record: Add ID and to recorded event data when recording multiple events by Eric B Munson · 14 years ago
  39. accd3cc perf probe: Add missing variable initialization by Arnaldo Carvalho de Melo · 14 years ago
  40. 1224550 perf tools: Don't trow away old map slices not overlapped by new maps by Arnaldo Carvalho de Melo · 14 years ago
  41. 1676b8a perf-top: Show the percentage of successfull PEBS-fixups by Peter Zijlstra · 14 years ago
  42. 69fef0d perf: Add attr->precise support to raw event parsing by Peter Zijlstra · 14 years ago
  43. 548b841 Merge commit 'v2.6.34-rc1' into perf/urgent by Ingo Molnar · 14 years ago
  44. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  45. 660f6a3 Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  46. cf4fee5 perf trace: Don't use pager if scripting by Tom Zanussi · 14 years ago
  47. 10c95f4 perf trace/scripting: Remove extraneous header read by Tom Zanussi · 14 years ago
  48. da7196e perf, ARM: Modify kuser rmb() call to compile for Thumb-2 by Will Deacon · 14 years ago
  49. 32cb0dd perf probe: Correct probe syntax on command line help by Masami Hiramatsu · 14 years ago
  50. 6630125 perf archive: Don't try to collect files without a build-id by Arnaldo Carvalho de Melo · 14 years ago
  51. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  52. b67577d perf lock: Drop the buffers multiplexing dependency by Frederic Weisbecker · 15 years ago
  53. 84c6f88 perf lock: Fix and add misc documentally things by Hitoshi Mitake · 15 years ago
  54. 018cbff Merge commit 'v2.6.33' into perf/core by Frederic Weisbecker · 14 years ago
  55. 4385d58 perf tools: Flush maps on COMM events by David S. Miller · 15 years ago
  56. 48fb4fd perf annotate: Handle samples not at objdump output addr boundaries by Arnaldo Carvalho de Melo · 15 years ago
  57. 2a9c8c3 perf probe: Add lazy line matching support by Masami Hiramatsu · 15 years ago
  58. 5c8d1cb perf probe: Show more lines after last line by Masami Hiramatsu · 15 years ago
  59. 161a26b perf probe: Check function address range strictly in line finder by Masami Hiramatsu · 15 years ago
  60. e92b85e perf probe: Use libdw callback routines by Masami Hiramatsu · 15 years ago
  61. 804b360 perf probe: Use elfutils-libdw for analyzing debuginfo by Masami Hiramatsu · 15 years ago
  62. 81cb8aa perf probe: Rename probe finder functions by Masami Hiramatsu · 15 years ago
  63. 3cb8bc6 perf probe: Fix bugs in line range finder by Masami Hiramatsu · 15 years ago
  64. ee391de perf probe: Update perf probe document by Masami Hiramatsu · 15 years ago
  65. f3ab481 perf probe: Do not show --line option without dwarf support by Masami Hiramatsu · 15 years ago
  66. 628ada0 perf annotate: Defer allocating sym_priv->hist array by Arnaldo Carvalho de Melo · 15 years ago
  67. 3846df2 perf symbols: Improve debugging information about symtab origins by Arnaldo Carvalho de Melo · 15 years ago
  68. c7ad21a perf top: Use a macro instead of a constant variable by Arnaldo Carvalho de Melo · 15 years ago
  69. 37fe5fc perf symbols: Check the right return variable by Zhang, Yanmin · 15 years ago
  70. c2fbaa4 perf/scripts: Tag syscall_name helper as not yet available by Frederic Weisbecker · 15 years ago
  71. cff68e5 perf/scripts: Add perf-trace-python Documentation by Tom Zanussi · 15 years ago
  72. 44ad9cd perf/scripts: Remove unnecessary PyTuple resizes by Tom Zanussi · 15 years ago
  73. 4d161f0 perf/scripts: Add syscall tracing scripts by Tom Zanussi · 15 years ago
  74. 7e4b21b perf/scripts: Add Python scripting engine by Tom Zanussi · 15 years ago
  75. 266fe2f perf/scripts: Remove check-perf-trace from listed scripts by Tom Zanussi · 15 years ago
  76. 82d156c perf/scripts: Move Perl scripting files to scripting-engines dir by Tom Zanussi · 15 years ago
  77. 7397d80 perf/scripts: Move common code out of Perl-specific files by Tom Zanussi · 15 years ago
  78. e26207a perf/scripts: Fix bug in Util.pm by Tom Zanussi · 15 years ago
  79. f526d68 perf/scripts: Fix supported language listing option by Tom Zanussi · 15 years ago
  80. 388c3aa perf probe: Init struct probe_point and set counter correctly by Masami Hiramatsu · 15 years ago
  81. faa5c5c perf tools: Don't use parent comm if not set at fork time by Arnaldo Carvalho de Melo · 15 years ago
  82. 10fe12e perf symbols: Fix up map end too on modular kernels with no modules installed by Arnaldo Carvalho de Melo · 15 years ago
  83. 1a72cfa perf top: Fix help text alignment by Kirill Smelkov · 15 years ago
  84. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  85. 7fbfc68 perf: Fix hypervisor sample reporting by Anton Blanchard · 15 years ago
  86. f7e7ee3 perf record: Fix existing process callgraph symbol by austin_zhang@linux.intel.com · 15 years ago
  87. 5f48536 perf top: Use address pattern in lookup_sym_source by Arnaldo Carvalho de Melo · 15 years ago
  88. ee11b90 perf top: Fix annotate for userspace by Kirill Smelkov · 15 years ago
  89. 659431f fix typos "precidence" -> "precedence" in comments by Uwe Kleine-König · 15 years ago
  90. 2161db9 perf tools: Fix session init on non-modular kernels by Ingo Molnar · 15 years ago
  91. f887f30 perf tools: Clean up O_LARGEFILE et al usage by Xiao Guangrong · 15 years ago
  92. 57d8188 perf annotate: Fix perf top module symbol annotation by Mike Galbraith · 15 years ago
  93. 6cff0e8 perf top: Teach it to autolocate vmlinux by Kirill Smelkov · 15 years ago
  94. 7a2b620 perf annotate: Fix it for non-prelinked *.so by Kirill Smelkov · 15 years ago
  95. 29a9f66 perf tools: Adjust some verbosity levels by Arnaldo Carvalho de Melo · 15 years ago
  96. 6122e4e perf record: Stop intercepting events, use postprocessing to get build-ids by Arnaldo Carvalho de Melo · 15 years ago
  97. 7b2567c perf build-id: Move the routine to find DSOs with hits to the lib by Arnaldo Carvalho de Melo · 15 years ago
  98. 8ad94c6 perf probe: Don't use a perf_session instance just to resolve symbols by Arnaldo Carvalho de Melo · 15 years ago
  99. 8d92c02 perf symbols: Ditch vdso global variable by Arnaldo Carvalho de Melo · 15 years ago
  100. 6275ce2 perf symbols: Fixup vsyscall maps by Arnaldo Carvalho de Melo · 15 years ago