summaryrefslogtreecommitdiff
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorFilesLines
2025-07-25perf evlist: Change env variable to sessionIan Rogers3-6/+4
2025-07-23perf ui scripts: Switch FILENAME_MAX to NAME_MAXIan Rogers1-1/+1
2025-06-27perf 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
2025-04-10perf ui browser: Accept the left arrow key as a Zoom out if done on the first...Arnaldo Carvalho de Melo1-0/+2
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo1-2/+9
2025-04-10perf ui browser annotate: Show in the title the source code view toggleArnaldo Carvalho de Melo1-3/+13
2025-04-10perf ui browser map: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-1/+3
2025-04-10perf ui browser hists: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-2/+8
2025-04-10perf ui browser header: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-04-10perf ui browser annotate: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-04-10perf ui browser annotate-data: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-04-10perf ui browser: Add a warn on unhandled hotkey helperArnaldo Carvalho de Melo2-0/+9
2025-04-10perf ui browser: Add key_name() helperArnaldo Carvalho de Melo3-0/+47
2025-03-13perf hist stdio: Do bounds check when printing callchains to avoid UB with ne...Arnaldo Carvalho de Melo1-0/+4
2025-02-19perf report: Add --latency flagDmitry Vyukov1-8/+46
2025-02-19perf report: Add latency output fieldDmitry Vyukov2-41/+55
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers2-8/+10
2025-01-17perf hist: Fix width calculation in hpp__fmt()Dmitry Vyukov1-1/+1
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers1-2/+175
2024-08-29perf tools: Print lost samples due to BPF filterNamhyung Kim1-2/+2
2024-08-29perf hist: Don't set hpp_fmt_value for members in --no-groupKan Liang1-5/+5
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim1-2/+2
2024-08-14perf annotate: Display the branch counter histogramKan Liang2-3/+18
2024-08-14perf report: Display the branch counter histogramKan Liang1-1/+16
2024-08-13perf annotate-data: Show first-level children by default in TUINamhyung Kim1-2/+10
2024-08-13perf annotate-data: Implement folding in TUI browserNamhyung Kim1-6/+92
2024-08-13perf annotate-data: Support folding in TUI browserNamhyung Kim1-23/+212
2024-08-13perf annotate-data: Fix a buffer overflow in TUI browserNamhyung Kim1-1/+2
2024-08-10perf annotate-data: Support --skip-empty optionNamhyung Kim1-7/+23
2024-07-31perf annotate: Convert comma to semicolonChen Ni1-1/+1
2024-07-12perf dso: Fix address sanitizer buildIan Rogers1-2/+3
2024-06-26perf ui: Make ui its own libraryIan Rogers3-20/+20
2024-06-16perf hist: Honor symbol_conf.skip_emptyNamhyung Kim1-2/+16
2024-06-16perf hist: Add symbol_conf.skip_emptyNamhyung Kim1-3/+2
2024-06-16perf hist: Simplify __hpp_fmt() using hpp_fmt_dataNamhyung Kim1-39/+36