summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)Author
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers
2024-10-18perf libdw: Remove unnecessary definesIan Rogers
2024-10-10perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon
2024-08-28perf report: Name events in stats for pipe modeIan Rogers
2024-08-28perf tools: Print lost samples due to BPF filterNamhyung Kim
2024-08-14perf report: Display the branch counter histogramKan Liang
2024-08-14perf annotate: Save branch counters for each blockKan Liang
2024-08-14perf report: Fix --total-cycles --stdio output errorKan Liang
2024-08-12perf report: Use perf_tool__init()Ian Rogers
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-08-01perf tools: Add mode argument to sort_help()Namhyung Kim
2024-07-02perf report: Calling available function for stats printingAbhishek Dubey
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim
2024-05-09perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers
2024-05-07perf mem-info: Add reference count checkingIan Rogers
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-04-12perf report: Do not collect sample histogram unnecessarilyNamhyung Kim
2024-04-12perf report: Add a menu item to annotate data type in TUINamhyung Kim
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