summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/annotate.c
Commit message (Expand)AuthorAgeFilesLines
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-3/+3
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2024-04-221-1/+1
|\
| * perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim2024-04-111-1/+1
* | perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim2024-04-081-1/+1
* | perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim2024-04-081-3/+3
* | perf annotate: Get rid of offsets arrayNamhyung Kim2024-04-081-4/+1
* | perf annotate: Introduce annotated_source__get_line()Namhyung Kim2024-04-081-1/+1
|/
* perf TUI: Don't ignore job controlAhelenia Ziemiańska2024-01-041-0/+1
* perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim2023-12-071-8/+6
* perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim2023-12-071-36/+29
* perf annotate: Use global annotation_optionsNamhyung Kim2023-12-071-3/+3
* perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim2023-11-091-2/+2
* perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim2023-11-091-6/+6
* perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim2023-11-091-1/+1
* 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