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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-20
perf dso: Extra validity checks that e_machine is valid
Ian Rogers
1
-9
/
+20
2026-01-20
perf symbol-elf: Fix leak of ELF files with GNU debugdata
Ian Rogers
1
-1
/
+1
2026-01-14
perf arm-spe: Don't hard code config attribute
James Clark
1
-7
/
+8
2026-01-14
perf cs-etm: Don't hard code config attribute when configuring the event
James Clark
1
-29
/
+27
2026-01-14
perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGR
James Clark
1
-44
/
+33
2026-01-14
perf cs-etm: Don't use hard coded config bits when setting up ETMCR
James Clark
1
-1
/
+34
2026-01-14
perf cs-etm: Make a helper to find the Coresight evsel
James Clark
1
-23
/
+27
2026-01-14
perf tests: Test evsel__set_config_if_unset() and config change tracking
James Clark
1
-0
/
+91
2026-01-14
perf parse-events: Always track user config changes
James Clark
1
-6
/
+2
2026-01-14
perf evsel: Add a helper to get the value of a config field
James Clark
4
-9
/
+74
2026-01-14
perf evsel: apply evsel__set_config_if_unset() to all config fields
James Clark
1
-1
/
+31
2026-01-14
perf parse-events: Track all user changed config bits
James Clark
5
-51
/
+70
2026-01-14
perf evsel: Support sparse fields in evsel__set_config_if_unset()
James Clark
3
-37
/
+42
2026-01-14
perf evsel: Move evsel__* functions to evsel.c
James Clark
2
-40
/
+40
2026-01-14
perf evsel: Refactor evsel__set_config_if_unset() arguments
James Clark
5
-14
/
+10
2026-01-14
perf parse-events: Refactor get_config_terms() to remove macros
James Clark
2
-60
/
+85
2026-01-14
perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")
Ian Rogers
20
-139
/
+104
2026-01-14
perf help: Move common_cmds into builtin-help
Ian Rogers
5
-133
/
+49
2026-01-14
perf vendor events amd: Add Zen 6 metrics
Sandipan Das
2
-0
/
+438
2026-01-14
perf vendor events amd: Add Zen 6 uncore events
Sandipan Das
2
-0
/
+278
2026-01-14
perf vendor events amd: Add Zen 6 core events
Sandipan Das
7
-0
/
+2499
2026-01-14
perf vendor events amd: Add Zen 6 mapping
Sandipan Das
1
-1
/
+2
2026-01-14
perf vendor events riscv: Add CVA6 JSON file
Manuel Hernández Méndez
5
-0
/
+185
2026-01-13
perf addr_location: Update outdated comment
Julia Lawall
1
-1
/
+1
2026-01-13
perf tools: Dump callchain context marker names
James Clark
1
-2
/
+25
2026-01-13
perf vendor events arm64: Remove uncountable events
James Clark
3
-30
/
+0
2026-01-13
perf Documentation: Correct branch stack sampling call-stack option
Dapeng Mi
1
-1
/
+1
2026-01-13
perf test: Do not skip when some metric-group tests succeed
Namhyung Kim
1
-10
/
+16
2026-01-13
perf test: Do not skip when some metrics tests succeeded
Namhyung Kim
1
-7
/
+22
2026-01-13
perf test: Use shelldir to refer perf source location
Namhyung Kim
1
-1
/
+1
2026-01-13
perf test: Skip dlfilter test for build failures
Namhyung Kim
1
-4
/
+4
2026-01-13
perf inject: Keep build-ID data if no option is used
Namhyung Kim
1
-2
/
+3
2026-01-13
perf util: Remove SHA-1 code
Eric Biggers
4
-153
/
+0
2026-01-13
perf genelf: Switch from SHA-1 to BLAKE2s for build ID generation
Eric Biggers
1
-30
/
+28
2026-01-13
perf util: Add BLAKE2s support
Eric Biggers
4
-1
/
+302
2026-01-13
perf test: Test addr2line unwinding works with inline functions
Ian Rogers
1
-0
/
+47
2026-01-13
perf callchain: Fix srcline printing with inlines
Ian Rogers
1
-2
/
+6
2026-01-13
perf srcline: Add configuration support for the addr2line style
Ian Rogers
5
-11
/
+113
2026-01-12
perf addr2line.c: Rename a2l_style to cmd_a2l_style
Ian Rogers
1
-10
/
+10
2026-01-12
perf addr2line: Add a libdw implementation
Ian Rogers
7
-0
/
+252
2026-01-12
perf test workload: Add inlineloop test workload
Ian Rogers
4
-0
/
+56
2026-01-12
perf unwind-libdw: Fix invalid reference counts
Ian Rogers
1
-2
/
+5
2026-01-12
perf test subcmd help: Add exclude disjoint subcmd names
Ian Rogers
1
-0
/
+26
2026-01-12
perf stat display: Make %f precision consistent
Ian Rogers
1
-21
/
+5
2026-01-12
perf build: Raise minimum shellcheck version to 0.7.2
Nicolas Schier
1
-3
/
+4
2026-01-12
perf test stat tests: Fix for virtualized machines
Thomas Richter
1
-1
/
+1
2026-01-11
treewide: Update email address
Thomas Gleixner
1
-1
/
+1
2026-01-06
perf parse-events: Fix evsel allocation failure
Faisal Bukhari
1
-2
/
+5
2026-01-06
perf data: Fix coding style
Derek Foreman
2
-9
/
+6
2026-01-06
perf data: Allow filtering conversion by time range
Derek Foreman
5
-0
/
+96
[prev]
[next]