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