summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorLines
2026-01-23perf disasm: Refactor arch__find and initialization of arch structsIan Rogers-1/+1
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers-2/+3
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers-1/+1
2025-11-13perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers-0/+1
2025-10-23perf annotate: Fix Clang build by adding block in switch caseJames Clark-1/+2
2025-10-21perf annotate: fix a crash when annotate the same symbol with 's' and 'T'Tianyou Li-4/+19
2025-10-19perf c2c annotate: Start from the contention lineTianyou Li-5/+45
2025-10-03tools build: Remove feature-libslang-include-subdirIan Rogers-4/+0
2025-09-09perf annotate: Fix title line after return from callNamhyung Kim-3/+7
2025-09-09perf annotate: Factor out annotate_browser__show_function_title()Namhyung Kim-11/+16
2025-09-09perf annotate: Fix signature of annotate_browser__show()Namhyung Kim-12/+13
2025-09-02perf annotate: Use a hashmap to save type dataNamhyung Kim-1/+33
2025-08-28perf annotate: Add dso__debuginfo() helperNamhyung Kim-2/+2
2025-08-28perf annotate: Show warning when debuginfo is not availableNamhyung Kim-0/+17
2025-08-28perf annotate: Add 'T' hot key to toggle data type displayNamhyung Kim-5/+12
2025-08-28perf annotate: Add --code-with-type support for TUINamhyung Kim-0/+6
2025-08-28perf annotate: Pass annotation_print_data to annotation_line__write()Namhyung Kim-2/+11
2025-08-28perf annotate: Rename to __hist_entry__tui_annotate()Namhyung Kim-11/+31
2025-07-25perf evlist: Change env variable to sessionIan Rogers-6/+4
2025-07-22perf ui scripts: Switch FILENAME_MAX to NAME_MAXIan Rogers-1/+1
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim-3/+83
2025-06-25perf debug: Add function symbols to dump_stackIan Rogers-1/+1
2025-05-28perf mem: Show absolute percent in mem_stat outputNamhyung Kim-1/+1
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim-0/+8
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim-0/+8
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim-0/+16
2025-05-02perf hist: Hide unused mem stat columnsNamhyung Kim-2/+33
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim-3/+12
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim-3/+166
2025-05-02perf hist: Basic support for mem_stat accountingNamhyung Kim-0/+39
2025-05-02perf hist: Support multi-line headerNamhyung Kim-32/+58
2025-05-02perf hist: Remove output field from sort-list properlyNamhyung Kim-10/+5
2025-04-25perf hist: Remove formats in hierarchy when cancel latencyNamhyung Kim-1/+14
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim-1/+19
2025-04-10perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo-1/+1
2025-04-10perf ui browser hists: Simplify the routines that add entries to the popup menuArnaldo Carvalho de Melo-38/+23
2025-04-10perf ui browser: Accept the left arrow key as a Zoom out if done on the first...Arnaldo Carvalho de Melo-0/+2
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo-2/+9
2025-04-10perf ui browser annotate: Show in the title the source code view toggleArnaldo Carvalho de Melo-3/+13
2025-04-10perf ui browser map: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-1/+3
2025-04-10perf ui browser hists: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-2/+8
2025-04-10perf ui browser header: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-0/+1
2025-04-10perf ui browser annotate: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-0/+1
2025-04-10perf ui browser annotate-data: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-0/+1
2025-04-10perf ui browser: Add a warn on unhandled hotkey helperArnaldo Carvalho de Melo-0/+9
2025-04-10perf ui browser: Add key_name() helperArnaldo Carvalho de Melo-0/+47
2025-03-13perf hist stdio: Do bounds check when printing callchains to avoid UB with ne...Arnaldo Carvalho de Melo-0/+4
2025-02-18perf report: Add --latency flagDmitry Vyukov-8/+46
2025-02-18perf report: Add latency output fieldDmitry Vyukov-41/+55
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers-8/+10