aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-03perf report: Sort child tasks by tidGravatar Ian Rogers 1-89/+128
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsGravatar Adrian Hunter 1-0/+2
2024-01-25perf tools: Add -H short option for --hierarchyGravatar Namhyung Kim 1-1/+1
2023-12-23perf report: Support data type profilingGravatar Namhyung Kim 1-2/+13
2023-12-18perf report: Use function to add missing maps lockGravatar Ian Rogers 1-17/+37
2023-12-07perf annotate: Ensure init/exit for global optionsGravatar Namhyung Kim 1-4/+4
2023-12-07perf ui/browser/annotate: Use global annotation_optionsGravatar Namhyung Kim 1-5/+3
2023-12-07perf annotate: Use global annotation_optionsGravatar Namhyung Kim 1-1/+1
2023-12-07perf report: Convert to the global annotation_optionsGravatar Namhyung Kim 1-17/+16
2023-11-09perf machine thread: Remove exited threads by defaultGravatar Ian Rogers 1-0/+7
2023-10-27perf report: Fix spelling mistake "heirachy" -> "hierarchy"Gravatar Colin Ian King 1-1/+1
2023-10-25perf report: Fix hierarchy mode on pipe inputGravatar Namhyung Kim 1-0/+15
2023-06-23perf symbol: Remove now unused symbol_conf.sort_by_nameGravatar Ian Rogers 1-1/+0
2023-06-12perf report: Avoid 'parent_thread' thread leak on '--tasks' processingGravatar Ian Rogers 1-0/+1
2023-06-12perf addr_location: Add init/exit/copy functionsGravatar Ian Rogers 1-2/+4
2023-06-12perf thread: Add accessor functions for threadGravatar Ian Rogers 1-6/+6
2023-06-12perf thread: Make threads rbtree non-invasiveGravatar Ian Rogers 1-1/+1
2023-04-06perf map: Add accessors for ->pgoff and ->relocGravatar Ian Rogers 1-1/+1
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsGravatar Ian Rogers 1-4/+5
2023-04-04perf map: Add accessor for start and endGravatar Ian Rogers 1-1/+1
2023-04-04perf map: Add accessor for dsoGravatar Ian Rogers 1-3/+4
2023-04-04perf maps: Remove rb_node from struct mapGravatar Ian Rogers 1-2/+4
2023-04-04perf symbol: Add command line support for addr2line pathGravatar Ian Rogers 1-1/+8
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsGravatar Ian Rogers 1-2/+14
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultGravatar Ian Rogers 1-3/+4
2023-04-04perf report: Additional config warningsGravatar Ian Rogers 1-0/+5
2023-03-13perf evlist: Remove nr_groupsGravatar Ian Rogers 1-1/+1
2022-12-14perf build: Use libtraceevent from the systemGravatar Ian Rogers 1-1/+8
2022-10-27perf tools: Make quiet mode consistent between toolsGravatar James Clark 1-1/+1
2022-10-04perf report: Show per-event LOST SAMPLES statGravatar Namhyung Kim 1-0/+17
2022-07-20perf gtk: Only support --gtk if compiled inGravatar Ian Rogers 1-0/+6
2022-04-22perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventGravatar Leo Yan 1-0/+14
2022-02-15perf tui: Only support --tui with slangGravatar Ian Rogers 1-1/+9
2021-12-21perf callchain: Enable dwarf_callchain_users on arm64Gravatar Alexandre Truong 1-2/+2
2021-11-18perf report: Fix memory leaks around perf_tip()Gravatar Ian Rogers 1-6/+9
2021-11-07perf tools: Refactor out kernel symbol argument sanity checkingGravatar James Clark 1-11/+2
2021-08-02perf tools: Remove repipe argument from perf_session__new()Gravatar Namhyung Kim 1-1/+1
2021-07-15perf report: Free generated help strings for sort optionGravatar Riccardo Mancini 1-11/+22
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsGravatar Jiri Olsa 1-1/+1
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderGravatar Jiri Olsa 1-1/+1
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxGravatar Jiri Olsa 1-2/+2
2021-07-05perf report: Fix --task and --stat with pipe inputGravatar Namhyung Kim 1-0/+6
2021-06-01perf mem: Disable 'mem-loads-aux' group before reportingGravatar Jin Yao 1-0/+2
2021-04-29perf report: Make --skip-empty as defaultGravatar Namhyung Kim 1-0/+6
2021-04-29perf report: Add --skip-empty option to suppress 0 event statGravatar Namhyung Kim 1-4/+12
2021-04-29perf report: Show event sample counts in --stat outputGravatar Namhyung Kim 1-0/+14
2021-04-29perf hists: Split hists_stats from events_statsGravatar Namhyung Kim 1-2/+2
2021-03-03perf report: Create option to disable raw event orderingGravatar Jin Yao 1-1/+4
2020-12-17perf report: Support --header-only for pipe modeGravatar Namhyung Kim 1-0/+9
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event attribute config ...Gravatar Arnaldo Carvalho de Melo 1-1/+1