1. 020bb75 perf session: Cache sample objects by Thomas Gleixner · 14 years ago
  2. fe17420 perf session: Keep file mmaped instead of malloc/memcpy by Thomas Gleixner · 14 years ago
  3. 55b44629 perf session: Use sensible mmap size by Thomas Gleixner · 14 years ago
  4. d651328 perf session: Simplify termination checks by Thomas Gleixner · 14 years ago
  5. 85b9995 perf session: Move ui_progress_update in __perf_session__process_events() by Thomas Gleixner · 14 years ago
  6. 0331ee0 perf session: Cleanup __perf_session__process_events() by Thomas Gleixner · 14 years ago
  7. 28990f7 perf session: Use appropriate pointer type instead of silly typecasting by Thomas Gleixner · 14 years ago
  8. a1225de perf session: Fix list sort algorithm by Thomas Gleixner · 14 years ago
  9. 068ffaa perf tools: Fix lost and unknown events handling by Arnaldo Carvalho de Melo · 14 years ago
  10. 008f29d perf trace: Handle DT_UNKNOWN on filesystems that don't support d_type by Shawn Bohrer · 14 years ago
  11. 9d1faba perf symbols: Correct final kernel map guesses by Ian Munsie · 14 years ago
  12. 37982ba perf events: Default to using event__process_lost by Arnaldo Carvalho de Melo · 14 years ago
  13. baa2f6c perf record: Add option to disable collecting build-ids by Arnaldo Carvalho de Melo · 14 years ago
  14. 6c869e7 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  15. ea7872b perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64.S memcpy routines via 'perf bench mem' by Hitoshi Mitake · 14 years ago
  16. 49ce8fc perf bench: Print both of prefaulted and no prefaulted results by default by Hitoshi Mitake · 14 years ago
  17. 02a9d03 perf symbols: Remove incorrect open-coded container_of() by Rabin Vincent · 14 years ago
  18. c1a3a4b perf record: Handle restrictive permissions in /proc/{kallsyms,modules} by Arnaldo Carvalho de Melo · 14 years ago
  19. d9cf837 perf stat: Change and clean up sys_perf_event_open error handling by Corey Ashford · 14 years ago
  20. a711239 perf tools: Remove hardcoded include paths for elfutils by Robert Morell · 14 years ago
  21. f5b4a9c3 perf stat: Add no-aggregation mode to -a by Stephane Eranian · 14 years ago
  22. 7e55055 perf trace: update usage by Tom Zanussi · 14 years ago
  23. d3c4f79 perf trace: update Documentation with new perf trace variants by Tom Zanussi · 14 years ago
  24. b5b8731 perf trace: live-mode command-line cleanup by Tom Zanussi · 14 years ago
  25. 34c86ea perf trace record: handle commands correctly by Tom Zanussi · 14 years ago
  26. bca647a perf record: make the record options available outside perf record by Tom Zanussi · 14 years ago
  27. b0b6d91 perf trace scripting: remove system-wide param from shell scripts by Tom Zanussi · 14 years ago
  28. e8719ad perf trace scripting: fix some small memory leaks and missing error checks by Tom Zanussi · 14 years ago
  29. 01797c59 perf: Fix usages of profile_cpu in builtin-top.c to use cpu_list by Corey Ashford · 14 years ago
  30. a3da8e4 perf, ui: Eliminate stack-smashing protection compiler complaint by Cyrill Gorcunov · 14 years ago
  31. e25804a Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  32. 00204c3 perf python scripting: Add futex-contention script by Arnaldo Carvalho de Melo · 14 years ago
  33. 22d0594 perf python scripting: Fixup cut'n'paste error in sctop script by Arnaldo Carvalho de Melo · 14 years ago
  34. b44308f perf scripting: Shut up 'perf record' final status by Arnaldo Carvalho de Melo · 14 years ago
  35. 0ab7368 perf record: Remove newline character from perror() argument by Matt Fleming · 14 years ago
  36. 5df414c Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  37. 7f6c1bd perf python scripting: Support fedora 11 (audit 1.7.17) by Arnaldo Carvalho de Melo · 14 years ago
  38. a64fa19 perf python scripting: Improve the syscalls-by-pid script by Arnaldo Carvalho de Melo · 14 years ago
  39. 2e7d1e3 perf python scripting: print the syscall name on sctop by Arnaldo Carvalho de Melo · 14 years ago
  40. 6545aaa perf python scripting: Improve the syscalls-counts script by Arnaldo Carvalho de Melo · 14 years ago
  41. 6cc7361 perf python scripting: Improve the failed-syscalls-by-pid script by Arnaldo Carvalho de Melo · 14 years ago
  42. b8ecad8 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  43. 66a301c3 perf probe: Fix format specified for Dwarf_Off parameter by Arnaldo Carvalho de Melo · 14 years ago
  44. d1e95bb perf trace: Fix detection of script extension by Ben Hutchings · 14 years ago
  45. 44e668c perf trace: Use $PERF_EXEC_PATH in canned report scripts by Ben Hutchings · 14 years ago
  46. ffec516 perf tools: Document event modifiers by Sonny Rao · 14 years ago
  47. 8bfb5e7 perf tools: Remove direct slang.h include by Arnaldo Carvalho de Melo · 14 years ago
  48. 5d70f79 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
  49. 469b9b8 perf probe: Add basic module support by Masami Hiramatsu · 14 years ago
  50. fb8c5a5 perf probe: Show accessible global variables by Masami Hiramatsu · 14 years ago
  51. c82ec0a perf probe: Function style fix by Masami Hiramatsu · 14 years ago
  52. cf6eb48 perf probe: Show accessible local variables by Masami Hiramatsu · 14 years ago
  53. 632941c perf probe: Support global variables by Masami Hiramatsu · 14 years ago
  54. 378eeaa perf probe: Fix local variable searching loop by Masami Hiramatsu · 14 years ago
  55. 4046b8b perf probe: Fix type searching by Masami Hiramatsu · 14 years ago
  56. c1e028e perf, MIPS: Support cross compiling of tools/perf for MIPS by Deng-Cheng Zhu · 14 years ago
  57. 00e8976 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  58. 0f940cb perf trace scripting: Fix extern struct definitions by Stephane Eranian · 14 years ago
  59. c569d33 perf ui hist browser: Fix segfault on 'a' for annotate by Frederik Deweerdt · 14 years ago
  60. 39cfae6 perf tools: Fix build breakage by Kusanagi Kouichi · 14 years ago
  61. 3aabae7 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  62. 469917c perf ui browser: Don't use windows, slang is enough by Arnaldo Carvalho de Melo · 14 years ago
  63. 85e00b5 perf symbols: Fix multiple initialization of symbol system by Jovi Zhang · 14 years ago
  64. 2aa61274 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  65. 367e94c perf probe: Fix handling of arguments names by Masami Hiramatsu · 14 years ago
  66. 04ddd04 perf probe: Fix return probe support by Masami Hiramatsu · 14 years ago
  67. 359d510 perf: Add a script to show packets processing by Koki Sanagi · 14 years ago
  68. 3449daf Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  69. 98ee74a Merge branch 'perf/urgent' into perf/core by Frederic Weisbecker · 14 years ago
  70. 5225c45 perf: Initialize callchains roots's childen hits by Frederic Weisbecker · 14 years ago
  71. f2481f3 perf tools: Fix linking errors with --as-needed flag by Tom Zanussi · 14 years ago
  72. 90f18e6 perf symbols: List symbols in a dso in ascending name order by Srikar Dronamraju · 14 years ago
  73. 3c916cc perf hists browser: Introduce "expand/collapse all callchains" action by Arnaldo Carvalho de Melo · 14 years ago
  74. 163caed perf hists browser: Init the has_children fields just once by Arnaldo Carvalho de Melo · 14 years ago
  75. 293db47 perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT() by Arnaldo Carvalho de Melo · 14 years ago
  76. 18b308d perf hists: Fix hist_entry__init_have_children by Arnaldo Carvalho de Melo · 14 years ago
  77. 7de5d89 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  78. 612d4fd perf: Support for callchains merge by Frederic Weisbecker · 14 years ago
  79. 6cb8e56 perf: Rename append_callchain into callchain_append by Frederic Weisbecker · 14 years ago
  80. d2009c5 perf: Keep track of the max depth of a callchain by Frederic Weisbecker · 14 years ago
  81. f4e7ac0 perf tools: add test for strlcpy() by Kirill A. Shutemov · 14 years ago
  82. 8b9e74e perf tools: Add --tui and --stdio to choose the UI by Arnaldo Carvalho de Melo · 14 years ago
  83. 4c1c952 perf ui browser: Add routines to compactly specify exit keys by Arnaldo Carvalho de Melo · 14 years ago
  84. b50e003 perf ui browser: Return the exit key in all browsers by Arnaldo Carvalho de Melo · 14 years ago
  85. 8f9bbc4 perf ui browser: Abstract some more slang operations by Arnaldo Carvalho de Melo · 14 years ago
  86. ecafda6 perf tools: Fix build error on read only source. by Kusanagi Kouichi · 14 years ago
  87. 033a273 perf tools: Fix build on POSIX shells by Bernd Petrovitsch · 14 years ago
  88. e918462 perf annotate tui: Fix exit and RIGHT keys handling by Arnaldo Carvalho de Melo · 14 years ago
  89. 88d89da perf: Add back list_head data types by Ingo Molnar · 14 years ago
  90. f46a680 Merge branch 'linus' into perf/urgent by Ingo Molnar · 14 years ago
  91. 4694153 perf ui hist browser: Fixup key bindings by Arnaldo Carvalho de Melo · 14 years ago
  92. 59e8fe3 perf ui browser: Add ui_browser__show counterpart: __hide by Arnaldo Carvalho de Melo · 14 years ago
  93. f1e9214 perf annotate: Cycle thru sorted lines with samples by Arnaldo Carvalho de Melo · 14 years ago
  94. 9e22d63 perf ui: Make SPACE work as PGDN in all browsers by Arnaldo Carvalho de Melo · 14 years ago
  95. 9222116 perf annotate: Sort by hottest lines in the TUI by Arnaldo Carvalho de Melo · 14 years ago
  96. 1e6dd07 perf ui: Complete the breakdown of util/newt.c by Arnaldo Carvalho de Melo · 14 years ago
  97. d1b4f24 perf ui: Move hists browser to util/ui/browsers/ by Arnaldo Carvalho de Melo · 14 years ago
  98. 696b97a perf symbols: Ignore mapping symbols on ARM by Dave Martin · 14 years ago
  99. b1b0267 perf ui: Move map browser to util/ui/browsers/ by Arnaldo Carvalho de Melo · 14 years ago
  100. 211ef12 perf ui: Move annotate browser to util/ui/browsers/ by Arnaldo Carvalho de Melo · 14 years ago