summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
Commit message (Expand)AuthorAgeFilesLines
...
* perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo2018-06-041-3/+2
* perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo2018-06-041-2/+4
* perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo2018-06-041-2/+5
* perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo2018-06-041-16/+15
* perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo2018-06-041-19/+2
* perf annotate: Stop using symbol_conf.nr_events global in symbol__hists()Arnaldo Carvalho de Melo2018-06-041-3/+4
* perf annotate: Introduce symbol__cycle_hists()Arnaldo Carvalho de Melo2018-06-041-10/+14
* perf annotate: Introduce symbol__hists()Arnaldo Carvalho de Melo2018-06-041-4/+24
* perf annotate: __symbol__inc_addr_samples() needs just annotated_sourceArnaldo Carvalho de Melo2018-06-041-3/+3
* perf annotate: Introduce annotated_source__alloc_histogramsArnaldo Carvalho de Melo2018-06-041-8/+16
* perf annotate: Introduce constructor/destructor for annotated_sourceArnaldo Carvalho de Melo2018-06-041-3/+22
* perf annotate: Split allocation of annotated_source structArnaldo Carvalho de Melo2018-06-041-3/+7
* perf annotate: __symbol__acount_cycles doesn't need notesArnaldo Carvalho de Melo2018-06-041-5/+2
* perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo2018-06-041-6/+6
* perf annotate: Show group event string for stdioJin Yao2018-05-231-1/+5
* perf annotate: Create hotkey 'c' to show min/max cyclesJin Yao2018-05-191-6/+31
* perf annotate: Record the min/max cyclesJin Yao2018-05-181-1/+13
* perf annotate: Display all available events on --stdioJin Yao2018-05-101-0/+3
* perf annotate: Allow setting the offset level in .perfconfigArnaldo Carvalho de Melo2018-04-131-3/+12
* perf annotate: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2018-04-121-2/+9
* perf annotate: Show group details on the title lineArnaldo Carvalho de Melo2018-04-051-2/+5
* perf annotate stdio2: Print more descriptive event information headerArnaldo Carvalho de Melo2018-04-031-7/+3
* perf annotate: Introduce annotation__scnprintf_samples_period() methodArnaldo Carvalho de Melo2018-04-031-0/+38
* perf annotate: Use absolute addresses to calculate jump target offsetsArnaldo Carvalho de Melo2018-03-231-3/+2
* perf annotate: Defer searching for comma in raw line till it is neededArnaldo Carvalho de Melo2018-03-231-1/+2
* perf annotate: Support jumping from one function to anotherArnaldo Carvalho de Melo2018-03-231-2/+4
* perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo2018-03-231-5/+4
* perf annotate: Mark jumps to outher functions with the call arrowArnaldo Carvalho de Melo2018-03-211-3/+52
* perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo2018-03-211-13/+17
* perf annotate: No need to calculate notes->start twiceArnaldo Carvalho de Melo2018-03-211-5/+4
* perf annotate browser: Add 'P' hotkey to dump annotation to fileArnaldo Carvalho de Melo2018-03-211-0/+31
* perf annotate: Add function header to --stdio2Arnaldo Carvalho de Melo2018-03-211-0/+8
* perf annotate: Use the default annotation options for --stdio2Arnaldo Carvalho de Melo2018-03-211-3/+1
* perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2018-03-211-0/+62
* perf annotate: Introduce the --stdio2 output modeArnaldo Carvalho de Melo2018-03-211-0/+92
* perf annotate: Use a ops table for annotation_line__write()Arnaldo Carvalho de Melo2018-03-201-21/+23
* perf annotate: Finish the generalization of annotate_browser__write()Arnaldo Carvalho de Melo2018-03-201-9/+104
* perf annotate: Introduce annotation_line__print_start() out of TUI codeArnaldo Carvalho de Melo2018-03-201-0/+75
* perf annotate: Introduce annotation_line__max_percent()Arnaldo Carvalho de Melo2018-03-201-0/+14
* perf annotate: Introduce symbol__annotate2 methodArnaldo Carvalho de Melo2018-03-201-0/+39
* perf annotate: Introduce init_column_widths() method out of TUI codeArnaldo Carvalho de Melo2018-03-201-0/+17
* perf annotate: Move update_column_widths() to the generic libArnaldo Carvalho de Melo2018-03-201-0/+13
* perf annotate: Introduce set_offsets() method out of TUI codeArnaldo Carvalho de Melo2018-03-201-0/+28
* perf annotate: Move mark_jump_targets from the TUI to the annotation libraryArnaldo Carvalho de Melo2018-03-201-0/+44
* perf annotate: Move compute_ipc() to annotation libraryArnaldo Carvalho de Melo2018-03-201-0/+60
* perf annotate: Use ops->target.name when available for unresolved call targetsArnaldo Carvalho de Melo2018-03-191-0/+3
* perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2018-03-161-5/+12
* perf annotate: Fix s390 target function disassemblyThomas Richter2018-03-081-1/+1
* perf annotate: Find 'call' instruction target symbol at parsing timeArnaldo Carvalho de Melo2018-03-051-17/+21
* perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao2018-01-081-1/+2