1. ee51d85 perf annotate: Introduce strerror for handling symbol__disassemble() errors by Arnaldo Carvalho de Melo · 8 years ago
  2. 5cb725a perf annotate: Rename symbol__annotate() to symbol__disassemble() by Arnaldo Carvalho de Melo · 8 years ago
  3. 175729f perf tools: Remove needless includes from cache.h by Arnaldo Carvalho de Melo · 8 years ago
  4. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  5. c09615f perf ui stdio: Add way to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  6. 6ef9492 perf annotate: Generalize handling of 'ret' instructions by Naveen N. Rao · 8 years ago
  7. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  8. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 8 years ago
  9. fcd86426 perf hists browser: Introduce init() by Jiri Olsa · 8 years ago
  10. a6ec894 perf hists browser: Introduce perf_evsel_browser constructor by Jiri Olsa · 8 years ago
  11. b1c7a8f perf hists browser: Move horizontal scroll init to new() by Jiri Olsa · 8 years ago
  12. 5b91a86 perf hists browser: Introduce struct hist_browser title callback by Jiri Olsa · 8 years ago
  13. dabd201 perf hists browser: Make (new|delete|run) public by Jiri Olsa · 8 years ago
  14. f758990 perf hists browser: Move hist_browser into header file by Jiri Olsa · 8 years ago
  15. da1b040 perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback by Jiri Olsa · 8 years ago
  16. 0537217 perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  17. d05e3aa perf stdio: Add use_callchain parameter to hists__fprintf by Jiri Olsa · 8 years ago
  18. 8f1d1b4 perf stdio: Do not pass hists in hist_entry__fprintf by Jiri Olsa · 8 years ago
  19. 7a72a2e perf stdio: Separate standard headers output by Jiri Olsa · 8 years ago
  20. 5c854f3 perf stdio: Separate hierarchy headers output by Jiri Olsa · 8 years ago
  21. 36592eb perf stdio: Separate headers output by Jiri Olsa · 8 years ago
  22. 01b4770 perf tui: Separate hierarchy and standard headers output by Jiri Olsa · 8 years ago
  23. 7cecb7f perf hists: Move sort__has_comm into struct perf_hpp_list by Jiri Olsa · 8 years ago
  24. fa82911 perf hists: Move sort__has_thread into struct perf_hpp_list by Jiri Olsa · 8 years ago
  25. 35a634f perf hists: Move sort__has_socket into struct perf_hpp_list by Jiri Olsa · 8 years ago
  26. 69849fc perf hists: Move sort__has_dso into struct perf_hpp_list by Jiri Olsa · 8 years ago
  27. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 8 years ago
  28. 1b6b678 perf hists browser: Fold two consecutive symbol_conf.use_callchain ifs by Arnaldo Carvalho de Melo · 8 years ago
  29. 7d6a7e7 perf tools: Introduce trim function by Jiri Olsa · 9 years ago
  30. 9098903 perf hists: Fix determination of a callchain node's childlessness by Andres Freund · 9 years ago
  31. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 9 years ago
  32. 599a2f3 perf hists browser: Check sort keys before hot key actions by Namhyung Kim · 9 years ago
  33. 6962ccb perf hists browser: Allow thread filtering for comm sort key by Namhyung Kim · 9 years ago
  34. 86e3ee5 perf tools: Remove nr_sort_keys field by Namhyung Kim · 9 years ago
  35. 325a628 perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry() by Namhyung Kim · 9 years ago
  36. 58ecd33 perf report: Use hierarchy hpp list on gtk by Namhyung Kim · 9 years ago
  37. a61a22f perf hists browser: Use hierarchy hpp list by Namhyung Kim · 9 years ago
  38. f58c95e perf report: Use hierarchy hpp list on stdio by Namhyung Kim · 9 years ago
  39. 2dbbe9f perf hists: Fix indent for multiple hierarchy sort key by Namhyung Kim · 9 years ago
  40. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 9 years ago
  41. c3bc0c4 perf hists: Introduce perf_hpp__setup_hists_formats() by Namhyung Kim · 9 years ago
  42. cb1fab9 perf report: Left align dynamic entries in hierarchy by Namhyung Kim · 9 years ago
  43. d3a72fd perf report: Fix indentation of dynamic entries in hierarchy by Namhyung Kim · 9 years ago
  44. 2ddda79 perf report: Show message for percent limit on gtk by Namhyung Kim · 9 years ago
  45. 79dded8 perf hists browser: Show message for percent limit by Namhyung Kim · 9 years ago
  46. 201fde7 perf hists browser: Cleanup hist_browser__update_percent_limit() by Namhyung Kim · 9 years ago
  47. bd4abd3 perf report: Show message for percent limit on stdio by Namhyung Kim · 9 years ago
  48. a7b5895 perf hists: Add more helper functions for the hierarchy mode by Namhyung Kim · 9 years ago
  49. e311ec1 perf ui/gtk: Implement hierarchy output mode by Namhyung Kim · 9 years ago
  50. d8b9240 perf hists browser: Align column header in hierarchy mode by Namhyung Kim · 9 years ago
  51. d0506ed perf hists browser: Implement hierarchy output by Namhyung Kim · 9 years ago
  52. 492b101 perf hists browser: Support collapsing/expanding whole entries in hierarchy by Namhyung Kim · 9 years ago
  53. f5b763f perf hists browser: Count number of hierarchy entries by Namhyung Kim · 9 years ago
  54. 8e2fc44 perf ui/stdio: Align column header for hierarchy output by Namhyung Kim · 9 years ago
  55. ef86d68 perf ui/stdio: Implement hierarchy output mode by Namhyung Kim · 9 years ago
  56. 1f2d72c perf hists: Count number of sort keys by Namhyung Kim · 9 years ago
  57. dd42baf perf tools: Fix assertion failure on dynamic entry by Namhyung Kim · 9 years ago
  58. 89fee70 perf hists: Do column alignment on the format iterator by Arnaldo Carvalho de Melo · 9 years ago
  59. b62e8df perf hists browser: Add 'L' hotkey to change percent limit by Namhyung Kim · 9 years ago
  60. f0786af perf hists: Introduce hists__for_each_format macro by Jiri Olsa · 9 years ago
  61. 43e0a68 perf hists: Add struct perf_hpp_list argument to helper functions by Jiri Olsa · 9 years ago
  62. 1a8ebd2 perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macro by Jiri Olsa · 9 years ago
  63. d29a497 perf hists: Introduce perf_hpp_list__for_each_sort_list macro by Jiri Olsa · 9 years ago
  64. 7a1799e perf hists: Introduce perf_hpp_list__for_each_format_safe macro by Jiri Olsa · 9 years ago
  65. cf09404 perf hists: Introduce perf_hpp_list__for_each_format macro by Jiri Olsa · 9 years ago
  66. ebdd98e perf hists: Add perf_hpp_list register helpers by Jiri Olsa · 9 years ago
  67. 7c31e10 perf hists: Introduce struct perf_hpp_list by Jiri Olsa · 9 years ago
  68. 564132f perf hists: Properly release format fields by Jiri Olsa · 9 years ago
  69. 12cb439 perf hists: Remove perf_hpp__column_(disable|enable) by Jiri Olsa · 9 years ago
  70. 1945c3e perf hists: Allocate output sort field by Jiri Olsa · 9 years ago
  71. 3f931f2 perf hists: Make hpp setup function generic by Jiri Olsa · 9 years ago
  72. c0020ef perf hists: Add 'hpp__equal' callback function by Jiri Olsa · 9 years ago
  73. 9735808 perf hists: Add 'equal' method to perf_hpp_fmt struct by Jiri Olsa · 9 years ago
  74. 2e8b79e perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_width by Jiri Olsa · 9 years ago
  75. b21a763 perf hists: Add _idx fields into struct perf_hpp_fmt by Jiri Olsa · 9 years ago
  76. 3848c23 perf report: Don't show blank lines if entry has no callchain by Namhyung Kim · 9 years ago
  77. 59c624e perf hists browser: Fix percent display in callchains by Namhyung Kim · 9 years ago
  78. 5eca104 perf hists browser: Pass parent_total to callchain print functions by Namhyung Kim · 9 years ago
  79. 0c841c6 perf hists browser: Fix dump to show correct callchain style by Namhyung Kim · 9 years ago
  80. 7ed5d6e perf report: Fix percent display in callchains on --stdio by Namhyung Kim · 9 years ago
  81. 54d27b3 perf callchain: Pass parent_samples to __callchain__fprintf_graph() by Namhyung Kim · 9 years ago
  82. 7e597d3 perf report: Get rid of hist_entry__callchain_fprintf() by Namhyung Kim · 9 years ago
  83. b1baae8 perf hists browser: Skip scripting when perf.data file not available by Namhyung Kim · 9 years ago
  84. 4056132 perf hists browser: Offer non-symbol specific menu options for --sort without 'sym' by Namhyung Kim · 9 years ago
  85. d9695d9 perf hists browser: Be a bit more strict about presenting CPU socket zoom by Namhyung Kim · 9 years ago
  86. b1447a54 perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order has 'dso' by Namhyung Kim · 9 years ago
  87. c221acb perf hists browser: Only offer symbol scripting when a symbol is under the cursor by Namhyung Kim · 9 years ago
  88. 2eafd41 perf hists browser: Only 'Zoom into thread' only when sort order has 'pid' by Namhyung Kim · 9 years ago
  89. 78ce08d perf annotate: Rename 'colors.code' to 'colors.jump_arrows' by Taeung Song · 9 years ago
  90. d4913cb perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed by Markus Trippelsdorf · 9 years ago
  91. 090cff3 perf ui/tui: Print helpline message as is by Namhyung Kim · 9 years ago
  92. b97511c perf tools: Add overhead/overhead_children keys defaults via string by Jiri Olsa · 9 years ago
  93. 361459f perf tools: Skip dynamic fields not defined for current event by Namhyung Kim · 9 years ago
  94. 8d7d377 perf tui: Change default selection background color to yellow by Ingo Molnar · 10 years ago
  95. a30c99a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  96. 4938cf0 perf hists browser: Fix segfault if use symbol filter in cmdline by Wang Nan · 9 years ago
  97. 979d2ca perf hists browser: Reset selection when refresh by Wang Nan · 9 years ago
  98. 837eeb7 perf hists browser: Add NULL pointer check to prevent crash by Wang Nan · 9 years ago
  99. 0390504 perf hists browser: Update nr entries regardless of min percent by Namhyung Kim · 9 years ago
  100. 2c6caff perf ui/gtk: Support folded callchains by Namhyung Kim · 9 years ago