index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Documentation
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-06
perf docs: Document building with Clang
Leo Yan
2
-74
/
+21
2025-10-06
perf check: Add libLLVM feature
Ian Rogers
1
-0
/
+1
2025-10-03
perf record: Add ratio-to-prev term
Thomas Falcon
2
-0
/
+55
2025-10-01
perf tools: Fix duplicated words in documentation and comments
Markus Heidelberg
1
-1
/
+1
2025-09-19
perf bench mem: Add mmap() workloads
Ankur Arora
1
-0
/
+34
2025-09-19
perf bench mem: Allow chunking on a memory region
Ankur Arora
1
-0
/
+10
2025-09-19
perf bench mem: Allow mapping of hugepages
Ankur Arora
1
-2
/
+12
2025-09-19
perf tools: Update header documentation on BPF_PROG_INFO
Thomas Richter
1
-0
/
+10
2025-09-19
perf trace: Add --max-summary option
Namhyung Kim
1
-0
/
+4
2025-09-12
perf parse-events: Add 'X' modifier to exclude an event from being regrouped
Ian Rogers
1
-0
/
+1
2025-09-09
perf docs: Update SPE doc to include default instructions group
James Clark
1
-4
/
+10
2025-08-28
perf annotate: Add --code-with-type support for TUI
Namhyung Kim
1
-1
/
+0
2025-07-25
perf record: Make --buildid-mmap the default
Ian Rogers
1
-1
/
+3
2025-07-24
perf parse-events: Allow the cpu term to be a PMU or CPU range
Ian Rogers
1
-9
/
+16
2025-07-22
perf: ftrace: add graph tracer options args/retval/retval-hex/retaddr
Changbin Du
1
-0
/
+4
2025-07-14
perf ftrace latency: Add -e option to measure time between two events
Namhyung Kim
1
-0
/
+6
2025-06-27
perf stat: Fix uncore aggregation number
Chun-Tse Shao
1
-2
/
+4
2025-06-26
tools: Remove libcrypto dependency
Yuzhuo Jing
1
-1
/
+0
2025-06-22
Merge tag 'v6.16-rc3' into perf-tools-next
Namhyung Kim
2
-17
/
+92
2025-06-20
perf build: detect support for libbpf's emit_strings option
Blake Jones
1
-0
/
+1
2025-06-16
perf mem: Document new output fields (op, cache, mem, dtlb, snoop)
Namhyung Kim
2
-17
/
+92
2025-06-09
perf trace: Remove --map-dump documentation
Howard Chu
1
-8
/
+0
2025-05-31
perf lock contention: Reject more than 10ms delays for safety
Namhyung Kim
1
-2
/
+6
2025-05-28
perf mem: Describe overhead calculation in brief
Ravi Bangoria
1
-0
/
+19
2025-05-16
perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2
Chun-Tse Shao
1
-5
/
+19
2025-05-13
perf trace: Support --summary-mode=cgroup
Namhyung Kim
1
-1
/
+2
2025-05-13
perf report: Add 'tgid' sort key
Namhyung Kim
1
-0
/
+1
2025-05-12
perf parse-events: Add "cpu" term to set the CPU an event is recorded on
Ian Rogers
1
-0
/
+9
2025-05-12
perf intel-pt: Do not default to recording all switch events
Adrian Hunter
1
-0
/
+4
2025-05-09
perf lock contention: Add -J/--inject-delay option
Namhyung Kim
1
-0
/
+11
2025-05-05
perf record --off-cpu: Add --off-cpu-thresh option
Howard Chu
1
-0
/
+9
2025-05-02
perf record: Add --sample-mem-info option
Namhyung Kim
1
-1
/
+6
2025-04-29
perf mem/c2c amd: Add ldlat support
Ravi Bangoria
2
-4
/
+20
2025-04-29
perf amd ibs: Add Load Latency bits in raw dump
Ravi Bangoria
1
-0
/
+9
2025-04-28
perf trace: Implement syscall summary in BPF
Namhyung Kim
1
-0
/
+6
2025-04-25
perf stat: Add mean, min, max and last --tpebs-mode options
Ian Rogers
1
-0
/
+7
2025-03-14
perf script: Update brstack syntax documentation
Yujie Liu
1
-7
/
+16
2025-03-13
perf annotate: Add --code-with-type option.
Namhyung Kim
1
-0
/
+4
2025-02-28
perf lock: Report owner stack in usermode
Chun-Tse Shao
1
-2
/
+3
2025-02-26
perf list: Document -v option deduplication feature
James Clark
1
-1
/
+1
2025-02-19
perf tools: Fix up some comments and code to properly use the event_source bus
Greg Kroah-Hartman
2
-7
/
+7
2025-02-18
perf report: Add latency and parallelism profiling documentation
Dmitry Vyukov
4
-19
/
+124
2025-02-18
perf report: Add --latency flag
Dmitry Vyukov
2
-0
/
+9
2025-02-12
perf trace: Add --summary-mode option
Namhyung Kim
1
-0
/
+4
2025-01-24
Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
8
-233
/
+419
2025-01-17
perf lock: Add percpu-rwsem for type filter
Chun-Tse Shao
1
-2
/
+2
2025-01-16
perf test: Improve verbose documentation
Ian Rogers
1
-1
/
+4
2025-01-16
perf test: Add a runs-per-test flag
Ian Rogers
1
-0
/
+5
2025-01-16
perf test: Fix parallel/sequential option documentation
Ian Rogers
1
-7
/
+3
2025-01-10
perf docs: arm_spe: Document new discard mode
James Clark
1
-0
/
+26
[next]