summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-18perf report: Fix memory leaks around perf_tip()Ian Rogers1-6/+9
2021-11-07perf tools: Refactor out kernel symbol argument sanity checkingJames Clark1-11/+2
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-1/+1
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini1-11/+22
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa1-1/+1
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-1/+1
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-2/+2
2021-07-05perf report: Fix --task and --stat with pipe inputNamhyung Kim1-0/+6
2021-06-01perf mem: Disable 'mem-loads-aux' group before reportingJin Yao1-0/+2
2021-04-29perf report: Make --skip-empty as defaultNamhyung Kim1-0/+6
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim1-4/+12
2021-04-29perf report: Show event sample counts in --stat outputNamhyung Kim1-0/+14
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim1-2/+2
2021-03-03perf report: Create option to disable raw event orderingJin Yao1-1/+4