1. 131d51e perf hists browser: Show folded sign properly on --hierarchy by Namhyung Kim · 8 years ago
  2. 3d9f468 perf hists browser: Fix indentation of folded sign on --hierarchy by Namhyung Kim · 8 years ago
  3. 9cba9844 perf hist browser: Fix hierarchy column counts by Namhyung Kim · 8 years ago
  4. c611152 perf top: Fix refreshing hierarchy entries on TUI by Namhyung Kim · 8 years ago
  5. 98ba160 perf tools: Make several display functions global by Jiri Olsa · 8 years ago
  6. e3b60bc perf hists: Factor out hists__reset_column_width() by Namhyung Kim · 8 years ago
  7. 5ff3e7a perf ui/tui: Reset output width for hierarchy by Namhyung Kim · 8 years ago
  8. d9ea48b perf hists browser: Fix event group display by Namhyung Kim · 8 years ago
  9. 6637e6f1 perf hists browser: Remove superfluous null check on map by Colin Ian King · 8 years ago
  10. 29659ab perf hists: Add support for header span by Jiri Olsa · 8 years ago
  11. 69705b3 perf tools tui: Display multiple header lines by Jiri Olsa · 8 years ago
  12. 74bb43f perf hists: Add line argument into perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  13. f8e6710 perf hists: Introduce nr_header_lines into struct perf_hpp_list by Jiri Olsa · 8 years ago
  14. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  15. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  16. fcd86426 perf hists browser: Introduce init() by Jiri Olsa · 8 years ago
  17. a6ec894 perf hists browser: Introduce perf_evsel_browser constructor by Jiri Olsa · 8 years ago
  18. b1c7a8f perf hists browser: Move horizontal scroll init to new() by Jiri Olsa · 8 years ago
  19. 5b91a86 perf hists browser: Introduce struct hist_browser title callback by Jiri Olsa · 8 years ago
  20. dabd201 perf hists browser: Make (new|delete|run) public by Jiri Olsa · 8 years ago
  21. f758990 perf hists browser: Move hist_browser into header file by Jiri Olsa · 8 years ago
  22. da1b040 perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback by Jiri Olsa · 8 years ago
  23. 0537217 perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  24. 01b4770 perf tui: Separate hierarchy and standard headers output by Jiri Olsa · 8 years ago
  25. 7cecb7f perf hists: Move sort__has_comm into struct perf_hpp_list by Jiri Olsa · 8 years ago
  26. fa82911 perf hists: Move sort__has_thread into struct perf_hpp_list by Jiri Olsa · 8 years ago
  27. 35a634f perf hists: Move sort__has_socket into struct perf_hpp_list by Jiri Olsa · 8 years ago
  28. 69849fc perf hists: Move sort__has_dso into struct perf_hpp_list by Jiri Olsa · 8 years ago
  29. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 8 years ago
  30. 1b6b678 perf hists browser: Fold two consecutive symbol_conf.use_callchain ifs by Arnaldo Carvalho de Melo · 8 years ago
  31. 7d6a7e7 perf tools: Introduce trim function by Jiri Olsa · 8 years ago
  32. 9098903 perf hists: Fix determination of a callchain node's childlessness by Andres Freund · 8 years ago
  33. 599a2f3 perf hists browser: Check sort keys before hot key actions by Namhyung Kim · 8 years ago
  34. 6962ccb perf hists browser: Allow thread filtering for comm sort key by Namhyung Kim · 8 years ago
  35. 325a628 perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry() by Namhyung Kim · 8 years ago
  36. a61a22f perf hists browser: Use hierarchy hpp list by Namhyung Kim · 8 years ago
  37. 2dbbe9f perf hists: Fix indent for multiple hierarchy sort key by Namhyung Kim · 8 years ago
  38. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 8 years ago
  39. cb1fab9 perf report: Left align dynamic entries in hierarchy by Namhyung Kim · 8 years ago
  40. d3a72fd perf report: Fix indentation of dynamic entries in hierarchy by Namhyung Kim · 8 years ago
  41. 79dded8 perf hists browser: Show message for percent limit by Namhyung Kim · 8 years ago
  42. 201fde7 perf hists browser: Cleanup hist_browser__update_percent_limit() by Namhyung Kim · 8 years ago
  43. d8b9240 perf hists browser: Align column header in hierarchy mode by Namhyung Kim · 8 years ago
  44. d0506ed perf hists browser: Implement hierarchy output by Namhyung Kim · 8 years ago
  45. 492b101 perf hists browser: Support collapsing/expanding whole entries in hierarchy by Namhyung Kim · 8 years ago
  46. f5b763f perf hists browser: Count number of hierarchy entries by Namhyung Kim · 8 years ago
  47. 89fee70 perf hists: Do column alignment on the format iterator by Arnaldo Carvalho de Melo · 8 years ago
  48. b62e8df perf hists browser: Add 'L' hotkey to change percent limit by Namhyung Kim · 8 years ago
  49. f0786af perf hists: Introduce hists__for_each_format macro by Jiri Olsa · 8 years ago
  50. cf09404 perf hists: Introduce perf_hpp_list__for_each_format macro by Jiri Olsa · 8 years ago
  51. 59c624e perf hists browser: Fix percent display in callchains by Namhyung Kim · 8 years ago
  52. 5eca104 perf hists browser: Pass parent_total to callchain print functions by Namhyung Kim · 8 years ago
  53. 0c841c6 perf hists browser: Fix dump to show correct callchain style by Namhyung Kim · 8 years ago
  54. b1baae8 perf hists browser: Skip scripting when perf.data file not available by Namhyung Kim · 8 years ago
  55. 4056132 perf hists browser: Offer non-symbol specific menu options for --sort without 'sym' by Namhyung Kim · 8 years ago
  56. d9695d9 perf hists browser: Be a bit more strict about presenting CPU socket zoom by Namhyung Kim · 8 years ago
  57. b1447a54 perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order has 'dso' by Namhyung Kim · 8 years ago
  58. c221acb perf hists browser: Only offer symbol scripting when a symbol is under the cursor by Namhyung Kim · 8 years ago
  59. 2eafd41 perf hists browser: Only 'Zoom into thread' only when sort order has 'pid' by Namhyung Kim · 8 years ago
  60. 090cff3 perf ui/tui: Print helpline message as is by Namhyung Kim · 8 years ago
  61. 361459f perf tools: Skip dynamic fields not defined for current event by Namhyung Kim · 8 years ago
  62. a30c99a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  63. 4938cf0 perf hists browser: Fix segfault if use symbol filter in cmdline by Wang Nan · 8 years ago
  64. 979d2ca perf hists browser: Reset selection when refresh by Wang Nan · 8 years ago
  65. 837eeb7 perf hists browser: Add NULL pointer check to prevent crash by Wang Nan · 8 years ago
  66. 0390504 perf hists browser: Update nr entries regardless of min percent by Namhyung Kim · 9 years ago
  67. 8c430a3 perf hists browser: Support folded callchains by Namhyung Kim · 9 years ago
  68. 4b3a321 perf hists browser: Support flat callchains by Namhyung Kim · 9 years ago
  69. 18bb838 perf hists browser: Factor out hist_browser__show_callchain_list() by Namhyung Kim · 9 years ago
  70. 5ab250c perf callchain: Abstract callchain print function by Namhyung Kim · 9 years ago
  71. b7f294b perf hists browser: The dso can be obtained from popup_action->ms.map->dso by Arnaldo Carvalho de Melo · 9 years ago
  72. fae0065 perf hists browser: Fix 'd' hotkey action to filter by DSO by Arnaldo Carvalho de Melo · 9 years ago
  73. 31eb436 perf hists browser: Add 'm' key for context menu display by Namhyung Kim · 9 years ago
  74. 4aa8e454 perf hists browser: Inform how to reset the symbol filter by Arnaldo Carvalho de Melo · 9 years ago
  75. 7727a92 perf ui browsers: Remove help messages about use of right and arrow keys by Arnaldo Carvalho de Melo · 9 years ago
  76. c6c3c02 perf hists browser: Implement horizontal scrolling by Arnaldo Carvalho de Melo · 9 years ago
  77. 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
  78. d71b0ad Merge branch 'perf/urgent' into perf/core, to resolve a conflict by Ingo Molnar · 9 years ago
  79. bd315aa perf top: Fix segfault pressing -> with no hist entries by Wang Nan · 9 years ago
  80. 84734b0 perf hists browser: Zoom in/out for processor socket by Kan Liang · 9 years ago
  81. 21394d9 perf report: Introduce --socket-filter option by Kan Liang · 9 years ago
  82. eebd0bf perf env: Rename some leftovers from rename to perf_env by Arnaldo Carvalho de Melo · 9 years ago
  83. ce80d3b perf tools: Rename perf_session_env to perf_env by Kan Liang · 9 years ago
  84. 9e207dd perf report: Show call graph from reference events by Kan Liang · 9 years ago
  85. 63ab174 perf hists browser: Make ESC unzoom as well by Arnaldo Carvalho de Melo · 9 years ago
  86. 517dfdb perf ui browser: Introduce ui_browser__printf() by Arnaldo Carvalho de Melo · 9 years ago
  87. 26270a0 perf ui browser: Introduce ui_browser__write_nstring() by Arnaldo Carvalho de Melo · 9 years ago
  88. 9c0fa8d perf hists browser: Take the --comm, --dsos, etc filters into account by Arnaldo Carvalho de Melo · 9 years ago
  89. 13d1e53 perf top: Move toggling event logic into hists browser by Namhyung Kim · 9 years ago
  90. 3e323dc perf hists browser: React to unassigned hotkey pressing by Arnaldo Carvalho de Melo · 9 years ago
  91. 5f00b0f perf hists browser: Honour the help line provided by builtin-{top,report}.c by Arnaldo Carvalho de Melo · 9 years ago
  92. 516e536 perf hists browser: Do not exit when 'f' is pressed in 'report' mode by Arnaldo Carvalho de Melo · 9 years ago
  93. fbb7997 perf top: Replace CTRL+z with 'f' as hotkey for enable/disable events by Arnaldo Carvalho de Melo · 9 years ago
  94. 5d484f9 perf top: Allow disabling/enabling events dynamicly by Arnaldo Carvalho de Melo · 9 years ago
  95. ed42691 perf tools: Make Ctrl-C stop processing on TUI by Namhyung Kim · 9 years ago
  96. 3698dab perf tools: Move TUI-specific fields out of map_symbol by Namhyung Kim · 9 years ago
  97. 6422184 perf hists browser: Simplify zooming code using pstack_peek() by Namhyung Kim · 9 years ago
  98. ea7cd59 perf hists browser: Split popup menu actions - part 2 by Namhyung Kim · 9 years ago
  99. bc7cad4 perf hists browser: Split popup menu actions by Namhyung Kim · 9 years ago
  100. b1a9cee perf hists browser: Save perf_session_env in the hist_browser by Namhyung Kim · 9 years ago