summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)Author
2024-03-03perf report: Sort child tasks by tidIan Rogers
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter
2024-01-25perf tools: Add -H short option for --hierarchyNamhyung Kim
2023-12-23perf report: Support data type profilingNamhyung Kim
2023-12-18perf report: Use function to add missing maps lockIan Rogers
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim
2023-12-07perf report: Convert to the global annotation_optionsNamhyung Kim
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers
2023-10-27perf report: Fix spelling mistake "heirachy" -> "hierarchy"Colin Ian King
2023-10-25perf report: Fix hierarchy mode on pipe inputNamhyung Kim
2023-06-23perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers
2023-06-12perf report: Avoid 'parent_thread' thread leak on '--tasks' processingIan Rogers
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers
2023-04-04perf report: Additional config warningsIan Rogers
2023-03-13perf evlist: Remove nr_groupsIan Rogers
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark
2022-10-04perf report: Show per-event LOST SAMPLES statNamhyung Kim
2022-07-20perf gtk: Only support --gtk if compiled inIan Rogers
2022-04-22perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan
2022-02-15perf tui: Only support --tui with slangIan Rogers
2021-12-21perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong
2021-11-18perf report: Fix memory leaks around perf_tip()Ian Rogers
2021-11-07perf tools: Refactor out kernel symbol argument sanity checkingJames Clark
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa
2021-07-05perf report: Fix --task and --stat with pipe inputNamhyung Kim
2021-06-01perf mem: Disable 'mem-loads-aux' group before reportingJin Yao
2021-04-29perf report: Make --skip-empty as defaultNamhyung Kim
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim
2021-04-29perf report: Show event sample counts in --stat outputNamhyung Kim
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim
2021-03-03perf report: Create option to disable raw event orderingJin Yao
2020-12-17perf report: Support --header-only for pipe modeNamhyung Kim
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event attribute config ...Arnaldo Carvalho de Melo