summaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers
AgeCommit message (Expand)Author
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim
2025-05-02perf hist: Support multi-line headerNamhyung Kim
2025-04-10perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo
2025-04-10perf ui browser hists: Simplify the routines that add entries to the popup menuArnaldo Carvalho de Melo
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo
2025-04-10perf ui browser annotate: Show in the title the source code view toggleArnaldo Carvalho de Melo
2025-04-10perf ui browser map: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo
2025-04-10perf ui browser hists: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo
2025-04-10perf ui browser header: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo
2025-04-10perf ui browser annotate: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo
2025-04-10perf ui browser annotate-data: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo
2025-02-18perf report: Add latency output fieldDmitry Vyukov
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim
2024-08-14perf annotate: Display the branch counter histogramKan Liang
2024-08-14perf report: Display the branch counter histogramKan Liang
2024-08-12perf annotate-data: Show first-level children by default in TUINamhyung Kim
2024-08-12perf annotate-data: Implement folding in TUI browserNamhyung Kim
2024-08-12perf annotate-data: Support folding in TUI browserNamhyung Kim
2024-08-12perf annotate-data: Fix a buffer overflow in TUI browserNamhyung Kim
2024-08-09perf annotate-data: Support --skip-empty optionNamhyung Kim
2024-07-31perf annotate: Convert comma to semicolonChen Ni
2024-06-26perf ui: Make ui its own libraryIan 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-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-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