aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-09perf annotate: Fix title line after return from callNamhyung Kim1-3/+7
2025-09-09perf annotate: Factor out annotate_browser__show_function_title()Namhyung Kim1-11/+16
2025-09-09perf annotate: Fix signature of annotate_browser__show()Namhyung Kim1-12/+13
2025-09-02perf annotate: Use a hashmap to save type dataNamhyung Kim1-1/+33
2025-08-28perf annotate: Add dso__debuginfo() helperNamhyung Kim1-2/+2
2025-08-28perf annotate: Show warning when debuginfo is not availableNamhyung Kim1-0/+17
2025-08-28perf annotate: Add 'T' hot key to toggle data type displayNamhyung Kim1-5/+12
2025-08-28perf annotate: Add --code-with-type support for TUINamhyung Kim1-0/+6
2025-08-28perf annotate: Pass annotation_print_data to annotation_line__write()Namhyung Kim1-2/+11
2025-08-28perf annotate: Rename to __hist_entry__tui_annotate()Namhyung Kim1-10/+30
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim1-3/+83
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo1-2/+9
2025-04-10perf ui browser annotate: Show in the title the source code view toggleArnaldo Carvalho de Melo1-3/+13
2025-04-10perf ui browser annotate: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers1-1/+1
2024-08-14perf annotate: Display the branch counter histogramKan Liang1-2/+16
2024-07-31perf annotate: Convert comma to semicolonChen Ni1-1/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-3/+3
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-1/+1
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim1-1/+1
2024-04-08perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim1-1/+1
2024-04-08perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim1-3/+3
2024-04-08perf annotate: Get rid of offsets arrayNamhyung Kim1-4/+1
2024-04-08perf annotate: Introduce annotated_source__get_line()Namhyung Kim1-1/+1
2024-01-04perf TUI: Don't ignore job controlAhelenia Ziemiańska1-0/+1
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim1-8/+6
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim1-36/+29
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim1-3/+3
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim1-2/+2
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim1-6/+6
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim1-1/+1
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers1-5/+5
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim1-1/+3
2023-04-04perf map: Add accessor for dsoIan Rogers1-3/+6
2022-10-06perf annotate: Remove unused struct disasm_line_samplesYuan Can1-5/+0
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim1-1/+5
2022-10-04perf annotate: Update use of pthread mutexIan Rogers1-5/+5
2022-10-04perf ui: Update use of pthread mutexIan Rogers1-1/+1
2022-01-10perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo1-9/+14
2021-09-18perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria1-7/+17
2021-08-03perf annotate: Re-add annotate_warned functionalityJames Clark1-0/+1
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-1/+1
2021-07-07perf annotate: Fix 's' on source line when disasm is emptyRiccardo Mancini1-2/+2
2021-07-01perf annotate: Allow 's' on source code linesRiccardo Mancini1-3/+29
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-06perf annotate: Show full source location with 'l' hotkeyMartin Liska1-2/+23
2021-02-17perf annotate: Do not jump after 'k' is pressedMartin Liška1-1/+1
2020-06-22perf annotate: Remove unneeded conversion to boolJason Yan1-1/+1
2020-02-27perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria1-3/+3
2020-02-27perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria1-3/+3