1. e3b74de perf tools report: Add custom scripts to script menu by Andi Kleen · 6 years ago
  2. 59c2498 perf ui browser: Fix ui popup argv browser for many entries by Andi Kleen · 6 years ago
  3. 905e4af perf script: Add array bound checking to list_scripts by Andi Kleen · 6 years ago
  4. 4968ac8 perf report: Implement browsing of individual samples by Andi Kleen · 6 years ago
  5. 6f3da20 perf report: Support builtin perf script in scripts menu by Andi Kleen · 6 years ago
  6. 1d6c49d perf report: Support running scripts for current time range by Andi Kleen · 6 years ago
  7. 75065a8 perf report: Use less for scripts output by Andi Kleen · 6 years ago
  8. 5ff3288 perf tools: Rename build libperf to perf by Jiri Olsa · 6 years ago
  9. b10ba7f perf tools: Add missing include <callchain.h> in various places by Arnaldo Carvalho de Melo · 6 years ago
  10. daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
  11. 7cadca8 perf hist: Remove symbol.h from hist.h, just fwd decls are needed by Arnaldo Carvalho de Melo · 6 years ago
  12. 41f3091 perf map: Move structs and prototypes for map groups to a separate header by Arnaldo Carvalho de Melo · 6 years ago
  13. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  14. 7b644f9 perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency by Arnaldo Carvalho de Melo · 6 years ago
  15. 98cb621 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  16. 2eb3d68 perf hist: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  17. d328e30 perf symbols: Remove include map.h from dso.h by Arnaldo Carvalho de Melo · 6 years ago
  18. 8a249c7 perf annotate: Remove lots of headers from annotate.h by Arnaldo Carvalho de Melo · 6 years ago
  19. 49b8e2b perf tools: Replace automatic const char[] variables by statics by Rasmus Villemoes · 6 years ago
  20. da06d56 perf top: Fix wrong hottest instruction highlighted by He Kuang · 6 years ago
  21. 4d0f16d perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nul by Arnaldo Carvalho de Melo · 6 years ago
  22. 8aa5c8e perf top: Move perf_top__reset_sample_counters() to after counts display by Jiri Olsa · 6 years ago
  23. 97f7e0b perf top: Save and display the drop count stats by Jiri Olsa · 6 years ago
  24. d24e3c9 perf top: Save and display the lost count stats by Jiri Olsa · 6 years ago
  25. 3e0d795 perf annotate: Add support to toggle percent type by Jiri Olsa · 6 years ago
  26. d4265b1 perf annotate: Pass browser percent_type in annotate_browser__calc_percent() by Jiri Olsa · 6 years ago
  27. 4c650dd perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() by Jiri Olsa · 6 years ago
  28. 6d9f0c2 perf annotate: Switch struct annotation_data::percent to array by Jiri Olsa · 6 years ago
  29. c2f938b perf annotate: Rename struct annotation_line::samples* to data* by Jiri Olsa · 6 years ago
  30. 0683d13 perf annotate: Get rid of annotation__scnprintf_samples_period() by Jiri Olsa · 6 years ago
  31. e9de7e2 perf hists: Clarify callchain disabling when available by Arnaldo Carvalho de Melo · 7 years ago
  32. 29f9fcd perf hists browser gtk: Use hist_entry__has_callchains() by Arnaldo Carvalho de Melo · 7 years ago
  33. fabd37b perf hists: Check if a hist_entry has callchains before using them by Arnaldo Carvalho de Melo · 7 years ago
  34. f178fd2 perf annotate: Move objdump_path to struct annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  35. cd0cccb perf hists browser: Pass annotation_options from tool to browser by Arnaldo Carvalho de Melo · 7 years ago
  36. 380195e perf annotate: Pass annotation_options to symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  37. 14c8dde perf annotate: Replace symbol__alloc_hists() with symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  38. 3e71fc0 perf annotate: Create hotkey 'c' to show min/max cycles by Jin Yao · 7 years ago
  39. 3183f8c perf symbols: Unify symbol maps by Arnaldo Carvalho de Melo · 7 years ago
  40. b0867f0 perf ui stdio: Use map_groups__fprintf() by Arnaldo Carvalho de Melo · 7 years ago
  41. 6a02f06 perf hists browser: Clarify top/report browser help by Andi Kleen · 7 years ago
  42. 51f3960 perf annotate browser: Allow showing offsets in more than just jump targets by Arnaldo Carvalho de Melo · 7 years ago
  43. 94e87a8 perf hists browser: Remove leftover from row returned from refresh by Arnaldo Carvalho de Melo · 7 years ago
  44. fdae640 perf hists browser: Show extra_title_lines in the 'D' debug hotkey by Arnaldo Carvalho de Melo · 7 years ago
  45. caf61de perf ui browser: Fixup cleaning unused lines at the bottom by Arnaldo Carvalho de Melo · 7 years ago
  46. e726c85 perf annotate browser: Fixup vertical line separating metrics from instructions by Arnaldo Carvalho de Melo · 7 years ago
  47. 6920e28 perf annotate browser: Show extra title line with event information by Arnaldo Carvalho de Melo · 7 years ago
  48. ef9ff60 perf ui browser: Move the extra title lines from the hists browser by Arnaldo Carvalho de Melo · 7 years ago
  49. 25c312d perf hists: Move hists__scnprintf_title() away from the TUI code by Arnaldo Carvalho de Melo · 7 years ago
  50. 967a464 perf hists: Introduce hists__scnprint_title() by Arnaldo Carvalho de Melo · 7 years ago
  51. f016d24 perf hists browser: Rename perf_evsel_browser_title to a more descriptive name by Arnaldo Carvalho de Melo · 7 years ago
  52. e4cc91b perf annotate: Support jumping from one function to another by Arnaldo Carvalho de Melo · 7 years ago
  53. 2eff061 perf annotate: Add "_local" to jump/offset validation routines by Arnaldo Carvalho de Melo · 7 years ago
  54. d9bd766 perf annotate browser: Add 'P' hotkey to dump annotation to file by Arnaldo Carvalho de Melo · 7 years ago
  55. 7f0b6fd perf annotate: Move the default annotate options to the library by Arnaldo Carvalho de Melo · 7 years ago
  56. 9b80d1f perf annotate: Introduce annotation_line__filter() by Arnaldo Carvalho de Melo · 7 years ago
  57. c298304 perf annotate: Use a ops table for annotation_line__write() by Arnaldo Carvalho de Melo · 7 years ago
  58. a1e9b74 perf annotate: Finish the generalization of annotate_browser__write() by Arnaldo Carvalho de Melo · 7 years ago
  59. 2ba5eca perf annotate: Introduce annotation_line__print_start() out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  60. c522024 perf ui browser: Add vprintf() method by Arnaldo Carvalho de Melo · 7 years ago
  61. 2f025ea perf annotate: Introduce annotation_line__max_percent() by Arnaldo Carvalho de Melo · 7 years ago
  62. ecda45b perf annotate: Introduce symbol__annotate2 method by Arnaldo Carvalho de Melo · 7 years ago
  63. b8b0d81 perf annotate: Introduce init_column_widths() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  64. 7232bf7 perf annotate: Move update_column_widths() to the generic lib by Arnaldo Carvalho de Melo · 7 years ago
  65. 9761e86 perf annotate: Move the column widths from the TUI to generic lib by Arnaldo Carvalho de Melo · 7 years ago
  66. 5bc49f6 perf annotate: Introduce set_offsets() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  67. 1cf5f98 perf annotate: Move nr_{asm_}entries to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  68. 0ca693b perf annotate: Move 'start' to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  69. 4850c92 perf annotate: Nuke struct browser_line by Arnaldo Carvalho de Melo · 7 years ago
  70. 0db45bc perf annotate: Move mark_jump_targets from the TUI to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  71. 6dcd57e perf annotate: Move nr_jumps to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  72. 27feb76 perf annotate: Move jumps_percent_color to ui_browser by Arnaldo Carvalho de Melo · 7 years ago
  73. bc1c0f3 perf annotate: Move max_jump_sources to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  74. 95aa89d perf annotate tui: Add browser__annotation() helper by Arnaldo Carvalho de Melo · 7 years ago
  75. 6af612d perf annotate: Move pcnt_with() to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  76. 16932d7 perf annotate: Stop using a global config struct by Arnaldo Carvalho de Melo · 7 years ago
  77. 0553e83 perf annotate: Move nr_events from annotate_browser to annotation struct by Arnaldo Carvalho de Melo · 7 years ago
  78. f56c083 perf annotate: Move compute_ipc() to annotation library by Arnaldo Carvalho de Melo · 7 years ago
  79. 9d6bb41 perf annotate: Move annotation_line array from TUI to generic code by Arnaldo Carvalho de Melo · 7 years ago
  80. 0e83a7e perf annotate tui: Move have_cycles to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  81. 00ea0eb perf annotate tui: Use annotate_browser__cycles_width() mroe by Arnaldo Carvalho de Melo · 7 years ago
  82. c426e58 perf annotate: Move cycles/IPC formatting width constants outside TUI by Arnaldo Carvalho de Melo · 7 years ago
  83. 98bc80b perf annotate: Move annotation_options out of the TUI browser by Arnaldo Carvalho de Melo · 7 years ago
  84. 39ce7fb perf report: Show zero counters as well in 'perf report --stat' by Ingo Molnar · 7 years ago
  85. 8ef278b perf report: Fix the output for stdio events list by Jiri Olsa · 7 years ago
  86. 696703a perf annotate: Find 'call' instruction target symbol at parsing time by Arnaldo Carvalho de Melo · 7 years ago
  87. a9980a6 perf top browser: Show sample_freq in browser title line by Arnaldo Carvalho de Melo · 7 years ago
  88. 9c04409d perf annotate browser: Be more robust when drawing jump arrows by Arnaldo Carvalho de Melo · 7 years ago
  89. b40982e perf report: Fix wrong jump arrow by Jin Yao · 7 years ago
  90. 06cc1a4 perf hists browser: Add parameter to disable lost event warning by Kan Liang · 7 years ago
  91. 5449f13 perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  92. 05d3f1a perf tools: Move symbol__calc_percent() call to outside symbol__disassemble() by Jiri Olsa · 7 years ago
  93. a5433b3 perf annotate browser: Add disasm_line__write function by Jiri Olsa · 7 years ago
  94. ec03a77 perf annotate browser: Use struct annotation_line in browser top by Jiri Olsa · 7 years ago
  95. 9213afb perf annotate browser: Use struct annotation_line in find functions by Jiri Olsa · 7 years ago
  96. a5ef270 perf annotate browser: Use struct annotation_line in browser_line by Jiri Olsa · 7 years ago
  97. e1b60b5 perf annotate browser: Change offsets to struct annotation_line by Jiri Olsa · 7 years ago
  98. 7bcbcd5 perf annotate browser: Change selection to struct annotation_line by Jiri Olsa · 7 years ago
  99. daf25d4 perf annotate browser: Rename disasm_line__browser to browser_line by Jiri Olsa · 7 years ago
  100. 0d95797 perf annotate browser: Rename struct browser_disasm_line to browser_line by Jiri Olsa · 7 years ago