summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf report: Fix memory leaks around perf_tip()Ian Rogers2021-11-181-6/+9
* perf tools: Refactor out kernel symbol argument sanity checkingJames Clark2021-11-071-11/+2
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
* perf report: Free generated help strings for sort optionRiccardo Mancini2021-07-151-11/+22
* libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-091-1/+1
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-1/+1
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-091-2/+2
* perf report: Fix --task and --stat with pipe inputNamhyung Kim2021-07-051-0/+6
* perf mem: Disable 'mem-loads-aux' group before reportingJin Yao2021-06-011-0/+2
* perf report: Make --skip-empty as defaultNamhyung Kim2021-04-291-0/+6