1. 94e87a8 perf hists browser: Remove leftover from row returned from refresh by Arnaldo Carvalho de Melo · 7 years ago
  2. fdae640 perf hists browser: Show extra_title_lines in the 'D' debug hotkey by Arnaldo Carvalho de Melo · 7 years ago
  3. caf61de perf ui browser: Fixup cleaning unused lines at the bottom by Arnaldo Carvalho de Melo · 7 years ago
  4. e726c85 perf annotate browser: Fixup vertical line separating metrics from instructions by Arnaldo Carvalho de Melo · 7 years ago
  5. 6920e28 perf annotate browser: Show extra title line with event information by Arnaldo Carvalho de Melo · 7 years ago
  6. ef9ff60 perf ui browser: Move the extra title lines from the hists browser by Arnaldo Carvalho de Melo · 7 years ago
  7. 25c312d perf hists: Move hists__scnprintf_title() away from the TUI code by Arnaldo Carvalho de Melo · 7 years ago
  8. 967a464 perf hists: Introduce hists__scnprint_title() by Arnaldo Carvalho de Melo · 7 years ago
  9. f016d24 perf hists browser: Rename perf_evsel_browser_title to a more descriptive name by Arnaldo Carvalho de Melo · 7 years ago
  10. e4cc91b perf annotate: Support jumping from one function to another by Arnaldo Carvalho de Melo · 7 years ago
  11. 2eff061 perf annotate: Add "_local" to jump/offset validation routines by Arnaldo Carvalho de Melo · 7 years ago
  12. d9bd766 perf annotate browser: Add 'P' hotkey to dump annotation to file by Arnaldo Carvalho de Melo · 7 years ago
  13. 7f0b6fd perf annotate: Move the default annotate options to the library by Arnaldo Carvalho de Melo · 7 years ago
  14. 9b80d1f perf annotate: Introduce annotation_line__filter() by Arnaldo Carvalho de Melo · 7 years ago
  15. c298304 perf annotate: Use a ops table for annotation_line__write() by Arnaldo Carvalho de Melo · 7 years ago
  16. a1e9b74 perf annotate: Finish the generalization of annotate_browser__write() by Arnaldo Carvalho de Melo · 7 years ago
  17. 2ba5eca perf annotate: Introduce annotation_line__print_start() out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  18. c522024 perf ui browser: Add vprintf() method by Arnaldo Carvalho de Melo · 7 years ago
  19. 2f025ea perf annotate: Introduce annotation_line__max_percent() by Arnaldo Carvalho de Melo · 7 years ago
  20. ecda45b perf annotate: Introduce symbol__annotate2 method by Arnaldo Carvalho de Melo · 7 years ago
  21. b8b0d81 perf annotate: Introduce init_column_widths() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  22. 7232bf7 perf annotate: Move update_column_widths() to the generic lib by Arnaldo Carvalho de Melo · 7 years ago
  23. 9761e86 perf annotate: Move the column widths from the TUI to generic lib by Arnaldo Carvalho de Melo · 7 years ago
  24. 5bc49f6 perf annotate: Introduce set_offsets() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  25. 1cf5f98 perf annotate: Move nr_{asm_}entries to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  26. 0ca693b perf annotate: Move 'start' to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  27. 4850c92 perf annotate: Nuke struct browser_line by Arnaldo Carvalho de Melo · 7 years ago
  28. 0db45bc perf annotate: Move mark_jump_targets from the TUI to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  29. 6dcd57e perf annotate: Move nr_jumps to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  30. 27feb76 perf annotate: Move jumps_percent_color to ui_browser by Arnaldo Carvalho de Melo · 7 years ago
  31. bc1c0f3 perf annotate: Move max_jump_sources to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  32. 95aa89d perf annotate tui: Add browser__annotation() helper by Arnaldo Carvalho de Melo · 7 years ago
  33. 6af612d perf annotate: Move pcnt_with() to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  34. 16932d7 perf annotate: Stop using a global config struct by Arnaldo Carvalho de Melo · 7 years ago
  35. 0553e83 perf annotate: Move nr_events from annotate_browser to annotation struct by Arnaldo Carvalho de Melo · 7 years ago
  36. f56c083 perf annotate: Move compute_ipc() to annotation library by Arnaldo Carvalho de Melo · 7 years ago
  37. 9d6bb41 perf annotate: Move annotation_line array from TUI to generic code by Arnaldo Carvalho de Melo · 7 years ago
  38. 0e83a7e perf annotate tui: Move have_cycles to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  39. 00ea0eb perf annotate tui: Use annotate_browser__cycles_width() mroe by Arnaldo Carvalho de Melo · 7 years ago
  40. c426e58 perf annotate: Move cycles/IPC formatting width constants outside TUI by Arnaldo Carvalho de Melo · 7 years ago
  41. 98bc80b perf annotate: Move annotation_options out of the TUI browser by Arnaldo Carvalho de Melo · 7 years ago
  42. 39ce7fb perf report: Show zero counters as well in 'perf report --stat' by Ingo Molnar · 7 years ago
  43. 8ef278b perf report: Fix the output for stdio events list by Jiri Olsa · 7 years ago
  44. 696703a perf annotate: Find 'call' instruction target symbol at parsing time by Arnaldo Carvalho de Melo · 7 years ago
  45. a9980a6 perf top browser: Show sample_freq in browser title line by Arnaldo Carvalho de Melo · 7 years ago
  46. 9c04409 perf annotate browser: Be more robust when drawing jump arrows by Arnaldo Carvalho de Melo · 7 years ago
  47. b40982e perf report: Fix wrong jump arrow by Jin Yao · 7 years ago
  48. 06cc1a4 perf hists browser: Add parameter to disable lost event warning by Kan Liang · 7 years ago
  49. 5449f13 perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  50. 05d3f1a perf tools: Move symbol__calc_percent() call to outside symbol__disassemble() by Jiri Olsa · 7 years ago
  51. a5433b3 perf annotate browser: Add disasm_line__write function by Jiri Olsa · 7 years ago
  52. ec03a77 perf annotate browser: Use struct annotation_line in browser top by Jiri Olsa · 7 years ago
  53. 9213afb perf annotate browser: Use struct annotation_line in find functions by Jiri Olsa · 7 years ago
  54. a5ef270 perf annotate browser: Use struct annotation_line in browser_line by Jiri Olsa · 7 years ago
  55. e1b60b5 perf annotate browser: Change offsets to struct annotation_line by Jiri Olsa · 7 years ago
  56. 7bcbcd5 perf annotate browser: Change selection to struct annotation_line by Jiri Olsa · 7 years ago
  57. daf25d4 perf annotate browser: Rename disasm_line__browser to browser_line by Jiri Olsa · 7 years ago
  58. 0d95797 perf annotate browser: Rename struct browser_disasm_line to browser_line by Jiri Olsa · 7 years ago
  59. b15636c perf annotate browser: Do not pass nr_events in disasm_rb_tree__insert by Jiri Olsa · 7 years ago
  60. 3ab6db8 perf annotate browser: Use samples data from struct annotation_line by Jiri Olsa · 7 years ago
  61. e425da6 perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_percent() by Jiri Olsa · 7 years ago
  62. f8eb37b perf annotate: Add annotated_source__purge function by Jiri Olsa · 7 years ago
  63. c835e19 perf annotate: Add annotation_line__(new|delete) functions by Jiri Olsa · 7 years ago
  64. 5b12adc perf annotate: Move rb_node to struct annotation_line by Jiri Olsa · 7 years ago
  65. c4c7243 perf annotate: Add annotation_line__next function by Jiri Olsa · 7 years ago
  66. d03a686 perf annotate: Add evsel into struct annotation_line_args by Jiri Olsa · 7 years ago
  67. c34df25 perf annotate: Add symbol__annotate function by Jiri Olsa · 7 years ago
  68. 37236d5 perf annotate: Move ipc/cycles into annotation_line struct by Jiri Olsa · 7 years ago
  69. d5490b9 perf annotate: Move line/offset into annotation_line struct by Jiri Olsa · 7 years ago
  70. a17c4ca perf annotate: Add annotation_line struct by Jiri Olsa · 7 years ago
  71. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  72. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  73. 2a704fc perf report: Remove code to handle inline frames from browsers by Milian Wolff · 7 years ago
  74. ca4b9c3b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  75. d0e3523 perf hists: Add extra integrity checks to fmt_free() by Jiri Olsa · 7 years ago
  76. 70b01df perf hists: Fix crash in perf_hpp__reset_output_field() by Jiri Olsa · 7 years ago
  77. 8233822 perf ui progress: Add size info into progress bar by Jiri Olsa · 7 years ago
  78. 25cc4eb perf ui progress: Add ui specific init function by Jiri Olsa · 7 years ago
  79. a82bfd0 perf ui progress: Fix progress update by Jiri Olsa · 7 years ago
  80. 4d286c8 perf ui progress: Make sure we always define step value by Jiri Olsa · 7 years ago
  81. eba9fac perf annotate browser: Help for cycling thru hottest instructions with TAB/shift+TAB by Arnaldo Carvalho de Melo · 7 years ago
  82. c4ee062 perf report: Calculate the average cycles of iterations by Jin Yao · 8 years ago
  83. 3a555c7 perf annotate browser: Circulate percent, total-period and nr-samples view by Taeung Song · 8 years ago
  84. 9cef4b0 perf annotate browser: Support --show-nr-samples option by Taeung Song · 8 years ago
  85. 3861c4a perf annotate TUI: Set appropriate column width for period/percent by Arnaldo Carvalho de Melo · 8 years ago
  86. f67d395 perf annotate TUI: Fix column header when toggling period/percent by Taeung Song · 8 years ago
  87. bc1e5d6 perf annotate TUI: Clarify calculation of column header widths by Arnaldo Carvalho de Melo · 8 years ago
  88. 29dc267 perf annotate TUI: Fix --show-total-period by Taeung Song · 8 years ago
  89. bb79a23 perf annotate TUI: Use sym_hist_entry in disasm_line_samples by Arnaldo Carvalho de Melo · 8 years ago
  90. 8158683d perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist by Taeung Song · 8 years ago
  91. 896bccd perf annotate: Introduce struct sym_hist_entry by Taeung Song · 8 years ago
  92. 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  93. 8b8ef2d perf report: Enable finding kernel inline functions by Jin Yao · 8 years ago
  94. 7e63a13 perf annotate: Implement visual marker for macro fusion by Jin Yao · 8 years ago
  95. 69fb09f perf annotate: Check for fused instructions by Jin Yao · 8 years ago
  96. 80f6258 perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its target by Jin Yao · 8 years ago
  97. dcaa394 perf annotate: Return arch from symbol__disassemble() and save it in browser by Jin Yao · 8 years ago
  98. ec27ae1 perf annotate browser: Display titles in left frame by Jin Yao · 8 years ago
  99. c564f0d perf report: Remove unnecessary check in annotate_browser_write() by Jin Yao · 8 years ago
  100. 7111fff perf tools: Put caller above callee in --children mode by Namhyung Kim · 8 years ago