summaryrefslogtreecommitdiff
path: root/tools/perf/ui
AgeCommit message (Expand)Author
2024-05-09perf ui browser: Avoid SEGV on titleIan Rogers
2024-05-07perf ui browser: Don't save pointer to stack memoryIan Rogers
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo
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-17perf report: Add weight[123] output fieldsNamhyung Kim
2024-04-12perf report: Add a menu item to annotate data type in TUINamhyung Kim
2024-04-12perf annotate-data: Support event group display in TUINamhyung Kim
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim
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-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim
2024-02-20perf: script: prefer capstone to XEDChangbin Du
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-10-12perf hists browser: Avoid potential NULL dereferenceIan Rogers
2023-10-12perf hists browser: Reorder variables to reduce paddingIan Rogers
2023-08-25perf tui slang: Tidy castsIan Rogers
2023-08-03perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim
2023-08-03perf hists browser: Fix hierarchy mode headerNamhyung Kim
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers
2023-06-12perf thread: Add reference count checkingIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo
2023-04-10perf util: Move perf_guest/host declarationsIan Rogers
2023-04-10perf util: Move input_name to utilIan Rogers
2023-04-10perf ui: Move window resize signal functionsIan Rogers
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers
2022-10-27perf tools: Fix "kernel lock contention analysis" test by not printing warnin...James Clark
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
2022-01-02perf top: Fix TUI exit screen refresh race conditionyaowenbin
2021-11-18perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers
2021-09-18perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria
2021-08-03perf annotate: Re-add annotate_warned functionalityJames Clark