summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Compute average IPC and IPC coverage per symbolJin Yao2018-12-171-0/+5
* perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2018-08-301-0/+1
* perf annotate: Add --percent-type optionJiri Olsa2018-08-081-0/+2
* perf annotate: Add support to toggle percent typeJiri Olsa2018-08-081-0/+16
* perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa2018-08-081-2/+4
* perf annotate: Add percent_type to struct annotation_optionsJiri Olsa2018-08-081-0/+1
* perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa2018-08-081-0/+1
* perf annotate: Add PERCENT_PERIOD_LOCAL percent valueJiri Olsa2018-08-081-0/+1
* perf annotate: Add PERCENT_HITS_GLOBAL percent valueJiri Olsa2018-08-081-0/+1
* perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa2018-08-081-1/+12
* perf annotate: Rename struct annotation_line::samples* to data*Jiri Olsa2018-08-081-2/+2
* perf annotate: Get rid of annotation__scnprintf_samples_period()Jiri Olsa2018-08-081-7/+0Star
* perf annotate: Make annotation_line__max_percent staticJiri Olsa2018-08-081-1/+0Star
* perf annotate: Make symbol__annotate_fprintf2() localJiri Olsa2018-08-081-1/+0Star
* perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo2018-06-041-0/+1
* perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo2018-06-041-3/+4
* perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo2018-06-041-2/+1Star
* perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo2018-06-041-1/+3
* perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo2018-06-041-0/+1
* perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo2018-06-041-6/+9
* perf annotate: Add comment about annotated_src->nr_histogramsArnaldo Carvalho de Melo2018-06-041-0/+4
* perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo2018-06-041-1/+1
* perf annotate: __symbol__inc_addr_samples() needs just annotated_sourceArnaldo Carvalho de Melo2018-06-041-2/+6
* perf annotate: Split allocation of annotated_source structArnaldo Carvalho de Melo2018-06-041-3/+3
* perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo2018-06-041-2/+2
* perf annotate: Create hotkey 'c' to show min/max cyclesJin Yao2018-05-191-1/+6
* perf annotate: Record the min/max cyclesJin Yao2018-05-181-0/+4
* perf annotate: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2018-04-121-0/+9
* perf annotate: Introduce annotation__scnprintf_samples_period() methodArnaldo Carvalho de Melo2018-04-031-0/+12
* perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo2018-03-231-3/+11
* perf annotate: Mark jumps to outher functions with the call arrowArnaldo Carvalho de Melo2018-03-211-0/+1
* perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo2018-03-211-1/+1
* perf annotate browser: Add 'P' hotkey to dump annotation to fileArnaldo Carvalho de Melo2018-03-211-0/+2
* perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2018-03-211-0/+4
* perf annotate: Introduce the --stdio2 output modeArnaldo Carvalho de Melo2018-03-211-0/+5
* perf annotate: Introduce annotation_line__filter()Arnaldo Carvalho de Melo2018-03-201-0/+4
* perf annotate: Use a ops table for annotation_line__write()Arnaldo Carvalho de Melo2018-03-201-7/+12
* perf annotate: Finish the generalization of annotate_browser__write()Arnaldo Carvalho de Melo2018-03-201-5/+8
* perf annotate: Introduce annotation_line__print_start() out of TUI codeArnaldo Carvalho de Melo2018-03-201-0/+5
* perf annotate: Introduce annotation_line__max_percent()Arnaldo Carvalho de Melo2018-03-201-0/+3
* perf annotate: Introduce symbol__annotate2 methodArnaldo Carvalho de Melo2018-03-201-0/+4
* perf annotate: Introduce init_column_widths() method out of TUI codeArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Move update_column_widths() to the generic libArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Move the column widths from the TUI to generic libArnaldo Carvalho de Melo2018-03-201-0/+7
* perf annotate: Introduce set_offsets() method out of TUI codeArnaldo Carvalho de Melo2018-03-201-0/+3
* perf annotate: Move nr_{asm_}entries to struct annotationArnaldo Carvalho de Melo2018-03-201-0/+2
* perf annotate: Move 'start' to struct annotationArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Nuke struct browser_lineArnaldo Carvalho de Melo2018-03-201-0/+2
* perf annotate: Move mark_jump_targets from the TUI to the annotation libraryArnaldo Carvalho de Melo2018-03-201-0/+4
* perf annotate: Move nr_jumps to struct annotationArnaldo Carvalho de Melo2018-03-201-0/+1