1. 063bd93 perf hists: Reducing arguments of hist_entry_iter__add() by Namhyung Kim · 9 years ago
  2. d5dbc51 perf hists browser: Allow annotating entries in callchains by Arnaldo Carvalho de Melo · 9 years ago
  3. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 9 years ago
  4. 87bbdf7 perf tools: Pass struct perf_hpp_fmt to its callbacks by Namhyung Kim · 9 years ago
  5. 6733d1b perf hists: Rename hist_entry__free to __delete by Arnaldo Carvalho de Melo · 10 years ago
  6. 740b97f perf report: Show progress bar for output resorting by Namhyung Kim · 10 years ago
  7. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago
  8. 8f651ea perf callchain: Move the callchain_param extern to callchain.h by Arnaldo Carvalho de Melo · 10 years ago
  9. 2a1731f perf session: Remove last reference to hists struct by Arnaldo Carvalho de Melo · 10 years ago
  10. 4318bcb perf tools: Move events_stats struct to event.h by Arnaldo Carvalho de Melo · 10 years ago
  11. 701937b perf top: Fix -z option behavior by Namhyung Kim · 10 years ago
  12. 1ecd445 perf tools: Add name field into perf_hpp_fmt by Namhyung Kim · 10 years ago
  13. 5b59166 perf report: Honor column width setting by Namhyung Kim · 10 years ago
  14. e0d66c7 perf tools: Save column length in perf_hpp_fmt by Namhyung Kim · 10 years ago
  15. d675107 perf tools: Make __hpp__fmt() receive an additional len argument by Namhyung Kim · 10 years ago
  16. 9b32ba7 perf tools: Add dcacheline sort by Don Zickus · 10 years ago
  17. f299842 perf tools: Move elide bool into perf_hpp_fmt struct by Jiri Olsa · 10 years ago
  18. 9d3c02d perf tools: Add callback function to hist_entry_iter by Namhyung Kim · 11 years ago
  19. 77284de perf tools: Add more hpp helper functions by Namhyung Kim · 11 years ago
  20. 594dcbf perf ui/hist: Add support to accumulated hist stat by Namhyung Kim · 11 years ago
  21. 7a13aa2 perf hists: Accumulate hist entry stat based on the callchain by Namhyung Kim · 12 years ago
  22. a0b51af perf hists: Check if accumulated when adding a hist entry by Namhyung Kim · 12 years ago
  23. 69bcb01 perf tools: Introduce struct hist_entry_iter by Namhyung Kim · 11 years ago
  24. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 10 years ago
  25. 1c89fe9 perf tools: Introduce reset_output_field() by Namhyung Kim · 10 years ago
  26. 678a500 perf hists: Reset width of output fields with header length by Namhyung Kim · 10 years ago
  27. e67d49a perf tools: Skip elided sort entries by Namhyung Kim · 10 years ago
  28. a7d945b perf report: Add -F option to specify output fields by Namhyung Kim · 10 years ago
  29. fb821c9e perf ui: Get rid of callback from __hpp__fmt() by Namhyung Kim · 10 years ago
  30. 26d8b33 perf tools: Consolidate output field handling to hpp format routines by Namhyung Kim · 10 years ago
  31. 8b53699 perf tools: Convert sort entries to hpp formats by Namhyung Kim · 10 years ago
  32. bc18b7f perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt by Namhyung Kim · 10 years ago
  33. 268397c perf top/tui: Update nr_entries properly after a filter is applied by Namhyung Kim · 10 years ago
  34. 9283ba9 perf hists: Add a couple of hists stat helper functions by Namhyung Kim · 10 years ago
  35. 6263835 perf hists: Rename hists__inc_stats() by Namhyung Kim · 10 years ago
  36. 0b93da1 perf tools: Add hist.percentage config option by Namhyung Kim · 10 years ago
  37. 33db456 perf top: Add --percentage option by Namhyung Kim · 10 years ago
  38. f214833 perf report: Add --percentage option by Namhyung Kim · 10 years ago
  39. 1ab1fa5 perf hists: Add support for showing relative percentage by Namhyung Kim · 11 years ago
  40. b3cef7f perf symbols: Record the reason for filtering an address_location by Namhyung Kim · 10 years ago
  41. 94a0793 perf ui hists: Pass evsel to hpp->header/width functions explicitly by Namhyung Kim · 10 years ago
  42. 2f6d900 perf ui/tui: Reuse generic __hpp__fmt() code by Namhyung Kim · 10 years ago
  43. a0088ad perf ui/hists: Pass struct hpp to print functions by Namhyung Kim · 10 years ago
  44. 4a62109 perf ui/gtk: Reuse generic __hpp__fmt() code by Namhyung Kim · 10 years ago
  45. f626adf perf annotate: Adopt methods from hists by Arnaldo Carvalho de Melo · 11 years ago
  46. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  47. 41a4e6e perf hists: Consolidate __hists__add_*entry() by Namhyung Kim · 11 years ago
  48. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  49. 9754c4f perf hists: Add color overhead for stdio output buffer by Jiri Olsa · 11 years ago
  50. c1fb565 perf tools: Show progress on histogram collapsing by Namhyung Kim · 11 years ago
  51. fc67297 perf tools: Separate out GTK codes to libperf-gtk.so by Namhyung Kim · 11 years ago
  52. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  53. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  54. f5d05bc tools/perf: Support sorting by in_tx or abort branch flags by Andi Kleen · 11 years ago
  55. be0e6d1 perf tools: Move hist_entry__period_snprintf into stdio code by Jiri Olsa · 11 years ago
  56. ef358e6 perf diff: Making compute functions static by Jiri Olsa · 12 years ago
  57. 345dc0b perf diff: Move diff related columns into diff command by Jiri Olsa · 11 years ago
  58. 2c5d4b4 perf tools: Add struct perf_hpp_fmt into hpp callbacks by Jiri Olsa · 11 years ago
  59. 064f198 perf report: Add --percent-limit option by Namhyung Kim · 11 years ago
  60. 3a5714f perf top: Get rid of *_threaded() functions by Namhyung Kim · 11 years ago
  61. dfd3b2f perf sort: Reorder HISTC_SRCLINE index by Namhyung Kim · 11 years ago
  62. 6692c26 perf tools: Remove dependency on libnewt by Arnaldo Carvalho de Melo · 11 years ago
  63. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 11 years ago
  64. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 11 years ago
  65. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 11 years ago
  66. 5f7439e perf report: Fix build with NO_NEWT=1 by Michael Ellerman · 11 years ago
  67. 1e825ef perf annotate: Fix build with NO_NEWT=1 by Michael Ellerman · 11 years ago
  68. 28a6b6a perf session: There is no need for a per session hists instance by Arnaldo Carvalho de Melo · 12 years ago
  69. 52168ee perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  70. 66f97ed perf diff: Use internal rb tree for compute resort by Namhyung Kim · 12 years ago
  71. db6d0bb perf diff: Remove displacement output option by Jiri Olsa · 12 years ago
  72. f4c8bae perf diff: Change formula methods to work with pair directly by Jiri Olsa · 12 years ago
  73. 05472da perf diff: Change compute methods to work with pair directly by Jiri Olsa · 12 years ago
  74. 1240005 perf hists: Introduce perf_hpp__list for period related columns by Jiri Olsa · 12 years ago
  75. 4f746c9 perf tools: Fix compile error on NO_NEWT=1 build by Namhyung Kim · 12 years ago
  76. 494d70a perf hists: Introduce hists__link by Arnaldo Carvalho de Melo · 12 years ago
  77. 95529be perf diff: Move hists__match to the hists lib by Arnaldo Carvalho de Melo · 12 years ago
  78. 68d8075 perf report: Postpone objdump check until annotation requested by Namhyung Kim · 12 years ago
  79. 9783adf perf tools: Introduce struct hist_browser_timer by Namhyung Kim · 12 years ago
  80. 6651782 perf scripts browser: Add a browser for perf script by Feng Tang · 12 years ago
  81. ed279da perf diff: Add -F option to display formula for computation by Jiri Olsa · 12 years ago
  82. 61949b2 perf diff: Add -p option to display period values for hist entries by Jiri Olsa · 12 years ago
  83. 81d5f95 perf diff: Add weighted diff computation way to compare hist entries by Jiri Olsa · 12 years ago
  84. 96c47f1 perf diff: Add option to sort entries based on diff computation by Jiri Olsa · 12 years ago
  85. 7aaf6b3 perf diff: Add ratio computation way to compare hist entries by Jiri Olsa · 12 years ago
  86. b5ff71c perf diff: Removing the total_period argument from output code by Jiri Olsa · 12 years ago
  87. 1d77822 perf tool: Add hpp interface to enable/disable hpp column by Jiri Olsa · 12 years ago
  88. 41724e4 perf tools: Removing hists pair argument from output path by Jiri Olsa · 12 years ago
  89. 5395a04 perf hists: Separate overhead and baseline columns by Jiri Olsa · 12 years ago
  90. dd46434 perf diff: Refactor diff displacement possition info by Jiri Olsa · 12 years ago
  91. f9f526e perf tools: Convert to GTK2_SUPPORT by Namhyung Kim · 12 years ago
  92. 1254b51 perf tools: Convert to NEWT_SUPPORT by Namhyung Kim · 12 years ago
  93. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  94. ea251d5 perf hists: Introduce perf_hpp for hist period printing by Namhyung Kim · 12 years ago
  95. 000078b perf hists: Rename and move some functions by Namhyung Kim · 12 years ago
  96. 7ccf4f9 perf hists: Separate out hist print functions by Namhyung Kim · 12 years ago
  97. 409a8be perf tools: Add sort by src line/number by Arnaldo Carvalho de Melo · 12 years ago
  98. 4726064 perf callchain: Make callchain cursors TLS by Namhyung Kim · 12 years ago
  99. aca7a94 perf tools: Move UI bits to tools/perf/ui directory by Namhyung Kim · 12 years ago
  100. c31a945 perf report: Add a simple GTK2-based 'perf report' browser by Pekka Enberg · 12 years ago