1. 5bc49f6 perf annotate: Introduce set_offsets() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  2. 1cf5f98 perf annotate: Move nr_{asm_}entries to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  3. 0ca693b perf annotate: Move 'start' to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  4. 4850c92 perf annotate: Nuke struct browser_line by Arnaldo Carvalho de Melo · 7 years ago
  5. 0db45bc perf annotate: Move mark_jump_targets from the TUI to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  6. 6dcd57e perf annotate: Move nr_jumps to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  7. 27feb76 perf annotate: Move jumps_percent_color to ui_browser by Arnaldo Carvalho de Melo · 7 years ago
  8. bc1c0f3 perf annotate: Move max_jump_sources to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  9. 95aa89d perf annotate tui: Add browser__annotation() helper by Arnaldo Carvalho de Melo · 7 years ago
  10. 6af612d perf annotate: Move pcnt_with() to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  11. 16932d7 perf annotate: Stop using a global config struct by Arnaldo Carvalho de Melo · 7 years ago
  12. 0553e83 perf annotate: Move nr_events from annotate_browser to annotation struct by Arnaldo Carvalho de Melo · 7 years ago
  13. f56c083 perf annotate: Move compute_ipc() to annotation library by Arnaldo Carvalho de Melo · 7 years ago
  14. 9d6bb41 perf annotate: Move annotation_line array from TUI to generic code by Arnaldo Carvalho de Melo · 7 years ago
  15. 0e83a7e perf annotate tui: Move have_cycles to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  16. 00ea0eb perf annotate tui: Use annotate_browser__cycles_width() mroe by Arnaldo Carvalho de Melo · 7 years ago
  17. c426e58 perf annotate: Move cycles/IPC formatting width constants outside TUI by Arnaldo Carvalho de Melo · 7 years ago
  18. 98bc80b perf annotate: Move annotation_options out of the TUI browser by Arnaldo Carvalho de Melo · 7 years ago
  19. 8ef278b perf report: Fix the output for stdio events list by Jiri Olsa · 7 years ago
  20. 696703a perf annotate: Find 'call' instruction target symbol at parsing time by Arnaldo Carvalho de Melo · 7 years ago
  21. a9980a6 perf top browser: Show sample_freq in browser title line by Arnaldo Carvalho de Melo · 7 years ago
  22. 9c04409 perf annotate browser: Be more robust when drawing jump arrows by Arnaldo Carvalho de Melo · 7 years ago
  23. b40982e perf report: Fix wrong jump arrow by Jin Yao · 8 years ago
  24. 06cc1a4 perf hists browser: Add parameter to disable lost event warning by Kan Liang · 8 years ago
  25. 5449f13 perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate() by Arnaldo Carvalho de Melo · 8 years ago
  26. 05d3f1a perf tools: Move symbol__calc_percent() call to outside symbol__disassemble() by Jiri Olsa · 8 years ago
  27. a5433b3 perf annotate browser: Add disasm_line__write function by Jiri Olsa · 8 years ago
  28. ec03a77 perf annotate browser: Use struct annotation_line in browser top by Jiri Olsa · 8 years ago
  29. 9213afb perf annotate browser: Use struct annotation_line in find functions by Jiri Olsa · 8 years ago
  30. a5ef270 perf annotate browser: Use struct annotation_line in browser_line by Jiri Olsa · 8 years ago
  31. e1b60b5 perf annotate browser: Change offsets to struct annotation_line by Jiri Olsa · 8 years ago
  32. 7bcbcd5 perf annotate browser: Change selection to struct annotation_line by Jiri Olsa · 8 years ago
  33. daf25d4 perf annotate browser: Rename disasm_line__browser to browser_line by Jiri Olsa · 8 years ago
  34. 0d95797 perf annotate browser: Rename struct browser_disasm_line to browser_line by Jiri Olsa · 8 years ago
  35. b15636c perf annotate browser: Do not pass nr_events in disasm_rb_tree__insert by Jiri Olsa · 8 years ago
  36. 3ab6db8 perf annotate browser: Use samples data from struct annotation_line by Jiri Olsa · 8 years ago
  37. e425da6 perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_percent() by Jiri Olsa · 8 years ago
  38. f8eb37b perf annotate: Add annotated_source__purge function by Jiri Olsa · 8 years ago
  39. c835e19 perf annotate: Add annotation_line__(new|delete) functions by Jiri Olsa · 8 years ago
  40. 5b12adc perf annotate: Move rb_node to struct annotation_line by Jiri Olsa · 8 years ago
  41. c4c7243 perf annotate: Add annotation_line__next function by Jiri Olsa · 8 years ago
  42. d03a686 perf annotate: Add evsel into struct annotation_line_args by Jiri Olsa · 8 years ago
  43. c34df25 perf annotate: Add symbol__annotate function by Jiri Olsa · 8 years ago
  44. 37236d5 perf annotate: Move ipc/cycles into annotation_line struct by Jiri Olsa · 8 years ago
  45. d5490b9 perf annotate: Move line/offset into annotation_line struct by Jiri Olsa · 8 years ago
  46. a17c4ca perf annotate: Add annotation_line struct by Jiri Olsa · 8 years ago
  47. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 8 years ago
  48. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  49. 2a704fc perf report: Remove code to handle inline frames from browsers by Milian Wolff · 8 years ago
  50. eba9fac perf annotate browser: Help for cycling thru hottest instructions with TAB/shift+TAB by Arnaldo Carvalho de Melo · 8 years ago
  51. c4ee062 perf report: Calculate the average cycles of iterations by Jin Yao · 8 years ago
  52. 3a555c7 perf annotate browser: Circulate percent, total-period and nr-samples view by Taeung Song · 8 years ago
  53. 9cef4b0 perf annotate browser: Support --show-nr-samples option by Taeung Song · 8 years ago
  54. 3861c4a perf annotate TUI: Set appropriate column width for period/percent by Arnaldo Carvalho de Melo · 8 years ago
  55. f67d395 perf annotate TUI: Fix column header when toggling period/percent by Taeung Song · 8 years ago
  56. bc1e5d6 perf annotate TUI: Clarify calculation of column header widths by Arnaldo Carvalho de Melo · 8 years ago
  57. 29dc267 perf annotate TUI: Fix --show-total-period by Taeung Song · 8 years ago
  58. bb79a23 perf annotate TUI: Use sym_hist_entry in disasm_line_samples by Arnaldo Carvalho de Melo · 8 years ago
  59. 896bccd perf annotate: Introduce struct sym_hist_entry by Taeung Song · 8 years ago
  60. 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  61. 8b8ef2d perf report: Enable finding kernel inline functions by Jin Yao · 8 years ago
  62. 7e63a13 perf annotate: Implement visual marker for macro fusion by Jin Yao · 8 years ago
  63. 69fb09f perf annotate: Check for fused instructions by Jin Yao · 8 years ago
  64. dcaa394 perf annotate: Return arch from symbol__disassemble() and save it in browser by Jin Yao · 8 years ago
  65. ec27ae1 perf annotate browser: Display titles in left frame by Jin Yao · 8 years ago
  66. c564f0d perf report: Remove unnecessary check in annotate_browser_write() by Jin Yao · 8 years ago
  67. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  68. 58db1d6 perf tools: Move units conversion/formatting routines to separate object by Arnaldo Carvalho de Melo · 8 years ago
  69. 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  70. b0742e9 perf tools: Don't include terminal handling headers in util.h by Arnaldo Carvalho de Melo · 8 years ago
  71. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  72. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  73. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  74. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  75. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  76. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  77. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  78. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  79. 3ef5b40 perf hists browser: Fix typo in function switch_data_file by Changbin Du · 8 years ago
  80. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  81. 0e3fa7a perf hists browser: Add e/c hotkeys to expand/collapse callchain for current entry by Jiri Olsa · 9 years ago
  82. b33f922 perf hists browser: Put hist_entry folding logic into single function by Jiri Olsa · 9 years ago
  83. e216874 perf annotate: Fix jump target outside of function address range by Ravi Bangoria · 9 years ago
  84. 5252b1a perf annotate: Show invalid jump offset in error message by Arnaldo Carvalho de Melo · 9 years ago
  85. 75b4920 perf annotate: Remove duplicate 'name' field from disasm_line by Arnaldo Carvalho de Melo · 9 years ago
  86. 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 · 9 years ago
  87. 69e6cdd Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  88. 786c1b5 perf annotate: Start supporting cross arch annotation by Arnaldo Carvalho de Melo · 9 years ago
  89. fef51ec perf report: Show branch info in callchain entry for browser mode by Jin Yao · 9 years ago
  90. b9bf911 perf hists browser: Fix column indentation on --hierarchy by Namhyung Kim · 9 years ago
  91. 131d51e perf hists browser: Show folded sign properly on --hierarchy by Namhyung Kim · 9 years ago
  92. 3d9f468 perf hists browser: Fix indentation of folded sign on --hierarchy by Namhyung Kim · 9 years ago
  93. 9cba9844 perf hist browser: Fix hierarchy column counts by Namhyung Kim · 9 years ago
  94. 8a06b0b perf hist browser: Fix hierarchy column counts by Namhyung Kim · 9 years ago
  95. 21e8c81 perf hists browser: Dynamically change verbosity level by Alexis Berlemont · 9 years ago
  96. 5a1a99c perf c2c report: Add main TUI browser by Jiri Olsa · 10 years ago
  97. c611152 perf top: Fix refreshing hierarchy entries on TUI by Namhyung Kim · 9 years ago
  98. 98ba160 perf tools: Make several display functions global by Jiri Olsa · 9 years ago
  99. e3b60bc perf hists: Factor out hists__reset_column_width() by Namhyung Kim · 9 years ago
  100. 5ff3e7a perf ui/tui: Reset output width for hierarchy by Namhyung Kim · 9 years ago