summaryrefslogtreecommitdiff
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorFilesLines
2024-01-05perf TUI: Don't ignore job controlAhelenia Ziemiańska4-0/+26
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim1-8/+6
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim3-60/+41
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim3-9/+5
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-10-12perf hists browser: Avoid potential NULL dereferenceIan Rogers1-1/+1
2023-10-12perf hists browser: Reorder variables to reduce paddingIan Rogers1-2/+2
2023-08-25perf tui slang: Tidy castsIan Rogers7-34/+15
2023-08-03perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim1-34/+24
2023-08-03perf hists browser: Fix hierarchy mode headerNamhyung Kim1-1/+1
2023-06-21perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers1-5/+5
2023-06-12perf thread: Add reference count checkingIan Rogers1-1/+4
2023-06-12perf thread: Add accessor functions for threadIan Rogers2-10/+11
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim1-1/+3
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo1-2/+2
2023-04-11perf util: Move perf_guest/host declarationsIan Rogers1-1/+1
2023-04-11perf util: Move input_name to utilIan Rogers1-1/+1
2023-04-11perf ui: Move window resize signal functionsIan Rogers3-1/+22
2023-04-07tools: Rename __fallthrough to fallthroughLiam Howlett3-3/+3
2023-04-04perf map: Add accessor for dsoIan Rogers4-14/+21
2023-04-04perf maps: Add functions to access mapsIan Rogers1-1/+2
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers2-2/+6
2022-10-27perf tools: Fix "kernel lock contention analysis" test by not printing warnin...James Clark1-0/+5
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 Rogers8-35/+35
2022-01-10perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo1-9/+14
2022-01-02perf top: Fix TUI exit screen refresh race conditionyaowenbin1-3/+5
2021-11-18perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers1-14/+14
2021-09-18perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria3-17/+42
2021-08-03perf annotate: Re-add annotate_warned functionalityJames Clark2-0/+2
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2-3/+3
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-04-29perf report: Print percentage of each event statisticsNamhyung Kim1-1/+9
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim1-1/+4
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim1-8/+9
2021-03-23perf tools: Fix various typos in commentsIngo Molnar2-2/+2
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-11-30perf evlist: Use the right prefix for 'struct evlist' event selection methodsArnaldo Carvalho de Melo1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' evsel list methodsArnaldo Carvalho de Melo1-2/+2
2020-11-30perf evlist: Use the right prefix for 'struct evlist' browser methodsArnaldo Carvalho de Melo3-24/+12
2020-11-30perf evlist: Use the right prefix for 'struct evlist' 'toggle' methodsArnaldo Carvalho de Melo1-1/+1
2020-11-30perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo1-18/+10
2020-11-03perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse()Song Liu1-1/+1
2020-09-01perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo1-1/+2