summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Show full source location with 'l' hotkeyMartin Liska2021-03-061-0/+2
* perf annotate: Fix jump parsing for C++ code.Martin Liška2021-02-111-0/+1
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-2/+2
* perf report: Support interactive annotation of code without symbolsJin Yao2020-03-241-0/+1
* perf annotate: Get rid of annotation->nr_jumpsRavi Bangoria2020-03-041-1/+0
* perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria2020-02-271-1/+0
* perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria2020-02-271-1/+1
* perf annotate: Make perf config effectiveRavi Bangoria2020-02-271-3/+1
* perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria2020-02-271-1/+1
* perf tools: Support --prefix/--prefix-stripAndi Kleen2020-01-141-0/+5
* perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...Arnaldo Carvalho de Melo2019-11-121-14/+8
* perf diff: Report noisy for cycles diffJin Yao2019-10-111-0/+2
* perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2019-09-301-0/+2
* perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-09-301-0/+2
* libperf: Add nr_entries to struct perf_evlistJiri Olsa2019-07-291-1/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-13/+13
* perf annotate: Enable annotation of BPF programsSong Liu2019-03-201-0/+1
* perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo2019-03-061-3/+4
* perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo2019-01-251-3/+11
* 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/+0
* perf annotate: Make annotation_line__max_percent staticJiri Olsa2018-08-081-1/+0
* perf annotate: Make symbol__annotate_fprintf2() localJiri Olsa2018-08-081-1/+0
* 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/+1
* 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