summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-29perf report: Name events in stats for pipe modeIan Rogers1-0/+1
2024-08-29perf tools: Print lost samples due to BPF filterNamhyung Kim1-2/+7
2024-08-14perf report: Display the branch counter histogramKan Liang1-4/+16
2024-08-14perf annotate: Save branch counters for each blockKan Liang1-1/+1
2024-08-14perf report: Fix --total-cycles --stdio output errorKan Liang1-1/+2
2024-08-13perf report: Use perf_tool__init()Ian Rogers1-28/+27
2024-08-13perf tool: Constify tool pointersIan Rogers1-6/+6
2024-08-02perf tools: Add mode argument to sort_help()Namhyung Kim1-2/+2
2024-07-03perf report: Calling available function for stats printingAbhishek Dubey1-2/+1
2024-06-16perf hist: Add symbol_conf.skip_emptyNamhyung Kim1-6/+6
2024-05-10perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers1-1/+1
2024-05-08perf mem-info: Add reference count checkingIan Rogers1-1/+1
2024-05-08perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-3/+3
2024-04-12perf report: Do not collect sample histogram unnecessarilyNamhyung Kim1-1/+1
2024-04-12perf report: Add a menu item to annotate data type in TUINamhyung Kim1-0/+5
2024-03-04perf report: Sort child tasks by tidIan Rogers1-89/+128
2024-02-09perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter1-0/+2
2024-01-26perf tools: Add -H short option for --hierarchyNamhyung Kim1-1/+1
2023-12-24perf report: Support data type profilingNamhyung Kim1-2/+13
2023-12-19perf report: Use function to add missing maps lockIan Rogers1-17/+37
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim1-4/+4
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim1-5/+3
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim1-1/+1
2023-12-07perf report: Convert to the global annotation_optionsNamhyung Kim1-17/+16
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers1-0/+7
2023-10-28perf report: Fix spelling mistake "heirachy" -> "hierarchy"Colin Ian King1-1/+1
2023-10-25perf report: Fix hierarchy mode on pipe inputNamhyung Kim1-0/+15
2023-06-24perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers1-1/+0
2023-06-12perf report: Avoid 'parent_thread' thread leak on '--tasks' processingIan Rogers1-0/+1
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-2/+4
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-6/+6
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers1-1/+1
2023-04-07perf map: Add accessors for ->pgoff and ->relocIan Rogers1-1/+1
2023-04-07perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers1-4/+5
2023-04-04perf map: Add accessor for start and endIan Rogers1-1/+1
2023-04-04perf map: Add accessor for dsoIan Rogers1-3/+4
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers1-2/+4
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers1-1/+8
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers1-2/+14
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers1-3/+4
2023-04-04perf report: Additional config warningsIan Rogers1-0/+5
2023-03-13perf evlist: Remove nr_groupsIan Rogers1-1/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-1/+8
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark1-1/+1
2022-10-04perf report: Show per-event LOST SAMPLES statNamhyung Kim1-0/+17
2022-07-20perf gtk: Only support --gtk if compiled inIan Rogers1-0/+6
2022-04-23perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan1-0/+14
2022-02-15perf tui: Only support --tui with slangIan Rogers1-1/+9
2021-12-22perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong1-2/+2