1. 99571ab perf tools: Support callchain sorting based on addresses by Andi Kleen · 11 years ago
  2. e0af43d perf hists: Marking dummy hists entries by Jiri Olsa · 12 years ago
  3. 27a0dcb perf hists: Move locking to its call-sites by Namhyung Kim · 11 years ago
  4. 3a5714f perf top: Get rid of *_threaded() functions by Namhyung Kim · 11 years ago
  5. ded19d5 perf report: Fix alignment of symbol column when -v is given by Namhyung Kim · 11 years ago
  6. ceb2acb perf hists: Free unused mem info of a matched hist entry by Namhyung Kim · 11 years ago
  7. 26353a6 perf hists: Fix an invalid memory free on he->branch_info by Namhyung Kim · 11 years ago
  8. 028f12e perf tools: Add new mem command for memory access profiling by Stephane Eranian · 12 years ago
  9. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 12 years ago
  10. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  11. 29d720e perf hists: Resort hist entries using group members for output by Namhyung Kim · 12 years ago
  12. 3cf0cb1 perf tools: Mark branch_info maps as referenced by Stephane Eranian · 12 years ago
  13. cb99374 perf sort: Calculate parent column width too by Namhyung Kim · 12 years ago
  14. 28a6b6a perf session: There is no need for a per session hists instance by Arnaldo Carvalho de Melo · 12 years ago
  15. 66f97ed perf diff: Use internal rb tree for compute resort by Namhyung Kim · 12 years ago
  16. ce74f60 perf hists: Link hist entries before inserting to an output tree by Namhyung Kim · 12 years ago
  17. 9afcf93 perf hists: Exchange order of comparing items when collapsing hists by Namhyung Kim · 12 years ago
  18. 5fa9041 perf hists: Link hist entry pairs to leader by Namhyung Kim · 12 years ago
  19. 2850d94 perf hists: Fix typo on hist__entry_add_pair by Namhyung Kim · 12 years ago
  20. 30193d7 perf hists: Initialize all of he->stat with zeroes by Arnaldo Carvalho de Melo · 12 years ago
  21. 494d70a perf hists: Introduce hists__link by Arnaldo Carvalho de Melo · 12 years ago
  22. 95529be perf diff: Move hists__match to the hists lib by Arnaldo Carvalho de Melo · 12 years ago
  23. b821c73 perf diff: Start moving to support matching more than two hists by Arnaldo Carvalho de Melo · 12 years ago
  24. 580e338 perf hists: Free branch_info when freeing hist_entry by Namhyung Kim · 12 years ago
  25. 139c081 perf hists: Add more helpers for hist entry stat by Namhyung Kim · 12 years ago
  26. c4b3535 perf hists: Move he->stat.nr_events initialization to a template by Namhyung Kim · 12 years ago
  27. b24c28f perf hists: Introduce struct he_stat by Namhyung Kim · 12 years ago
  28. ae359f1 perf hists: Add struct hists pointer to struct hist_entry by Jiri Olsa · 12 years ago
  29. 9ec6097 perf hists: Add missing period_* fields when collapsing a hist entry by Namhyung Kim · 12 years ago
  30. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  31. 7e62ef4 perf hists: Use perf_hpp__format->width to calculate the column widths by Namhyung Kim · 12 years ago
  32. 7ccf4f9 perf hists: Separate out hist print functions by Namhyung Kim · 12 years ago
  33. 6654f5d perf hists: Print newline between hists callchains by Frederic Weisbecker · 12 years ago
  34. 8760db7 perf hists: Return correct number of characters printed in callchain by Frederic Weisbecker · 12 years ago
  35. 4726064 perf callchain: Make callchain cursors TLS by Namhyung Kim · 12 years ago
  36. a018706 perf hists: Fix callchain ip printf format by Jiri Olsa · 12 years ago
  37. 63fa471 perf hists: Catch and handle out-of-date hist entry maps. by David Miller · 12 years ago
  38. 6d4818c perf tools: Fix display of first level of callchains by Frederic Weisbecker · 12 years ago
  39. 4bf9ce1 perf diff: Fix to work with new hists design by Jiri Olsa · 12 years ago
  40. 0d09eb7 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 12 years ago
  41. e94d53e perf hists: Add hists__filter_by_symbol by Namhyung Kim · 12 years ago
  42. e7f01d1 perf tools: Use scnprintf where applicable by Arnaldo Carvalho de Melo · 12 years ago
  43. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 12 years ago
  44. 0ed35abc perf report: Fix --stdio output alignment when --showcpuutilization used by Namhyung Kim · 13 years ago
  45. 12c1427 perf hists: Stop using 'self' for struct hist_entry by Arnaldo Carvalho de Melo · 13 years ago
  46. 13d3ee5 perf hists: Rename total_session to total_period by Arnaldo Carvalho de Melo · 13 years ago
  47. 0e2a5f1 perf python: Fix undefined symbol problem by Arnaldo Carvalho de Melo · 13 years ago
  48. 7928631 perf hists: Fix recalculation of total_period when sorting entries by Arnaldo Carvalho de Melo · 13 years ago
  49. d197fd5 perf hists: Don't consider filtered entries when calculating column widths by Arnaldo Carvalho de Melo · 13 years ago
  50. c64550c perf hists: Don't decay total_period for filtered entries by Arnaldo Carvalho de Melo · 13 years ago
  51. 90cf1fb perf hists browser: Apply the dso and thread filters when merging new batches by Arnaldo Carvalho de Melo · 13 years ago
  52. d7b76f0 perf hists: Move the dso and thread filters from hist_browser by Arnaldo Carvalho de Melo · 13 years ago
  53. f1cf602 perf hists: Don't format the percentage on hist_entry__snprintf by Arnaldo Carvalho de Melo · 13 years ago
  54. b079d4e perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkey by Arnaldo Carvalho de Melo · 13 years ago
  55. e345fa1 perf top: Remove entries from entries_collapsed on decay by Arnaldo Carvalho de Melo · 13 years ago
  56. df71d95 perf hists: Don't free decayed entries if in the annotation browser by Arnaldo Carvalho de Melo · 13 years ago
  57. e39622c perf tools: Fix broken number of samples for perf report -n by Stephane Eranian · 13 years ago
  58. ab81f3f perf top: Reuse the 'report' hist_entry/hists classes by Arnaldo Carvalho de Melo · 13 years ago
  59. 1980c2eb perf hists: Threaded addition and sorting of entries by Arnaldo Carvalho de Melo · 13 years ago
  60. 3f2728b perf report: Add option to show total period by Arnaldo Carvalho de Melo · 13 years ago
  61. ef9dfe6 perf hists: Allow limiting the number of rows and columns in fprintf by Arnaldo Carvalho de Melo · 13 years ago
  62. 42b28ac perf hists: Stop using 'self' for struct hists by Arnaldo Carvalho de Melo · 13 years ago
  63. e84d212 perf tools: Don't display ignored entries on stdio ui by Frederic Weisbecker · 13 years ago
  64. d797fdc perf tools: Add inverted call graph report support. by Sam Liao · 13 years ago
  65. e248de3 perf tools: Improve support for sessions with multiple events by Arnaldo Carvalho de Melo · 13 years ago
  66. d7603d5 perf hists: Remove needless global col lenght calcs by Arnaldo Carvalho de Melo · 13 years ago
  67. fec9cbd perf hists: Print number of samples, not the period sum by Arnaldo Carvalho de Melo · 13 years ago
  68. ce6f4fa perf annotate: Move locking to struct annotation by Arnaldo Carvalho de Melo · 13 years ago
  69. 2f525d0 perf annotate: Support multiple histograms in annotation by Arnaldo Carvalho de Melo · 13 years ago
  70. 78f7def perf annotate: Move annotate functions to util/ by Arnaldo Carvalho de Melo · 13 years ago
  71. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  72. f08c315 perf callchain: Rename cumul_hits into callchain_cumul_hits by Frederic Weisbecker · 14 years ago
  73. 1b3a0e9 perf callchain: Feed callchains into a cursor by Frederic Weisbecker · 14 years ago
  74. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  75. aef1b9c Merge commit 'v2.6.37' into perf/core by Ingo Molnar · 14 years ago
  76. d425de5 perf: Fix callchain hit bad cast on ascii display by Frederic Weisbecker · 14 years ago
  77. ec5761e perf symbols: Add symfs option for off-box analysis using specified tree by David Ahern · 14 years ago
  78. 3835bc0 perf event: Prevent unbound event__name array access by Thomas Gleixner · 14 years ago
  79. 612d4fd perf: Support for callchains merge 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. 9222116 perf annotate: Sort by hottest lines in the TUI by Arnaldo Carvalho de Melo · 14 years ago
  82. 903cce6 perf hists: Handle verbose in hists__sort_list_width by Arnaldo Carvalho de Melo · 14 years ago
  83. 0a1eae3 perf tools: Don't keep unreferenced maps when unmaps are detected by Arnaldo Carvalho de Melo · 14 years ago
  84. 3772b73 Merge commit 'v2.6.35' into perf/core by Ingo Molnar · 14 years ago
  85. 0f0cbf7 perf ui: New hists tree widget by Arnaldo Carvalho de Melo · 14 years ago
  86. 06daaab perf hist: Introduce routine to measure lenght of formatted entry by Arnaldo Carvalho de Melo · 14 years ago
  87. 8a6c5b2 perf sort: Make column width code per hists instance by Arnaldo Carvalho de Melo · 14 years ago
  88. 7a007ca perf hists: Mark entries filtered by parent by Arnaldo Carvalho de Melo · 14 years ago
  89. 70a7cb3 perf annotate: Fix handling of goto labels that are valid hex numbers by Arnaldo Carvalho de Melo · 14 years ago
  90. cc5edb0 perf hists: Factor out duplicated code by Arnaldo Carvalho de Melo · 14 years ago
  91. 58c3439 perf: Fix various display bugs with parent filtering by Frederic Weisbecker · 14 years ago
  92. f60f359 perf report: Implement --sort cpu by Arun Sharma · 14 years ago
  93. 45d8e80 perf annotate: Ask objdump to demangle symbols by Stephane Eranian · 14 years ago
  94. 75d9ef17 perf hist: fix objdump output parsing by Konstantin Stepanyuk · 14 years ago
  95. 44bf460 perf annotate: Fix up usage of the build id cache by Arnaldo Carvalho de Melo · 14 years ago
  96. 46e3e05 perf annotate: Add TUI interface by Arnaldo Carvalho de Melo · 14 years ago
  97. 598357e perf: Fix getline undeclared by Frederic Weisbecker · 14 years ago
  98. b36f19d perf annotate: Use build-ids to find the right DSO by Arnaldo Carvalho de Melo · 14 years ago
  99. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 14 years ago
  100. c82ee82 perf report: Report number of events, not samples by Arnaldo Carvalho de Melo · 14 years ago