aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorFilesLines
2026-08-17perf c2c: add function view browser UI and cacheline detailJiebin Sun2-0/+210
2026-07-27perf ui hists: Remove duplicated thread in popup_actionIan Rogers1-1/+0
2026-07-27perf annotate: Be robust to annotating without a threadIan Rogers1-1/+1
2026-07-27perf ui hists: Fix dso_filter reference leak and exit zoom cleanupIan Rogers1-2/+10
2026-07-27perf ui hists: In report UI ensure thread is set with reference countingIan Rogers1-48/+87
2026-07-27perf ui hists: Guard against NULL hist_entry in add_script_opt()Ian Rogers1-0/+2
2026-07-27perf ui hists: Fix stack use-after-return in symbol_filter_strIan Rogers1-1/+4
2026-07-17perf ui hists: Fix NULL pointer array gap in add_script_opt()Ian Rogers1-5/+12
2026-07-17perf ui hists: Include limits.h for PATH_MAX definitionIan Rogers1-0/+1
2026-07-17perf ui hists: Fix uninitialized stack memory free on pstack allocation failureIan Rogers1-3/+3
2026-07-17perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflowIan Rogers1-1/+1
2026-06-30perf evlist: Add reference count checkingIan Rogers2-12/+12
2026-06-04perf annotate: Fix crashes on empty annotate windowsJames Clark2-1/+7
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issuesIan Rogers2-3/+3
2026-01-23perf disasm: Refactor arch__find and initialization of arch structsIan Rogers1-1/+1
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers2-2/+3
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers1-1/+1
2025-11-13perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers1-0/+1
2025-10-23perf annotate: Fix Clang build by adding block in switch caseJames Clark1-1/+2
2025-10-21perf annotate: fix a crash when annotate the same symbol with 's' and 'T'Tianyou Li1-4/+19
2025-10-19perf c2c annotate: Start from the contention lineTianyou Li2-5/+45
2025-10-03tools build: Remove feature-libslang-include-subdirIan Rogers1-4/+0
2025-09-09perf annotate: Fix title line after return from callNamhyung Kim1-3/+7
2025-09-09perf annotate: Factor out annotate_browser__show_function_title()Namhyung Kim1-11/+16
2025-09-09perf annotate: Fix signature of annotate_browser__show()Namhyung Kim1-12/+13
2025-09-02perf annotate: Use a hashmap to save type dataNamhyung Kim1-1/+33
2025-08-28perf annotate: Add dso__debuginfo() helperNamhyung Kim1-2/+2
2025-08-28perf annotate: Show warning when debuginfo is not availableNamhyung Kim1-0/+17
2025-08-28perf annotate: Add 'T' hot key to toggle data type displayNamhyung Kim1-5/+12
2025-08-28perf annotate: Add --code-with-type support for TUINamhyung Kim1-0/+6
2025-08-28perf annotate: Pass annotation_print_data to annotation_line__write()Namhyung Kim1-2/+11
2025-08-28perf annotate: Rename to __hist_entry__tui_annotate()Namhyung Kim2-11/+31
2025-07-25perf evlist: Change env variable to sessionIan Rogers3-6/+4
2025-07-22perf ui scripts: Switch FILENAME_MAX to NAME_MAXIan Rogers1-1/+1
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim1-3/+83
2025-06-25perf debug: Add function symbols to dump_stackIan Rogers1-1/+1
2025-05-28perf mem: Show absolute percent in mem_stat outputNamhyung Kim1-1/+1
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim2-0/+8
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim2-0/+8
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim2-0/+16
2025-05-02perf hist: Hide unused mem stat columnsNamhyung Kim1-2/+33
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim2-3/+12
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim2-3/+166
2025-05-02perf hist: Basic support for mem_stat accountingNamhyung Kim1-0/+39
2025-05-02perf hist: Support multi-line headerNamhyung Kim3-32/+58
2025-05-02perf hist: Remove output field from sort-list properlyNamhyung Kim1-10/+5
2025-04-25perf hist: Remove formats in hierarchy when cancel latencyNamhyung Kim1-1/+14
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim1-1/+19
2025-04-10perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo1-1/+1
2025-04-10perf ui browser hists: Simplify the routines that add entries to the popup menuArnaldo Carvalho de Melo1-38/+23