summaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers/annotate.c
AgeCommit message (Expand)Author
2024-08-14perf annotate: Display the branch counter histogramKan Liang
2024-07-31perf annotate: Convert comma to semicolonChen Ni
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim
2024-04-08perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Get rid of offsets arrayNamhyung Kim
2024-04-08perf annotate: Introduce annotated_source__get_line()Namhyung Kim
2024-01-04perf TUI: Don't ignore job controlAhelenia Ziemiańska
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim
2023-04-04perf map: Add accessor for dsoIan Rogers
2022-10-06perf annotate: Remove unused struct disasm_line_samplesYuan Can
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim
2022-10-04perf annotate: Update use of pthread mutexIan Rogers
2022-10-04perf ui: Update use of pthread mutexIan Rogers
2022-01-10perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo
2021-09-18perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria
2021-08-03perf annotate: Re-add annotate_warned functionalityJames Clark
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa
2021-07-07perf annotate: Fix 's' on source line when disasm is emptyRiccardo Mancini
2021-07-01perf annotate: Allow 's' on source code linesRiccardo Mancini
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-03-06perf annotate: Show full source location with 'l' hotkeyMartin Liska
2021-02-17perf annotate: Do not jump after 'k' is pressedMartin Liška
2020-06-22perf annotate: Remove unneeded conversion to boolJason Yan
2020-02-27perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria
2020-02-27perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria
2020-02-27perf annotate/tui: Re-render title bar after switching back from script browserRavi Bangoria
2019-11-26perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo
2019-11-12perf annotate: Stop using map->groups, use map_symbol->mg insteadArnaldo Carvalho de Melo
2019-11-12perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...Arnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo
2019-07-29libperf: Add nr_entries to struct perf_evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-05-28perf annotate TUI browser: Do not use member from variable within its own ini...Arnaldo Carvalho de Melo
2019-03-11perf report: Support builtin perf script in scripts menuAndi Kleen
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-01-21perf top: Fix wrong hottest instruction highlightedHe Kuang
2018-08-08perf annotate: Add support to toggle percent typeJiri Olsa