1. e727ca7 perf kmem: Resolve kernel symbols again by Arnaldo Carvalho de Melo · 14 years ago
  2. a4e3b95 perf hist: Replace ->print() routines by ->snprintf() equivalents by Arnaldo Carvalho de Melo · 14 years ago
  3. 7016213 perf record: Add a fallback to the reference relocation symbol by Arnaldo Carvalho de Melo · 14 years ago
  4. c29ede6 perf tools: Allow specifying O= to build files in a separate directory by Arnaldo Carvalho de Melo · 14 years ago
  5. 8b2c551 perf tools: Use -o $(BITBUCKET) in one more case by Arnaldo Carvalho de Melo · 14 years ago
  6. 5f4d3f8 perf report: Add progress bars by Arnaldo Carvalho de Melo · 14 years ago
  7. 7e5e1b14 perf symbols: map_groups__find_symbol must return the map too by Arnaldo Carvalho de Melo · 14 years ago
  8. c6e718f perf symbols: Move more map_groups methods to map.c by Arnaldo Carvalho de Melo · 14 years ago
  9. 5a10317 perf record: Zero out mmap_array to fix segfault by Zhang, Yanmin · 14 years ago
  10. 5aab621 perf symbols: Move hex2u64 and strxfrchar to symbol.c by Arnaldo Carvalho de Melo · 14 years ago
  11. 618038d perf tools: Move __used from perf.h to linux/compiler.h by Arnaldo Carvalho de Melo · 14 years ago
  12. 4b8cf84 perf symbols: Move map related routines to map.c by Arnaldo Carvalho de Melo · 14 years ago
  13. b177f63 perf symbols: Pass the mmap parameters instead of using mmap_event by Arnaldo Carvalho de Melo · 14 years ago
  14. d5679ae perf report: Pass the DSO to 'perf annotate' by Arnaldo Carvalho de Melo · 14 years ago
  15. b3c9ac0 perf callchains: Store the map together with the symbol by Arnaldo Carvalho de Melo · 14 years ago
  16. 59fd530 perf tools: Introduce struct map_symbol by Arnaldo Carvalho de Melo · 14 years ago
  17. ac73c5a perf annotate: Allow specifying DSOs where to look for symbol by Arnaldo Carvalho de Melo · 14 years ago
  18. 96415e4 perf symbols: Avoid unnecessary symbol loading when dso list is specified by Arnaldo Carvalho de Melo · 14 years ago
  19. 53c5401 perf report: Add a popup menu to ask what operation is to be performed by Arnaldo Carvalho de Melo · 14 years ago
  20. 88978e5 perf archive: Explain how to use the generated tarball by Arnaldo Carvalho de Melo · 14 years ago
  21. 4ded2b2 perf report: Implement Newt callgraphs by Arnaldo Carvalho de Melo · 14 years ago
  22. 478b097 perf tools: Exit browser before printing usage when unkown option passed by Arnaldo Carvalho de Melo · 14 years ago
  23. 084ab9f perf stat: Better report failure to collect system wide stats by Arnaldo Carvalho de Melo · 14 years ago
  24. ca721e4 perf probe: Add NO_DWARF make option by Masami Hiramatsu · 14 years ago
  25. 4b4da7f perf probe: Cleanup debuginfo related code by Masami Hiramatsu · 14 years ago
  26. f3a1f0e perf newt: Properly restore the screen when error exiting by Arnaldo Carvalho de Melo · 14 years ago
  27. 301fde2 perf: Fix orphan callchain branches by Frederic Weisbecker · 14 years ago
  28. d2f1e15 Merge commit 'v2.6.34-rc2' into perf/core by Ingo Molnar · 14 years ago
  29. f82c37e 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
  30. 5563277 perf events: Fix false positive build warning with older GCC's by Ingo Molnar · 14 years ago
  31. d6d901c perf events: Change perf parameter --pid to process-wide collection instead of thread-wide by Zhang, Yanmin · 14 years ago
  32. 46be604 perf record: Enable counters only when kernel is execing subcommand by Zhang, Yanmin · 14 years ago
  33. 6be2850 perf stat: Enable counters when collecting process-wide or system-wide data by Zhang, Yanmin · 14 years ago
  34. 3b0d516 perf probe: Fix !dwarf build by Ingo Molnar · 14 years ago
  35. 7df2f32 perf probe: Add data structure member access support by Masami Hiramatsu · 14 years ago
  36. fb1587d perf probe: List probes with line number and file name by Masami Hiramatsu · 14 years ago
  37. 4235b04 perf probe: Introduce kprobe_trace_event and perf_probe_event by Masami Hiramatsu · 14 years ago
  38. f4d7da4 perf probe: Add --dry-run option by Masami Hiramatsu · 14 years ago
  39. 016f262 perf probe: Introduce die_find_child() function by Masami Hiramatsu · 14 years ago
  40. 95a3e4c perf probe: Rename some die_get_* functions by Masami Hiramatsu · 14 years ago
  41. 12a1fad perf probe: Rename session to param by Masami Hiramatsu · 14 years ago
  42. e0faa8d perf probe: Move add-probe routine to util/ by Masami Hiramatsu · 14 years ago
  43. 31facc5 perf probe: Use wrapper functions by Masami Hiramatsu · 14 years ago
  44. a1d37d5 perf tools: Introduce xzalloc() for detecting out of memory conditions by Masami Hiramatsu · 14 years ago
  45. e4713e9 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  46. 00909e9 perf top: Add missing initialization to zero by Arnaldo Carvalho de Melo · 14 years ago
  47. d0cb426 perf probe: Use original address instead of CU-based address by Masami Hiramatsu · 14 years ago
  48. 67c7ff7 perf probe: Fix offset to allow signed value by Masami Hiramatsu · 14 years ago
  49. b63be8d perf top: Improve the autosizing of column lenghts by Arnaldo Carvalho de Melo · 14 years ago
  50. d06d92b perf annotate: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 14 years ago
  51. b0a9ab6 perf top: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 14 years ago
  52. bedbfde perf record: Enable the enable_on_exec flag if record forks the target by Eric B Munson · 14 years ago
  53. 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
  54. fc6ceea perf probe: Fix need_dwarf flag if lazy matching is used by Masami Hiramatsu · 14 years ago
  55. 594087a perf probe: Fix probe_point buffer overrun by Masami Hiramatsu · 14 years ago
  56. 567e547 perf tools: Fix non-newt build by Arnaldo Carvalho de Melo · 14 years ago
  57. 3997d37 perf hist: Don't fprintf the callgraph unconditionally by Arnaldo Carvalho de Melo · 14 years ago
  58. cb7afb7 perf newt: Use newtGetScreenSize by Arnaldo Carvalho de Melo · 14 years ago
  59. 7081e08 perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms by Arnaldo Carvalho de Melo · 14 years ago
  60. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 14 years ago
  61. dd2ee78 perf tools: Add missing bytes printed in hist_entry__fprintf by Arnaldo Carvalho de Melo · 14 years ago
  62. b4f5296 perf tools: Use eprintf for pr_{err,warning,info} too by Arnaldo Carvalho de Melo · 14 years ago
  63. 895f0ed perf top: Export get_window_dimensions by Arnaldo Carvalho de Melo · 14 years ago
  64. fe2197b perf symbols: Bump plt synthesizing warning debug level by Arnaldo Carvalho de Melo · 14 years ago
  65. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  66. 6230f2c perf record: Mention paranoid sysctl when failing to create counter by Arnaldo Carvalho de Melo · 14 years ago
  67. 9f591fd perf record: Don't try to find buildids in a zero sized file by Arnaldo Carvalho de Melo · 14 years ago
  68. 7ae5f213 perf: Make the install relative to DESTDIR if specified by John Kacur · 14 years ago
  69. a12b51c perf tools: Fix sparse CPU numbering related bugs by Paul Mackerras · 14 years ago
  70. 65f2ed2 perf report: Print the map table just after samples for which no map was found by Arnaldo Carvalho de Melo · 14 years ago
  71. cbbc79a5 perf report: Add multiple event support by Eric B Munson · 14 years ago
  72. eefc465 perf session: Change perf_session post processing functions to take histogram tree by Eric B Munson · 14 years ago
  73. cb8f093 perf session: Add storage for seperating event types in report by Eric B Munson · 14 years ago
  74. d403d0a perf session: Change add_hist_entry to take the tree root instead of session by Eric B Munson · 14 years ago
  75. 8907fd6 perf record: Add ID and to recorded event data when recording multiple events by Eric B Munson · 14 years ago
  76. accd3cc perf probe: Add missing variable initialization by Arnaldo Carvalho de Melo · 14 years ago
  77. 1224550 perf tools: Don't trow away old map slices not overlapped by new maps by Arnaldo Carvalho de Melo · 14 years ago
  78. 1676b8a perf-top: Show the percentage of successfull PEBS-fixups by Peter Zijlstra · 14 years ago
  79. 69fef0d perf: Add attr->precise support to raw event parsing by Peter Zijlstra · 14 years ago
  80. 548b841 Merge commit 'v2.6.34-rc1' into perf/urgent by Ingo Molnar · 14 years ago
  81. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  82. 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
  83. cf4fee5 perf trace: Don't use pager if scripting by Tom Zanussi · 14 years ago
  84. 10c95f4 perf trace/scripting: Remove extraneous header read by Tom Zanussi · 14 years ago
  85. da7196e perf, ARM: Modify kuser rmb() call to compile for Thumb-2 by Will Deacon · 14 years ago
  86. 32cb0dd perf probe: Correct probe syntax on command line help by Masami Hiramatsu · 14 years ago
  87. 6630125 perf archive: Don't try to collect files without a build-id by Arnaldo Carvalho de Melo · 14 years ago
  88. 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
  89. b67577d perf lock: Drop the buffers multiplexing dependency by Frederic Weisbecker · 15 years ago
  90. 84c6f88 perf lock: Fix and add misc documentally things by Hitoshi Mitake · 15 years ago
  91. 018cbff Merge commit 'v2.6.33' into perf/core by Frederic Weisbecker · 14 years ago
  92. 4385d58 perf tools: Flush maps on COMM events by David S. Miller · 14 years ago
  93. 48fb4fd perf annotate: Handle samples not at objdump output addr boundaries by Arnaldo Carvalho de Melo · 14 years ago
  94. 2a9c8c3 perf probe: Add lazy line matching support by Masami Hiramatsu · 14 years ago
  95. 5c8d1cb perf probe: Show more lines after last line by Masami Hiramatsu · 14 years ago
  96. 161a26b perf probe: Check function address range strictly in line finder by Masami Hiramatsu · 14 years ago
  97. e92b85e perf probe: Use libdw callback routines by Masami Hiramatsu · 14 years ago
  98. 804b360 perf probe: Use elfutils-libdw for analyzing debuginfo by Masami Hiramatsu · 14 years ago
  99. 81cb8aa perf probe: Rename probe finder functions by Masami Hiramatsu · 14 years ago
  100. 3cb8bc6 perf probe: Fix bugs in line range finder by Masami Hiramatsu · 14 years ago