1. a5ef270 perf annotate browser: Use struct annotation_line in browser_line by Jiri Olsa · 8 years ago
  2. e1b60b5 perf annotate browser: Change offsets to struct annotation_line by Jiri Olsa · 8 years ago
  3. 7bcbcd5 perf annotate browser: Change selection to struct annotation_line by Jiri Olsa · 8 years ago
  4. daf25d4 perf annotate browser: Rename disasm_line__browser to browser_line by Jiri Olsa · 8 years ago
  5. 0d95797 perf annotate browser: Rename struct browser_disasm_line to browser_line by Jiri Olsa · 8 years ago
  6. b15636c perf annotate browser: Do not pass nr_events in disasm_rb_tree__insert by Jiri Olsa · 8 years ago
  7. 3ab6db8 perf annotate browser: Use samples data from struct annotation_line by Jiri Olsa · 8 years ago
  8. e425da6 perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_percent() by Jiri Olsa · 8 years ago
  9. f8eb37b perf annotate: Add annotated_source__purge function by Jiri Olsa · 8 years ago
  10. c835e19 perf annotate: Add annotation_line__(new|delete) functions by Jiri Olsa · 8 years ago
  11. 5b12adc perf annotate: Move rb_node to struct annotation_line by Jiri Olsa · 8 years ago
  12. c4c7243 perf annotate: Add annotation_line__next function by Jiri Olsa · 8 years ago
  13. d03a686 perf annotate: Add evsel into struct annotation_line_args by Jiri Olsa · 8 years ago
  14. c34df25 perf annotate: Add symbol__annotate function by Jiri Olsa · 8 years ago
  15. 37236d5 perf annotate: Move ipc/cycles into annotation_line struct by Jiri Olsa · 8 years ago
  16. d5490b9 perf annotate: Move line/offset into annotation_line struct by Jiri Olsa · 8 years ago
  17. a17c4ca perf annotate: Add annotation_line struct by Jiri Olsa · 8 years ago
  18. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 8 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  20. 2a704fc perf report: Remove code to handle inline frames from browsers by Milian Wolff · 8 years ago
  21. eba9fac perf annotate browser: Help for cycling thru hottest instructions with TAB/shift+TAB by Arnaldo Carvalho de Melo · 8 years ago
  22. c4ee062 perf report: Calculate the average cycles of iterations by Jin Yao · 8 years ago
  23. 3a555c7 perf annotate browser: Circulate percent, total-period and nr-samples view by Taeung Song · 8 years ago
  24. 9cef4b0 perf annotate browser: Support --show-nr-samples option by Taeung Song · 8 years ago
  25. 3861c4a perf annotate TUI: Set appropriate column width for period/percent by Arnaldo Carvalho de Melo · 8 years ago
  26. f67d395 perf annotate TUI: Fix column header when toggling period/percent by Taeung Song · 8 years ago
  27. bc1e5d6 perf annotate TUI: Clarify calculation of column header widths by Arnaldo Carvalho de Melo · 8 years ago
  28. 29dc267 perf annotate TUI: Fix --show-total-period by Taeung Song · 8 years ago
  29. bb79a23 perf annotate TUI: Use sym_hist_entry in disasm_line_samples by Arnaldo Carvalho de Melo · 8 years ago
  30. 896bccd perf annotate: Introduce struct sym_hist_entry by Taeung Song · 8 years ago
  31. 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  32. 8b8ef2d perf report: Enable finding kernel inline functions by Jin Yao · 8 years ago
  33. 7e63a13 perf annotate: Implement visual marker for macro fusion by Jin Yao · 8 years ago
  34. 69fb09f perf annotate: Check for fused instructions by Jin Yao · 8 years ago
  35. dcaa394 perf annotate: Return arch from symbol__disassemble() and save it in browser by Jin Yao · 8 years ago
  36. ec27ae1 perf annotate browser: Display titles in left frame by Jin Yao · 8 years ago
  37. c564f0d perf report: Remove unnecessary check in annotate_browser_write() by Jin Yao · 8 years ago
  38. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  39. 58db1d6 perf tools: Move units conversion/formatting routines to separate object by Arnaldo Carvalho de Melo · 8 years ago
  40. 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  41. b0742e9 perf tools: Don't include terminal handling headers in util.h by Arnaldo Carvalho de Melo · 8 years ago
  42. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  43. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  44. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  45. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  46. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  47. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  48. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  49. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  50. 3ef5b40 perf hists browser: Fix typo in function switch_data_file by Changbin Du · 8 years ago
  51. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  52. 0e3fa7a perf hists browser: Add e/c hotkeys to expand/collapse callchain for current entry by Jiri Olsa · 9 years ago
  53. b33f922 perf hists browser: Put hist_entry folding logic into single function by Jiri Olsa · 9 years ago
  54. e216874 perf annotate: Fix jump target outside of function address range by Ravi Bangoria · 9 years ago
  55. 5252b1a perf annotate: Show invalid jump offset in error message by Arnaldo Carvalho de Melo · 9 years ago
  56. 75b4920 perf annotate: Remove duplicate 'name' field from disasm_line by Arnaldo Carvalho de Melo · 9 years ago
  57. 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
  58. 69e6cdd Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  59. 786c1b5 perf annotate: Start supporting cross arch annotation by Arnaldo Carvalho de Melo · 9 years ago
  60. fef51ec perf report: Show branch info in callchain entry for browser mode by Jin Yao · 9 years ago
  61. b9bf911 perf hists browser: Fix column indentation on --hierarchy by Namhyung Kim · 9 years ago
  62. 131d51e perf hists browser: Show folded sign properly on --hierarchy by Namhyung Kim · 9 years ago
  63. 3d9f468 perf hists browser: Fix indentation of folded sign on --hierarchy by Namhyung Kim · 9 years ago
  64. 9cba9844 perf hist browser: Fix hierarchy column counts by Namhyung Kim · 9 years ago
  65. 8a06b0b perf hist browser: Fix hierarchy column counts by Namhyung Kim · 9 years ago
  66. 21e8c81 perf hists browser: Dynamically change verbosity level by Alexis Berlemont · 9 years ago
  67. 5a1a99c perf c2c report: Add main TUI browser by Jiri Olsa · 10 years ago
  68. c611152 perf top: Fix refreshing hierarchy entries on TUI by Namhyung Kim · 9 years ago
  69. 98ba160 perf tools: Make several display functions global by Jiri Olsa · 9 years ago
  70. e3b60bc perf hists: Factor out hists__reset_column_width() by Namhyung Kim · 9 years ago
  71. 5ff3e7a perf ui/tui: Reset output width for hierarchy by Namhyung Kim · 9 years ago
  72. d9ea48b perf hists browser: Fix event group display by Namhyung Kim · 9 years ago
  73. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 9 years ago
  74. 6637e6f1 perf hists browser: Remove superfluous null check on map by Colin Ian King · 9 years ago
  75. 29659ab perf hists: Add support for header span by Jiri Olsa · 9 years ago
  76. 69705b3 perf tools tui: Display multiple header lines by Jiri Olsa · 9 years ago
  77. 74bb43f perf hists: Add line argument into perf_hpp_fmt's header callback by Jiri Olsa · 9 years ago
  78. f8e6710 perf hists: Introduce nr_header_lines into struct perf_hpp_list by Jiri Olsa · 9 years ago
  79. ee51d85 perf annotate: Introduce strerror for handling symbol__disassemble() errors by Arnaldo Carvalho de Melo · 9 years ago
  80. 5cb725a perf annotate: Rename symbol__annotate() to symbol__disassemble() by Arnaldo Carvalho de Melo · 9 years ago
  81. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 9 years ago
  82. 6ef9492 perf annotate: Generalize handling of 'ret' instructions by Naveen N. Rao · 9 years ago
  83. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  84. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 9 years ago
  85. fcd8642 perf hists browser: Introduce init() by Jiri Olsa · 9 years ago
  86. a6ec894 perf hists browser: Introduce perf_evsel_browser constructor by Jiri Olsa · 9 years ago
  87. b1c7a8f perf hists browser: Move horizontal scroll init to new() by Jiri Olsa · 9 years ago
  88. 5b91a86 perf hists browser: Introduce struct hist_browser title callback by Jiri Olsa · 9 years ago
  89. dabd201 perf hists browser: Make (new|delete|run) public by Jiri Olsa · 9 years ago
  90. f758990 perf hists browser: Move hist_browser into header file by Jiri Olsa · 9 years ago
  91. da1b040 perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback by Jiri Olsa · 9 years ago
  92. 0537217 perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback by Jiri Olsa · 9 years ago
  93. 01b4770 perf tui: Separate hierarchy and standard headers output by Jiri Olsa · 9 years ago
  94. 7cecb7f perf hists: Move sort__has_comm into struct perf_hpp_list by Jiri Olsa · 9 years ago
  95. fa82911 perf hists: Move sort__has_thread into struct perf_hpp_list by Jiri Olsa · 9 years ago
  96. 35a634f perf hists: Move sort__has_socket into struct perf_hpp_list by Jiri Olsa · 9 years ago
  97. 69849fc perf hists: Move sort__has_dso into struct perf_hpp_list by Jiri Olsa · 9 years ago
  98. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 9 years ago
  99. 1b6b678 perf hists browser: Fold two consecutive symbol_conf.use_callchain ifs by Arnaldo Carvalho de Melo · 9 years ago
  100. 7d6a7e7 perf tools: Introduce trim function by Jiri Olsa · 9 years ago