index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-25
perf maps: Ensure kmap is set up for all inserts
Ian Rogers
1
-4
/
+5
2025-09-09
perf bpf-utils: Harden get_bpf_prog_info_linear
Ian Rogers
1
-10
/
+33
2025-09-09
perf bpf-utils: Constify bpil_array_desc
Ian Rogers
1
-12
/
+6
2025-09-09
perf bpf-event: Fix use-after-free in synthesis
Ian Rogers
1
-12
/
+27
2025-09-04
perf symbol-minimal: Fix ehdr reading in filename__read_build_id
Ian Rogers
1
-28
/
+27
2025-08-15
perf record: Cache build-ID of hit DSOs only
Namhyung Kim
1
-1
/
+1
2025-08-15
perf tools: Remove libtraceevent in .gitignore
Chen Pei
1
-2
/
+0
2025-08-15
perf pmu: Switch FILENAME_MAX to NAME_MAX
Ian Rogers
1
-2
/
+2
2025-08-15
perf python: Correct pyrf_evsel__read for tool PMUs
Ian Rogers
1
-3
/
+44
2025-08-15
perf python: Fix thread check in pyrf_evsel__read
Ian Rogers
1
-1
/
+1
2025-08-15
perf hwmon_pmu: Avoid shortening hwmon PMU name
Ian Rogers
1
-1
/
+1
2025-08-15
perf tests bp_account: Fix leaked file descriptor
Leo Yan
1
-0
/
+1
2025-08-15
perf sched: Fix memory leaks in 'perf sched latency'
Namhyung Kim
1
-3
/
+24
2025-08-15
perf sched: Use RC_CHK_EQUAL() to compare pointers
Namhyung Kim
1
-1
/
+1
2025-08-15
perf sched: Fix memory leaks for evsel->priv in timehist
Namhyung Kim
3
-0
/
+25
2025-08-15
perf sched: Fix thread leaks in 'perf sched timehist'
Namhyung Kim
1
-11
/
+37
2025-08-15
perf sched: Fix memory leaks in 'perf sched map'
Namhyung Kim
1
-11
/
+20
2025-08-15
perf sched: Free thread->priv using priv_destructor
Namhyung Kim
1
-0
/
+2
2025-08-15
perf sched: Make sure it frees the usage string
Namhyung Kim
1
-12
/
+13
2025-08-15
perf dso: Add missed dso__put to dso__load_kcore
Ian Rogers
1
-0
/
+1
2025-08-15
perf parse-events: Set default GH modifier properly
Namhyung Kim
1
-3
/
+8
2025-06-17
perf bench futex: Fix prctl include in musl libc
Arnaldo Carvalho de Melo
2
-2
/
+8
2025-06-17
perf test: Directory file descriptor leak
Ian Rogers
1
-0
/
+1
2025-06-17
perf evsel: Missed close() when probing hybrid core PMUs
Ian Rogers
1
-0
/
+1
2025-06-17
tools arch amd ibs: Sync ibs.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-06-16
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
1
-0
/
+4
2025-06-16
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-06-16
tools headers UAPI: Sync linux/prctl.h with the kernel sources to pick FUTEX ...
Arnaldo Carvalho de Melo
1
-0
/
+7
2025-06-16
perf mem: Document new output fields (op, cache, mem, dtlb, snoop)
Namhyung Kim
2
-17
/
+92
2025-06-16
tools headers: Update the fs headers with the kernel sources
Arnaldo Carvalho de Melo
2
-2
/
+7
2025-06-16
perf test: Restrict uniquifying test to machines with 'uncore_imc'
Chun-Tse Shao
1
-2
/
+10
2025-06-06
Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+6
2025-06-05
Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Palmer Dabbelt
1
-0
/
+1
2025-06-05
perf symbols: Ignore mapping symbols on riscv
Haibo Xu
1
-0
/
+6
2025-06-03
Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...
Linus Torvalds
308
-11885
/
+21998
2025-05-31
perf callchain: Always populate the addr_location map when adding IP
Ian Rogers
3
-5
/
+11
2025-05-31
perf lock contention: Reject more than 10ms delays for safety
Namhyung Kim
2
-2
/
+11
2025-05-29
perf trace: Set errpid to false for rseq and set_robust_list
Anubhav Shelat
1
-2
/
+2
2025-05-28
perf symbol: Move demangling code out of symbol-elf.c
Ian Rogers
4
-96
/
+87
2025-05-28
perf trace: Always print return value for syscalls returning a pid
Anubhav Shelat
1
-1
/
+1
2025-05-28
perf script: Print PERF_AUX_FLAG_COLLISION flag
Leo Yan
1
-2
/
+3
2025-05-28
perf mem: Show absolute percent in mem_stat output
Namhyung Kim
1
-1
/
+1
2025-05-28
perf mem: Display sort order only if it's available
Namhyung Kim
1
-1
/
+4
2025-05-28
perf mem: Describe overhead calculation in brief
Ravi Bangoria
1
-0
/
+19
2025-05-28
perf record: Fix incorrect --user-regs comments
Dapeng Mi
1
-1
/
+1
2025-05-28
Revert "perf thread: Ensure comm_lock held for comm_list"
Arnaldo Carvalho de Melo
3
-20
/
+8
2025-05-28
perf test trace_summary: Skip --bpf-summary tests if no libbpf
Ian Rogers
1
-0
/
+6
2025-05-28
perf test intel-pt: Skip jitdump test if no libelf
Ian Rogers
1
-0
/
+5
2025-05-28
perf intel-tpebs: Avoid race when evlist is being deleted
Ian Rogers
1
-2
/
+10
2025-05-28
perf test demangle-java: Don't segv if demangling fails
Ian Rogers
1
-0
/
+5
[next]