summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/annotate.c
Commit message (Expand)AuthorAgeFilesLines
* perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers2023-06-201-5/+5
* perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim2023-05-151-1/+3
* perf map: Add accessor for dsoIan Rogers2023-04-041-3/+6
* perf annotate: Remove unused struct disasm_line_samplesYuan Can2022-10-061-5/+0
* perf annotate: Toggle full address <-> offset displayNamhyung Kim2022-10-041-1/+5
* perf annotate: Update use of pthread mutexIan Rogers2022-10-041-5/+5
* perf ui: Update use of pthread mutexIan Rogers2022-10-041-1/+1
* perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo2022-01-101-9/+14
* perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria2021-09-181-7/+17
* perf annotate: Re-add annotate_warned functionalityJames Clark2021-08-031-0/+1
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-091-1/+1
* perf annotate: Fix 's' on source line when disasm is emptyRiccardo Mancini2021-07-071-2/+2
* perf annotate: Allow 's' on source code linesRiccardo Mancini2021-07-011-3/+29
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf annotate: Show full source location with 'l' hotkeyMartin Liska2021-03-061-2/+23
* perf annotate: Do not jump after 'k' is pressedMartin Liška2021-02-171-1/+1
* perf annotate: Remove unneeded conversion to boolJason Yan2020-06-221-1/+1
* perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria2020-02-271-3/+3
* perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria2020-02-271-3/+3
* perf annotate/tui: Re-render title bar after switching back from script browserRavi Bangoria2020-02-271-4/+3
* perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo2019-11-261-1/+1
* perf annotate: Stop using map->groups, use map_symbol->mg insteadArnaldo Carvalho de Melo2019-11-121-0/+1
* perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...Arnaldo Carvalho de Melo2019-11-121-13/+11
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo2019-08-291-0/+1
* 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-7/+7
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf annotate TUI browser: Do not use member from variable within its own ini...Arnaldo Carvalho de Melo2019-05-281-2/+3
* perf report: Support builtin perf script in scripts menuAndi Kleen2019-03-111-1/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf top: Fix wrong hottest instruction highlightedHe Kuang2019-01-211-6/+10
* perf annotate: Add support to toggle percent typeJiri Olsa2018-08-081-4/+48
* perf annotate: Pass browser percent_type in annotate_browser__calc_percent()Jiri Olsa2018-08-081-1/+1
* perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa2018-08-081-2/+2
* perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa2018-08-081-3/+6
* perf annotate: Rename struct annotation_line::samples* to data*Jiri Olsa2018-08-081-5/+5
* perf annotate: Get rid of annotation__scnprintf_samples_period()Jiri Olsa2018-08-081-2/+1
* perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo2018-06-041-7/+12
* perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo2018-06-041-1/+1
* perf annotate: Create hotkey 'c' to show min/max cyclesJin Yao2018-05-191-0/+8
* perf annotate browser: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2018-04-121-0/+5
* perf annotate browser: Fixup vertical line separating metrics from instructionsArnaldo Carvalho de Melo2018-04-051-1/+1
* perf annotate browser: Show extra title line with event informationArnaldo Carvalho de Melo2018-04-031-4/+27
* perf annotate: Support jumping from one function to anotherArnaldo Carvalho de Melo2018-03-231-5/+18
* perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo2018-03-231-1/+1
* perf annotate browser: Add 'P' hotkey to dump annotation to fileArnaldo Carvalho de Melo2018-03-211-0/+4
* perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2018-03-211-66/+1
* perf annotate: Introduce annotation_line__filter()Arnaldo Carvalho de Melo2018-03-201-12/+7