aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers
AgeCommit message (Expand)AuthorFilesLines
2024-06-26perf ui: Make ui its own libraryGravatar Ian Rogers 1-7/+7
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersGravatar Arnaldo Carvalho de Melo 1-1/+2
2024-05-06perf dso: Add reference count checking and accessor functionsGravatar Ian Rogers 3-9/+9
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextGravatar Arnaldo Carvalho de Melo 1-1/+1
2024-04-12perf report: Add a menu item to annotate data type in TUIGravatar Namhyung Kim 1-0/+31
2024-04-12perf annotate-data: Support event group display in TUIGravatar Namhyung Kim 1-10/+40
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Gravatar Namhyung Kim 2-0/+283
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUIGravatar Namhyung Kim 1-1/+1
2024-04-08perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Gravatar Namhyung Kim 1-1/+1
2024-04-08perf annotate: Move 'widths' struct to 'struct annotated_source'Gravatar Namhyung Kim 1-3/+3
2024-04-08perf annotate: Get rid of offsets arrayGravatar Namhyung Kim 1-4/+1
2024-04-08perf annotate: Introduce annotated_source__get_line()Gravatar Namhyung Kim 1-1/+1
2024-02-20perf: script: prefer capstone to XEDGravatar Changbin Du 2-2/+2
2024-01-04perf TUI: Don't ignore job controlGravatar Ahelenia Ziemiańska 3-0/+4
2023-12-07perf annotate: Remove remaining usages of local annotation optionsGravatar Namhyung Kim 1-8/+6
2023-12-07perf ui/browser/annotate: Use global annotation_optionsGravatar Namhyung Kim 3-60/+41
2023-12-07perf annotate: Use global annotation_optionsGravatar Namhyung Kim 1-3/+3
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Gravatar Namhyung Kim 1-2/+2
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' ...Gravatar Namhyung Kim 1-6/+6
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotatio...Gravatar Namhyung Kim 1-1/+1
2023-10-12perf hists browser: Avoid potential NULL dereferenceGravatar Ian Rogers 1-1/+1
2023-10-12perf hists browser: Reorder variables to reduce paddingGravatar Ian Rogers 1-2/+2
2023-08-25perf tui slang: Tidy castsGravatar Ian Rogers 1-5/+0
2023-08-03perf hists browser: Fix the number of entries for 'e' keyGravatar Namhyung Kim 1-34/+24
2023-08-03perf hists browser: Fix hierarchy mode headerGravatar Namhyung Kim 1-1/+1
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexGravatar Ian Rogers 1-5/+5
2023-06-12perf thread: Add accessor functions for threadGravatar Ian Rogers 1-9/+10
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationGravatar Namhyung Kim 1-1/+3
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionGravatar Arnaldo Carvalho de Melo 1-2/+2
2023-04-10perf util: Move input_name to utilGravatar Ian Rogers 1-1/+1
2023-04-04perf map: Add accessor for dsoGravatar Ian Rogers 3-12/+18
2023-04-04perf maps: Add functions to access mapsGravatar Ian Rogers 1-1/+2
2022-10-06perf annotate: Remove unused struct disasm_line_samplesGravatar Yuan Can 1-5/+0
2022-10-04perf annotate: Toggle full address <-> offset displayGravatar Namhyung Kim 1-1/+5
2022-10-04perf annotate: Update use of pthread mutexGravatar Ian Rogers 1-5/+5
2022-10-04perf ui: Update use of pthread mutexGravatar Ian Rogers 1-1/+1
2022-01-10perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Gravatar Dario Petrillo 1-9/+14
2021-09-18perf annotate: Fix fused instr logic for assembly functionsGravatar Ravi Bangoria 1-7/+17
2021-08-03perf annotate: Re-add annotate_warned functionalityGravatar James Clark 1-0/+1
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxGravatar Jiri Olsa 1-1/+1
2021-07-07perf annotate: Fix 's' on source line when disasm is emptyGravatar Riccardo Mancini 1-2/+2
2021-07-01perf annotate: Allow 's' on source code linesGravatar Riccardo Mancini 1-3/+29
2021-04-29perf hists: Split hists_stats from events_statsGravatar Namhyung Kim 1-8/+9
2021-03-23perf tools: Fix various typos in commentsGravatar Ingo Molnar 2-2/+2
2021-03-06perf annotate: Show full source location with 'l' hotkeyGravatar Martin Liska 1-2/+23
2021-02-17perf annotate: Do not jump after 'k' is pressedGravatar Martin Liška 1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event selection methodsGravatar Arnaldo Carvalho de Melo 1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' evsel list methodsGravatar Arnaldo Carvalho de Melo 1-2/+2
2020-11-30perf evlist: Use the right prefix for 'struct evlist' browser methodsGravatar Arnaldo Carvalho de Melo 1-17/+8
2020-11-30perf evlist: Use the right prefix for 'struct evlist' 'toggle' methodsGravatar Arnaldo Carvalho de Melo 1-1/+1