index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
perf tools: Fix arm64 libjvmti build by generating unistd_64.h
Vincent Minet
1
-1
/
+1
2025-10-19
perf python: split Clang options when invoking Popen
Leo Yan
1
-1
/
+4
2025-10-19
perf bpf_counter: Fix handling of cpumap fixing hybrid
Ian Rogers
2
-17
/
+12
2025-10-19
perf bpf-filter: Fix opts declaration on older libbpfs
Ian Rogers
1
-0
/
+8
2025-10-19
perf build-id: Ensure snprintf string is empty when size is 0
Ian Rogers
1
-0
/
+7
2025-10-19
perf evsel: Ensure the fallback message is always written to
Ian Rogers
1
-5
/
+7
2025-10-19
perf test: Avoid uncore_imc/clockticks in uniquification test
Ian Rogers
1
-60
/
+49
2025-10-19
perf evsel: Fix uniquification when PMU given without suffix
Ian Rogers
1
-10
/
+18
2025-10-19
perf test: Don't leak workload gopipe in PERF_RECORD_*
Ian Rogers
1
-0
/
+4
2025-10-19
perf session: Fix handling when buffer exceeds 2 GiB
Leo Yan
1
-1
/
+1
2025-10-19
perf trace: Fix IS_ERR() vs NULL check bug
Fushuai Wang
1
-2
/
+2
2025-10-19
perf test shell lbr: Avoid failures with perf event paranoia
Ian Rogers
1
-6
/
+20
2025-10-19
perf test: AMD IBS swfilt skip kernel tests if paranoia is >1
Ian Rogers
1
-13
/
+38
2025-10-19
perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_prefetches
Ilkka Koskinen
1
-5
/
+5
2025-10-19
perf arm_spe: Correct memory level for remote access
Leo Yan
1
-2
/
+2
2025-10-19
perf arm_spe: Correct setting remote access
Leo Yan
1
-1
/
+1
2025-10-19
perf util: Fix compression checks returning -1 as bool
Yunseong Kim
2
-2
/
+2
2025-10-19
perf drm_pmu: Fix fd_dir leaks in for_each_drm_fdinfo_in_dir()
GuoHan Zhao
1
-1
/
+3
2025-10-19
perf: Completely remove possibility to override MAX_NR_CPUS
Christophe Leroy
2
-4
/
+0
2025-10-19
perf parse-events: Handle fake PMUs in CPU terms
Ian Rogers
1
-56
/
+60
2025-10-19
perf evsel: Avoid container_of on a NULL leader
Ian Rogers
1
-0
/
+2
2025-10-19
perf test trace_btf_enum: Skip if permissions are insufficient
Ian Rogers
1
-0
/
+11
2025-10-19
perf disasm: Avoid undefined behavior in incrementing NULL
Ian Rogers
1
-2
/
+5
2025-09-15
perf maps: Ensure kmap is set up for all inserts
Ian Rogers
1
-4
/
+5
2025-09-12
perf lock: Provide a host_env for session new
Ian Rogers
1
-1
/
+6
2025-09-04
perf symbol-elf: Add support for the block argument for libbfd
Ian Rogers
1
-3
/
+7
2025-09-04
perf test: Checking BPF metadata collection fails on version string
Thomas Richter
1
-1
/
+1
2025-09-03
perf tests: Fix "PE file support" test build
James Clark
1
-2
/
+2
2025-09-02
perf bpf-utils: Harden get_bpf_prog_info_linear
Ian Rogers
1
-10
/
+33
2025-09-02
perf bpf-utils: Constify bpil_array_desc
Ian Rogers
1
-12
/
+6
2025-09-02
perf bpf-event: Fix use-after-free in synthesis
Ian Rogers
1
-12
/
+27
2025-08-25
perf symbol: Add blocking argument to filename__read_build_id
Ian Rogers
12
-27
/
+32
2025-08-25
perf symbol-minimal: Fix ehdr reading in filename__read_build_id
Ian Rogers
1
-28
/
+27
2025-08-18
tools headers: Sync uapi/linux/vhost.h with the kernel source
Namhyung Kim
1
-0
/
+35
2025-08-18
tools headers: Sync uapi/linux/prctl.h with the kernel source
Namhyung Kim
1
-1
/
+8
2025-08-18
tools headers: Sync uapi/linux/fs.h with the kernel source
Namhyung Kim
1
-0
/
+88
2025-08-18
tools headers: Sync uapi/linux/fcntl.h with the kernel source
Namhyung Kim
1
-0
/
+18
2025-08-18
tools headers: Sync syscall tables with the kernel source
Namhyung Kim
9
-0
/
+18
2025-08-18
perf test: Fix a build error in x86 topdown test
Namhyung Kim
1
-0
/
+1
2025-08-07
perf bpf-filter: Enable events manually
Ilya Leoshkevich
1
-1
/
+4
2025-08-01
Merge tag 'perf-tools-for-v6.17-2025-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
348
-3197
/
+10466
2025-07-31
perf record: Cache build-ID of hit DSOs only
Namhyung Kim
1
-1
/
+1
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-38
/
+60
2025-07-30
perf test: Ensure lock contention using pipe mode
Jan Polensky
1
-13
/
+13
2025-07-30
perf python: Stop using deprecated PyUnicode_AsString()
Arnaldo Carvalho de Melo
1
-1
/
+11
2025-07-28
RISC-V: perf/kvm: Add reporting of interrupt events
Quan Zhou
3
-38
/
+60
2025-07-26
perf list: Skip ABI PMUs when printing pmu values
Ian Rogers
5
-5
/
+23
2025-07-26
perf list: Remove tracepoint printing code
Ian Rogers
3
-101
/
+23
2025-07-26
perf tp_pmu: Add event APIs
Ian Rogers
3
-0
/
+129
2025-07-26
perf tp_pmu: Factor existing tracepoint logic to new file
Ian Rogers
5
-106
/
+170
[next]