summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorLines
2024-08-28perf tools: Print lost samples due to BPF filterNamhyung Kim-2/+2
2024-08-28perf hist: Don't set hpp_fmt_value for members in --no-groupKan Liang-5/+5
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim-2/+2
2024-08-14perf annotate: Display the branch counter histogramKan Liang-3/+18
2024-08-14perf report: Display the branch counter histogramKan Liang-1/+16
2024-08-12perf annotate-data: Show first-level children by default in TUINamhyung Kim-2/+10
2024-08-12perf annotate-data: Implement folding in TUI browserNamhyung Kim-6/+92
2024-08-12perf annotate-data: Support folding in TUI browserNamhyung Kim-23/+212
2024-08-12perf annotate-data: Fix a buffer overflow in TUI browserNamhyung Kim-1/+2
2024-08-09perf annotate-data: Support --skip-empty optionNamhyung Kim-7/+23
2024-07-31perf annotate: Convert comma to semicolonChen Ni-1/+1
2024-07-12perf dso: Fix address sanitizer buildIan Rogers-2/+3
2024-06-26perf ui: Make ui its own libraryIan Rogers-20/+20
2024-06-15perf hist: Honor symbol_conf.skip_emptyNamhyung Kim-2/+16
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim-3/+2
2024-06-15perf hist: Simplify __hpp_fmt() using hpp_fmt_dataNamhyung Kim-39/+36
2024-06-15perf hist: Factor out __hpp__fmt_print()Namhyung Kim-47/+36
2024-05-09perf ui browser: Avoid SEGV on titleIan Rogers-1/+1
2024-05-07perf ui browser: Don't save pointer to stack memoryIan Rogers-2/+4
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo-1/+2
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-9/+9
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-1/+1
2024-04-17perf report: Add weight[123] output fieldsNamhyung Kim-18/+74
2024-04-12perf report: Add a menu item to annotate data type in TUINamhyung Kim-0/+31
2024-04-12perf annotate-data: Support event group display in TUINamhyung Kim-10/+40
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim-0/+283
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim-1/+1
2024-04-08perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim-1/+1
2024-04-08perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim-3/+3
2024-04-08perf annotate: Get rid of offsets arrayNamhyung Kim-4/+1
2024-04-08perf annotate: Introduce annotated_source__get_line()Namhyung Kim-1/+1
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim-3/+11
2024-02-20perf: script: prefer capstone to XEDChangbin Du-2/+2
2024-01-04perf TUI: Don't ignore job controlAhelenia ZiemiaƄska-0/+26
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim-8/+6
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim-60/+41
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim-9/+5
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim-2/+2
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim-6/+6
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim-1/+1
2023-10-12perf hists browser: Avoid potential NULL dereferenceIan Rogers-1/+1
2023-10-12perf hists browser: Reorder variables to reduce paddingIan Rogers-2/+2
2023-08-25perf tui slang: Tidy castsIan Rogers-34/+15
2023-08-03perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim-34/+24
2023-08-03perf hists browser: Fix hierarchy mode headerNamhyung Kim-1/+1
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers-5/+5
2023-06-12perf thread: Add reference count checkingIan Rogers-1/+4
2023-06-12perf thread: Add accessor functions for threadIan Rogers-10/+11
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim-1/+3
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo-2/+2