summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo2024-05-071-1/+2
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-063-9/+9
* 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 report: Add a menu item to annotate data type in TUINamhyung Kim2024-04-121-0/+31
* | perf annotate-data: Support event group display in TUINamhyung Kim2024-04-121-10/+40
* | perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim2024-04-122-0/+283
* | 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: script: prefer capstone to XEDChangbin Du2024-02-202-2/+2
* perf TUI: Don't ignore job controlAhelenia Ziemiańska2024-01-043-0/+4
* perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim2023-12-071-8/+6
* perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim2023-12-073-60/+41
* 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 hists browser: Avoid potential NULL dereferenceIan Rogers2023-10-121-1/+1
* perf hists browser: Reorder variables to reduce paddingIan Rogers2023-10-121-2/+2
* perf tui slang: Tidy castsIan Rogers2023-08-251-5/+0
* perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim2023-08-031-34/+24
* perf hists browser: Fix hierarchy mode headerNamhyung Kim2023-08-031-1/+1
* perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers2023-06-201-5/+5
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-9/+10
* perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim2023-05-151-1/+3
* perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo2023-04-191-2/+2
* perf util: Move input_name to utilIan Rogers2023-04-101-1/+1
* perf map: Add accessor for dsoIan Rogers2023-04-043-12/+18
* perf maps: Add functions to access mapsIan Rogers2023-04-041-1/+2
* 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 hists: Split hists_stats from events_statsNamhyung Kim2021-04-291-8/+9
* perf tools: Fix various typos in commentsIngo Molnar2021-03-232-2/+2
* 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 evlist: Use the right prefix for 'struct evlist' event selection methodsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf evlist: Use the right prefix for 'struct evlist' evsel list methodsArnaldo Carvalho de Melo2020-11-301-2/+2
* perf evlist: Use the right prefix for 'struct evlist' browser methodsArnaldo Carvalho de Melo2020-11-301-17/+8
* perf evlist: Use the right prefix for 'struct evlist' 'toggle' methodsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo2020-11-301-18/+10