index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-report.c
Age
Commit message (
Expand
)
Author
2025-01-10
perf report: Fix misleading help message about --demangle
Jiachen Zhang
2024-12-23
perf values: Use evsel rather than evsel->idx
Ian Rogers
2024-11-08
perf build: Include libtraceevent headers directly indicated by pkg-config
Yicong Yang
2024-10-18
perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
Ian Rogers
2024-10-18
perf libdw: Remove unnecessary defines
Ian Rogers
2024-10-10
perf report: Display columns Predicted/Abort/Cycles in --branch-history
Thomas Falcon
2024-08-28
perf report: Name events in stats for pipe mode
Ian Rogers
2024-08-28
perf tools: Print lost samples due to BPF filter
Namhyung Kim
2024-08-14
perf report: Display the branch counter histogram
Kan Liang
2024-08-14
perf annotate: Save branch counters for each block
Kan Liang
2024-08-14
perf report: Fix --total-cycles --stdio output error
Kan Liang
2024-08-12
perf report: Use perf_tool__init()
Ian Rogers
2024-08-12
perf tool: Constify tool pointers
Ian Rogers
2024-08-01
perf tools: Add mode argument to sort_help()
Namhyung Kim
2024-07-02
perf report: Calling available function for stats printing
Abhishek Dubey
2024-06-15
perf hist: Add symbol_conf.skip_empty
Namhyung Kim
2024-05-09
perf report: Avoid SEGV in report__setup_sample_type()
Ian Rogers
2024-05-07
perf mem-info: Add reference count checking
Ian Rogers
2024-05-07
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-04-12
perf report: Do not collect sample histogram unnecessarily
Namhyung Kim
2024-04-12
perf report: Add a menu item to annotate data type in TUI
Namhyung Kim
2024-03-03
perf report: Sort child tasks by tid
Ian Rogers
2024-02-08
perf tools: Make it possible to see perf's kernel and module memory mappings
Adrian Hunter
2024-01-25
perf tools: Add -H short option for --hierarchy
Namhyung Kim
2023-12-23
perf report: Support data type profiling
Namhyung Kim
2023-12-18
perf report: Use function to add missing maps lock
Ian Rogers
2023-12-07
perf annotate: Ensure init/exit for global options
Namhyung Kim
2023-12-07
perf ui/browser/annotate: Use global annotation_options
Namhyung Kim
2023-12-07
perf annotate: Use global annotation_options
Namhyung Kim
2023-12-07
perf report: Convert to the global annotation_options
Namhyung Kim
2023-11-09
perf machine thread: Remove exited threads by default
Ian Rogers
2023-10-27
perf report: Fix spelling mistake "heirachy" -> "hierarchy"
Colin Ian King
2023-10-25
perf report: Fix hierarchy mode on pipe input
Namhyung Kim
2023-06-23
perf symbol: Remove now unused symbol_conf.sort_by_name
Ian Rogers
2023-06-12
perf report: Avoid 'parent_thread' thread leak on '--tasks' processing
Ian Rogers
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
perf thread: Make threads rbtree non-invasive
Ian Rogers
2023-04-06
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
2023-04-06
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
perf map: Add accessor for dso
Ian Rogers
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
2023-04-04
perf symbol: Add command line support for addr2line path
Ian Rogers
2023-04-04
perf annotate: Own objdump_path and disassembler_style strings
Ian Rogers
2023-04-04
perf annotate: Add init/exit to annotation_options remove default
Ian Rogers
2023-04-04
perf report: Additional config warnings
Ian Rogers
2023-03-13
perf evlist: Remove nr_groups
Ian Rogers
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
[next]