1. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  2. 0e3fa7a perf hists browser: Add e/c hotkeys to expand/collapse callchain for current entry by Jiri Olsa · 8 years ago
  3. b33f922 perf hists browser: Put hist_entry folding logic into single function by Jiri Olsa · 8 years ago
  4. e216874 perf annotate: Fix jump target outside of function address range by Ravi Bangoria · 8 years ago
  5. 5252b1a perf annotate: Show invalid jump offset in error message by Arnaldo Carvalho de Melo · 8 years ago
  6. 75b4920 perf annotate: Remove duplicate 'name' field from disasm_line by Arnaldo Carvalho de Melo · 8 years ago
  7. 4741442 Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  8. 69e6cdd Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  9. 786c1b5 perf annotate: Start supporting cross arch annotation by Arnaldo Carvalho de Melo · 8 years ago
  10. fef51ec perf report: Show branch info in callchain entry for browser mode by Jin Yao · 8 years ago
  11. b9bf911 perf hists browser: Fix column indentation on --hierarchy by Namhyung Kim · 8 years ago
  12. 131d51e perf hists browser: Show folded sign properly on --hierarchy by Namhyung Kim · 8 years ago
  13. 3d9f468 perf hists browser: Fix indentation of folded sign on --hierarchy by Namhyung Kim · 8 years ago
  14. 9cba9844 perf hist browser: Fix hierarchy column counts by Namhyung Kim · 8 years ago
  15. 8a06b0b perf hist browser: Fix hierarchy column counts by Namhyung Kim · 8 years ago
  16. 21e8c81 perf hists browser: Dynamically change verbosity level by Alexis Berlemont · 8 years ago
  17. 5a1a99c perf c2c report: Add main TUI browser by Jiri Olsa · 9 years ago
  18. c611152 perf top: Fix refreshing hierarchy entries on TUI by Namhyung Kim · 8 years ago
  19. 98ba160 perf tools: Make several display functions global by Jiri Olsa · 8 years ago
  20. e3b60bc perf hists: Factor out hists__reset_column_width() by Namhyung Kim · 8 years ago
  21. 5ff3e7a perf ui/tui: Reset output width for hierarchy by Namhyung Kim · 8 years ago
  22. d9ea48b perf hists browser: Fix event group display by Namhyung Kim · 8 years ago
  23. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  24. 6637e6f1 perf hists browser: Remove superfluous null check on map by Colin Ian King · 8 years ago
  25. 29659ab perf hists: Add support for header span by Jiri Olsa · 8 years ago
  26. 69705b3 perf tools tui: Display multiple header lines by Jiri Olsa · 8 years ago
  27. 74bb43f perf hists: Add line argument into perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  28. f8e6710 perf hists: Introduce nr_header_lines into struct perf_hpp_list by Jiri Olsa · 8 years ago
  29. ee51d85 perf annotate: Introduce strerror for handling symbol__disassemble() errors by Arnaldo Carvalho de Melo · 8 years ago
  30. 5cb725a perf annotate: Rename symbol__annotate() to symbol__disassemble() by Arnaldo Carvalho de Melo · 8 years ago
  31. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 9 years ago
  32. 6ef9492 perf annotate: Generalize handling of 'ret' instructions by Naveen N. Rao · 9 years ago
  33. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  34. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 9 years ago
  35. fcd8642 perf hists browser: Introduce init() by Jiri Olsa · 9 years ago
  36. a6ec894 perf hists browser: Introduce perf_evsel_browser constructor by Jiri Olsa · 9 years ago
  37. b1c7a8f perf hists browser: Move horizontal scroll init to new() by Jiri Olsa · 9 years ago
  38. 5b91a86 perf hists browser: Introduce struct hist_browser title callback by Jiri Olsa · 9 years ago
  39. dabd201 perf hists browser: Make (new|delete|run) public by Jiri Olsa · 9 years ago
  40. f758990 perf hists browser: Move hist_browser into header file by Jiri Olsa · 9 years ago
  41. da1b040 perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback by Jiri Olsa · 9 years ago
  42. 0537217 perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback by Jiri Olsa · 9 years ago
  43. 01b4770 perf tui: Separate hierarchy and standard headers output by Jiri Olsa · 9 years ago
  44. 7cecb7f perf hists: Move sort__has_comm into struct perf_hpp_list by Jiri Olsa · 9 years ago
  45. fa82911 perf hists: Move sort__has_thread into struct perf_hpp_list by Jiri Olsa · 9 years ago
  46. 35a634f perf hists: Move sort__has_socket into struct perf_hpp_list by Jiri Olsa · 9 years ago
  47. 69849fc perf hists: Move sort__has_dso into struct perf_hpp_list by Jiri Olsa · 9 years ago
  48. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 9 years ago
  49. 1b6b678 perf hists browser: Fold two consecutive symbol_conf.use_callchain ifs by Arnaldo Carvalho de Melo · 9 years ago
  50. 7d6a7e7 perf tools: Introduce trim function by Jiri Olsa · 9 years ago
  51. 9098903 perf hists: Fix determination of a callchain node's childlessness by Andres Freund · 9 years ago
  52. 599a2f3 perf hists browser: Check sort keys before hot key actions by Namhyung Kim · 9 years ago
  53. 6962ccb perf hists browser: Allow thread filtering for comm sort key by Namhyung Kim · 9 years ago
  54. 325a628 perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry() by Namhyung Kim · 9 years ago
  55. a61a22f perf hists browser: Use hierarchy hpp list by Namhyung Kim · 9 years ago
  56. 2dbbe9f perf hists: Fix indent for multiple hierarchy sort key by Namhyung Kim · 9 years ago
  57. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 9 years ago
  58. cb1fab9 perf report: Left align dynamic entries in hierarchy by Namhyung Kim · 9 years ago
  59. d3a72fd perf report: Fix indentation of dynamic entries in hierarchy by Namhyung Kim · 9 years ago
  60. 79dded8 perf hists browser: Show message for percent limit by Namhyung Kim · 9 years ago
  61. 201fde7 perf hists browser: Cleanup hist_browser__update_percent_limit() by Namhyung Kim · 9 years ago
  62. d8b9240 perf hists browser: Align column header in hierarchy mode by Namhyung Kim · 9 years ago
  63. d0506ed perf hists browser: Implement hierarchy output by Namhyung Kim · 9 years ago
  64. 492b101 perf hists browser: Support collapsing/expanding whole entries in hierarchy by Namhyung Kim · 9 years ago
  65. f5b763f perf hists browser: Count number of hierarchy entries by Namhyung Kim · 9 years ago
  66. 89fee70 perf hists: Do column alignment on the format iterator by Arnaldo Carvalho de Melo · 9 years ago
  67. b62e8df perf hists browser: Add 'L' hotkey to change percent limit by Namhyung Kim · 9 years ago
  68. f0786af perf hists: Introduce hists__for_each_format macro by Jiri Olsa · 9 years ago
  69. cf09404 perf hists: Introduce perf_hpp_list__for_each_format macro by Jiri Olsa · 9 years ago
  70. 59c624e perf hists browser: Fix percent display in callchains by Namhyung Kim · 9 years ago
  71. 5eca104 perf hists browser: Pass parent_total to callchain print functions by Namhyung Kim · 9 years ago
  72. 0c841c6 perf hists browser: Fix dump to show correct callchain style by Namhyung Kim · 9 years ago
  73. b1baae8 perf hists browser: Skip scripting when perf.data file not available by Namhyung Kim · 9 years ago
  74. 4056132 perf hists browser: Offer non-symbol specific menu options for --sort without 'sym' by Namhyung Kim · 9 years ago
  75. d9695d9 perf hists browser: Be a bit more strict about presenting CPU socket zoom by Namhyung Kim · 9 years ago
  76. b1447a54 perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order has 'dso' by Namhyung Kim · 9 years ago
  77. c221acb perf hists browser: Only offer symbol scripting when a symbol is under the cursor by Namhyung Kim · 9 years ago
  78. 2eafd41 perf hists browser: Only 'Zoom into thread' only when sort order has 'pid' by Namhyung Kim · 9 years ago
  79. 78ce08d perf annotate: Rename 'colors.code' to 'colors.jump_arrows' by Taeung Song · 9 years ago
  80. d4913cb perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed by Markus Trippelsdorf · 9 years ago
  81. 090cff3 perf ui/tui: Print helpline message as is by Namhyung Kim · 9 years ago
  82. 361459f perf tools: Skip dynamic fields not defined for current event by Namhyung Kim · 9 years ago
  83. a30c99a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  84. 4938cf0 perf hists browser: Fix segfault if use symbol filter in cmdline by Wang Nan · 9 years ago
  85. 979d2ca perf hists browser: Reset selection when refresh by Wang Nan · 9 years ago
  86. 837eeb7 perf hists browser: Add NULL pointer check to prevent crash by Wang Nan · 9 years ago
  87. 0390504 perf hists browser: Update nr entries regardless of min percent by Namhyung Kim · 9 years ago
  88. 8c430a3 perf hists browser: Support folded callchains by Namhyung Kim · 9 years ago
  89. 4b3a321 perf hists browser: Support flat callchains by Namhyung Kim · 9 years ago
  90. 18bb838 perf hists browser: Factor out hist_browser__show_callchain_list() by Namhyung Kim · 9 years ago
  91. 5ab250c perf callchain: Abstract callchain print function by Namhyung Kim · 9 years ago
  92. b7f294b perf hists browser: The dso can be obtained from popup_action->ms.map->dso by Arnaldo Carvalho de Melo · 9 years ago
  93. fae0065 perf hists browser: Fix 'd' hotkey action to filter by DSO by Arnaldo Carvalho de Melo · 9 years ago
  94. f06cff7c perf annotate: Don't die() when finding an invalid config option by Arnaldo Carvalho de Melo · 9 years ago
  95. 39ff7cd perf annotate: Fix 'annotate.use_offset' config variable usage by Namhyung Kim · 9 years ago
  96. 31eb436 perf hists browser: Add 'm' key for context menu display by Namhyung Kim · 9 years ago
  97. 4aa8e454 perf hists browser: Inform how to reset the symbol filter by Arnaldo Carvalho de Melo · 9 years ago
  98. 7727a92 perf ui browsers: Remove help messages about use of right and arrow keys by Arnaldo Carvalho de Melo · 9 years ago
  99. c6c3c02 perf hists browser: Implement horizontal scrolling by Arnaldo Carvalho de Melo · 9 years ago
  100. 045b80d perf hists browser: Use the map to determine if a DSO is being used as a kernel by Arnaldo Carvalho de Melo · 9 years ago