1. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  2. b3d006c Merge branch 'perf/rename' into perf/core by Ingo Molnar · 14 years ago
  3. 4c635a4 perf tools: fix event parsing of comma-separated tracepoint events by Corey Ashford · 14 years ago
  4. 5b1c144 perf debug: Simplify trace_event by Arnaldo Carvalho de Melo · 14 years ago
  5. 5c891f3 perf session: Allocate chunks of sample objects by Thomas Gleixner · 14 years ago
  6. 020bb75 perf session: Cache sample objects by Thomas Gleixner · 14 years ago
  7. fe17420 perf session: Keep file mmaped instead of malloc/memcpy by Thomas Gleixner · 14 years ago
  8. 55b4462 perf session: Use sensible mmap size by Thomas Gleixner · 14 years ago
  9. d651328 perf session: Simplify termination checks by Thomas Gleixner · 14 years ago
  10. 85b9995 perf session: Move ui_progress_update in __perf_session__process_events() by Thomas Gleixner · 14 years ago
  11. 0331ee0 perf session: Cleanup __perf_session__process_events() by Thomas Gleixner · 14 years ago
  12. 28990f7 perf session: Use appropriate pointer type instead of silly typecasting by Thomas Gleixner · 14 years ago
  13. a1225de perf session: Fix list sort algorithm by Thomas Gleixner · 14 years ago
  14. 068ffaa perf tools: Fix lost and unknown events handling by Arnaldo Carvalho de Melo · 14 years ago
  15. 9d1faba perf symbols: Correct final kernel map guesses by Ian Munsie · 14 years ago
  16. 37982ba perf events: Default to using event__process_lost by Arnaldo Carvalho de Melo · 14 years ago
  17. baa2f6c perf record: Add option to disable collecting build-ids by Arnaldo Carvalho de Melo · 14 years ago
  18. 6c869e7 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  19. 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
  20. 02a9d03 perf symbols: Remove incorrect open-coded container_of() by Rabin Vincent · 14 years ago
  21. a711239 perf tools: Remove hardcoded include paths for elfutils by Robert Morell · 14 years ago
  22. 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago
  23. a3da8e4 perf, ui: Eliminate stack-smashing protection compiler complaint by Cyrill Gorcunov · 14 years ago
  24. b44308f perf scripting: Shut up 'perf record' final status by Arnaldo Carvalho de Melo · 14 years ago
  25. 66a301c3 perf probe: Fix format specified for Dwarf_Off parameter by Arnaldo Carvalho de Melo · 14 years ago
  26. 8bfb5e7 perf tools: Remove direct slang.h include by Arnaldo Carvalho de Melo · 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. c82ec0a perf probe: Function style fix by Masami Hiramatsu · 14 years ago
  30. cf6eb48 perf probe: Show accessible local variables by Masami Hiramatsu · 14 years ago
  31. 632941c perf probe: Support global variables by Masami Hiramatsu · 14 years ago
  32. 378eeaa perf probe: Fix local variable searching loop by Masami Hiramatsu · 14 years ago
  33. 4046b8b perf probe: Fix type searching by Masami Hiramatsu · 14 years ago
  34. 00e8976 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  35. 0f940cb perf trace scripting: Fix extern struct definitions by Stephane Eranian · 14 years ago
  36. c569d33 perf ui hist browser: Fix segfault on 'a' for annotate by Frederik Deweerdt · 14 years ago
  37. 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
  38. 469917c perf ui browser: Don't use windows, slang is enough by Arnaldo Carvalho de Melo · 14 years ago
  39. 85e00b5 perf symbols: Fix multiple initialization of symbol system by Jovi Zhang · 14 years ago
  40. 2aa6127 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  41. 367e94c perf probe: Fix handling of arguments names by Masami Hiramatsu · 14 years ago
  42. 04ddd04 perf probe: Fix return probe support by Masami Hiramatsu · 14 years ago
  43. 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
  44. 98ee74a Merge branch 'perf/urgent' into perf/core by Frederic Weisbecker · 14 years ago
  45. 5225c45 perf: Initialize callchains roots's childen hits by Frederic Weisbecker · 14 years ago
  46. 90f18e6 perf symbols: List symbols in a dso in ascending name order by Srikar Dronamraju · 14 years ago
  47. 3c916cc perf hists browser: Introduce "expand/collapse all callchains" action by Arnaldo Carvalho de Melo · 14 years ago
  48. 163caed perf hists browser: Init the has_children fields just once by Arnaldo Carvalho de Melo · 14 years ago
  49. 293db47 perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT() by Arnaldo Carvalho de Melo · 14 years ago
  50. 18b308d perf hists: Fix hist_entry__init_have_children by Arnaldo Carvalho de Melo · 14 years ago
  51. 612d4fd perf: Support for callchains merge by Frederic Weisbecker · 14 years ago
  52. 6cb8e56 perf: Rename append_callchain into callchain_append by Frederic Weisbecker · 14 years ago
  53. d2009c5 perf: Keep track of the max depth of a callchain by Frederic Weisbecker · 14 years ago
  54. f4e7ac0 perf tools: add test for strlcpy() by Kirill A. Shutemov · 14 years ago
  55. 4c1c952 perf ui browser: Add routines to compactly specify exit keys by Arnaldo Carvalho de Melo · 14 years ago
  56. b50e003 perf ui browser: Return the exit key in all browsers by Arnaldo Carvalho de Melo · 14 years ago
  57. 8f9bbc4 perf ui browser: Abstract some more slang operations by Arnaldo Carvalho de Melo · 14 years ago
  58. e918462 perf annotate tui: Fix exit and RIGHT keys handling by Arnaldo Carvalho de Melo · 14 years ago
  59. 88d89da perf: Add back list_head data types by Ingo Molnar · 14 years ago
  60. 4694153 perf ui hist browser: Fixup key bindings by Arnaldo Carvalho de Melo · 14 years ago
  61. 59e8fe3 perf ui browser: Add ui_browser__show counterpart: __hide by Arnaldo Carvalho de Melo · 14 years ago
  62. f1e9214 perf annotate: Cycle thru sorted lines with samples by Arnaldo Carvalho de Melo · 14 years ago
  63. 9e22d63 perf ui: Make SPACE work as PGDN in all browsers by Arnaldo Carvalho de Melo · 14 years ago
  64. 9222116 perf annotate: Sort by hottest lines in the TUI by Arnaldo Carvalho de Melo · 14 years ago
  65. 1e6dd07 perf ui: Complete the breakdown of util/newt.c by Arnaldo Carvalho de Melo · 14 years ago
  66. d1b4f24 perf ui: Move hists browser to util/ui/browsers/ by Arnaldo Carvalho de Melo · 14 years ago
  67. 696b97a perf symbols: Ignore mapping symbols on ARM by Dave Martin · 14 years ago
  68. b1b0267 perf ui: Move map browser to util/ui/browsers/ by Arnaldo Carvalho de Melo · 14 years ago
  69. 211ef12 perf ui: Move annotate browser to util/ui/browsers/ by Arnaldo Carvalho de Melo · 14 years ago
  70. 34cea7f perf ui: Move ui_progress routines to separate file in util/ui/ by Arnaldo Carvalho de Melo · 14 years ago
  71. 5575536 perf ui: Move ui_helpline routines to separate file in util/ui/ by Arnaldo Carvalho de Melo · 14 years ago
  72. d247eb6 perf ui: Shorten ui_browser member names by Arnaldo Carvalho de Melo · 14 years ago
  73. ef8f34a perf ui: Start breaking down newt.c into multiple files by Arnaldo Carvalho de Melo · 14 years ago
  74. 4373098 perf tui: Introduce list_head based generic ui_browser refresh routine by Arnaldo Carvalho de Melo · 14 years ago
  75. 449e5b2 perf probe: Fix memory leaks in add_perf_probe_events by Masami Hiramatsu · 14 years ago
  76. 58432e1 perf probe: Fix to copy the type for raw parameters by Masami Hiramatsu · 14 years ago
  77. 7935f65 perf probe: Remove duplicated #include by Andrea Gelmini · 14 years ago
  78. 80d50ca perf ui: Add search by name/addr to the map__browser by Arnaldo Carvalho de Melo · 14 years ago
  79. fb89941 perf hists: Fixup addr snprintf width on 32 bit arches by Arnaldo Carvalho de Melo · 14 years ago
  80. 903cce6 perf hists: Handle verbose in hists__sort_list_width by Arnaldo Carvalho de Melo · 14 years ago
  81. 76ce93d perf ui: Shorten ui_browser->refresh_entries to refresh by Arnaldo Carvalho de Melo · 14 years ago
  82. 9a72599 perf ui: Add a map browser by Arnaldo Carvalho de Melo · 14 years ago
  83. c408fed perf symbols: Store the symbol binding by Arnaldo Carvalho de Melo · 14 years ago
  84. b83f920 perf: expose event__process function by Srikar Dronamraju · 14 years ago
  85. b5a6325 perf events: Fix mmap offset determination by Dave Martin · 14 years ago
  86. 0a1eae3 perf tools: Don't keep unreferenced maps when unmaps are detected by Arnaldo Carvalho de Melo · 14 years ago
  87. 70597f2 perf session: Invalidate last_match when removing threads from rb_tree by Arnaldo Carvalho de Melo · 14 years ago
  88. 076c6e45 perf session: Free the ref_reloc_sym memory at the right place by Arnaldo Carvalho de Melo · 14 years ago
  89. 3772b73 Merge commit 'v2.6.35' into perf/core by Ingo Molnar · 14 years ago
  90. d65a458 perf tools: Release session and symbol resources on exit by Arnaldo Carvalho de Melo · 14 years ago
  91. 591765f perf tools: Release thread resources on PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 14 years ago
  92. 0e60836 perf probe: Rename common fields/functions from kprobe to probe. by Srikar Dronamraju · 14 years ago
  93. 73ae8f8 perf tui: Make CTRL+Z suspend perf by Arnaldo Carvalho de Melo · 14 years ago
  94. 6da80ce perf symbols: Improve debug image search when loading symbols by Dave Martin · 14 years ago
  95. 8b1389e perf tools: remove extra build-id check factored into dso__load by Dave Martin · 14 years ago
  96. 21916c3 perf tools: Factor out buildid reading and make it implicit in dso__load by Dave Martin · 14 years ago
  97. 6e40625 perf symbols: Precisely specify if dso->{long,short}_name should be freed by Arnaldo Carvalho de Melo · 14 years ago
  98. 88ca895 perf tools: Remove unneeded code for tracking the cwd in perf sessions by Dave Martin · 14 years ago
  99. 361d134 perf report: Don't abbreviate file paths relative to the cwd by Dave Martin · 14 years ago
  100. 0f0cbf7 perf ui: New hists tree widget by Arnaldo Carvalho de Melo · 14 years ago