blob: 3037669b384bb91e17703232a87ba34aefaf2f9c [file] [log] [blame]
52bab8868211 ("perf report: Support output in nanoseconds")
19ea1b6f63dd ("perf symbols: Move symbol_conf to separate file")
99f753f048b3 ("perf script: Implement --graph-function")
d1b1552e15d4 ("tools script: Add --call-trace and --call-ret-trace")
b585ebdb5912 ("perf script: Add --insn-trace for instruction decoding")
e6902d1b7326 ("perf report: Add --percent-type option")
1eddd9e4101d ("perf annotate: Adopt anotation options from symbol_conf")
9fd5578a3cdd ("perf tools: Ditch the symbol_conf.nr_events global")
3e71fc031977 ("perf annotate: Create hotkey 'c' to show min/max cycles")
592c10e217f3 ("perf annotate: Allow showing offsets in more than just jump targets")
85a84e4f8139 ("perf annotate: Pass function descriptor to its instruction parsing routines")
7f0b6fde3111 ("perf annotate: Move the default annotate options to the library")
a1e9b74cc2ef ("perf annotate: Finish the generalization of annotate_browser__write()")
2ba5eca10486 ("perf annotate: Introduce annotation_line__print_start() out of TUI code")
2f025ea0bac2 ("perf annotate: Introduce annotation_line__max_percent()")
ecda45bd6cfe ("perf annotate: Introduce symbol__annotate2 method")
b8b0d819858e ("perf annotate: Introduce init_column_widths() method out of TUI code")
7232bf7a8954 ("perf annotate: Move update_column_widths() to the generic lib")
9761e86e36c0 ("perf annotate: Move the column widths from the TUI to generic lib")
5bc49f612020 ("perf annotate: Introduce set_offsets() method out of TUI code")
1cf5f98a5edb ("perf annotate: Move nr_{asm_}entries to struct annotation")
0ca693b315aa ("perf annotate: Move 'start' to struct annotation")
4850c92e4083 ("perf annotate: Nuke struct browser_line")
0db45bcfac85 ("perf annotate: Move mark_jump_targets from the TUI to the annotation library")
6dcd57e8ae20 ("perf annotate: Move nr_jumps to struct annotation")
27feb761c721 ("perf annotate: Move jumps_percent_color to ui_browser")
bc1c0f3dfa77 ("perf annotate: Move max_jump_sources to struct annotation")
95aa89d92de8 ("perf annotate tui: Add browser__annotation() helper")
6af612d2b105 ("perf annotate: Move pcnt_with() to the annotation library")
16932d77050f ("perf annotate: Stop using a global config struct")
0553e83dc108 ("perf annotate: Move nr_events from annotate_browser to annotation struct")
f56c083bc4f9 ("perf annotate: Move compute_ipc() to annotation library")
9d6bb41d1ced ("perf annotate: Move annotation_line array from TUI to generic code")
0e83a7e9e592 ("perf annotate tui: Move have_cycles to struct annotation")
00ea0eb21e9b ("perf annotate tui: Use annotate_browser__cycles_width() mroe")
c426e5849b60 ("perf annotate: Move cycles/IPC formatting width constants outside TUI")
98bc80b0a199 ("perf annotate: Move annotation_options out of the TUI browser")
0b4b6b78a3ce ("perf annotate: Handle s390 PC relative load and store instruction.")
0b58a77ca879 ("perf annotate: Fix s390 target function disassembly")
696703af37a2 ("perf annotate: Find 'call' instruction target symbol at parsing time")
9c04409d7f5c ("perf annotate browser: Be more robust when drawing jump arrows")
b40982e8468b ("perf report: Fix wrong jump arrow")
6439d7d16c94 ("perf report: Introduce --mmaps")
930f8b347944 ("perf report: Add --tasks option to display monitored tasks")
a4a4d0a7a2b2 ("perf report: Add --stats option to display quick data statistics")
5449f13c553e ("perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()")
4bd1bef8bba2 ("perf script: Allow computing 'perf stat' style metrics")
05d3f1a1d5a3 ("perf tools: Move symbol__calc_percent() call to outside symbol__disassemble()")
9e4e0a9d2ef3 ("perf tools: Change (symbol|annotation)__calc_percent return type to void")
a7eec4c677fe ("perf top: Fix crash when annotating symbol")