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-04-05
perf sample: Add evsel to struct perf_sample
Ian Rogers
9
-18
/
+37
2026-04-05
perf sample: Make sure perf_sample__init/exit are used
Ian Rogers
10
-49
/
+108
2026-04-05
perf sample: Document struct perf_sample
Ian Rogers
1
-4
/
+105
2026-04-05
perf tools: Save cln_size header
Ricky Ringler
5
-11
/
+61
2026-04-05
perf tests sched stats: Write output to temp file
Ian Rogers
1
-10
/
+27
2026-04-05
perf sched: Avoid crash for unexpected perf sched stats report
Namhyung Kim
1
-0
/
+2
2026-04-04
prctl: cfi: change the branch landing pad prctl()s to be more descriptive
Paul Walmsley
1
-21
/
+15
2026-04-02
perf metrics: Make common stalled metrics conditional on having the event
Ian Rogers
2
-57
/
+57
2026-04-02
perf tests kwork: Add basic kwork coverage tests
Ian Rogers
1
-0
/
+79
2026-04-02
perf data convert ctf: Pipe mode improvements
Ian Rogers
1
-4
/
+59
2026-04-02
perf evsel: Make unknown event names more unique
Ian Rogers
1
-3
/
+4
2026-04-02
perf ordered-events: Event processing consistency with the regular reader
Ian Rogers
1
-1
/
+1
2026-04-02
perf header: Refactor pipe mode end marker handling
Ian Rogers
8
-78
/
+75
2026-04-02
perf session: Extra logging for failed to process events
Ian Rogers
1
-8
/
+20
2026-04-02
perf header: Properly warn/print when libtraceevent/libbpf support is missing
Ian Rogers
1
-23
/
+47
2026-04-02
perf header: Add utility to convert feature number to a string
Ian Rogers
2
-0
/
+9
2026-04-02
perf clockid: Add missing include
Ian Rogers
1
-1
/
+2
2026-04-02
perf trace: Fix potential u64 underflow in duration calculation
Michael Petlan
1
-1
/
+1
2026-04-02
perf header: Validate build_id filename length to prevent buffer overflow
SeungJu Cheon
1
-0
/
+10
2026-04-02
perf metricgroup: Refine error logs
Leo Yan
1
-5
/
+6
2026-04-02
perf expr: Add '\n' in literal parse errors
Leo Yan
1
-2
/
+2
2026-04-02
perf expr: Return -EINVAL for syntax error in expr__find_ids()
Leo Yan
1
-1
/
+2
2026-04-02
perf test: Skip perf data type profiling tests for s390
Thomas Richter
1
-0
/
+4
2026-04-02
perf tools: prevent null dsos from being added
Anubhav Shelat
1
-0
/
+3
2026-04-02
perf test: Fix ratio_to_prev event parsing test
Thomas Falcon
1
-21
/
+28
2026-04-02
perf tools: Fix module symbol resolution for non-zero .text sh_addr
Chuck Lever
1
-2
/
+6
2026-04-02
perf trace: Skip unnecessary synthesis for summary-only mode
Namhyung Kim
1
-1
/
+5
2026-04-02
perf stat: Fix crash on arm64
Breno Leitao
1
-9
/
+17
2026-04-01
perf test: Fix perf stat --bpf-counters on hybrid machines
Namhyung Kim
1
-4
/
+16
2026-04-01
perf tests: Write test files to tmpdir
Ian Rogers
1
-19
/
+23
2026-04-01
libperf cpumap: Make index and nr types unsigned
Ian Rogers
30
-56
/
+74
2026-03-31
perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/beauty/include/
Arnaldo Carvalho de Melo
4
-4
/
+26
2026-03-31
perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapi
Arnaldo Carvalho de Melo
5
-4
/
+5411
2026-03-31
perf build: Add -funsigned-char to default CFLAGS
Ian Rogers
1
-0
/
+1
2026-03-27
perf tools: Add --pmu-filter option for filtering PMUs
Qinxin Xia
4
-6
/
+37
2026-03-26
perf report: Add comm_nodigit sort key
Stephen Brennan
5
-1
/
+123
2026-03-26
perf stat: Fix opt->value type for parse_cache_level
Ian Rogers
1
-20
/
+23
2026-03-26
perf lock: Fix option value type in parse_max_stack
Ian Rogers
1
-1
/
+1
2026-03-26
perf record: Add support for arch_sdt_arg_parse_op() on s390
Thomas Richter
3
-0
/
+82
2026-03-25
Merge tag 'perf-tools-fixes-for-v7.0-2-2026-03-23' into perf-tools-next
Namhyung Kim
26
-516
/
+519
2026-03-19
perf evlist: Improve default event for s390
Ian Rogers
9
-35
/
+64
2026-03-19
perf callchain: Refactor callchain option parsing
Ian Rogers
5
-80
/
+104
2026-03-19
perf evsel: Constify option arguments to config functions
Ian Rogers
2
-14
/
+14
2026-03-19
perf target: Constify simple check functions
Ian Rogers
1
-6
/
+6
2026-03-19
perf evsel: Improve falling back from cycles
Ian Rogers
2
-14
/
+33
2026-03-19
perf dwarf-aux: Collect all variable locations for insn tracking
Zecheng Li
1
-29
/
+29
2026-03-19
perf annotate-data: Use DWARF location ranges to preserve reg state
Zecheng Li
5
-6
/
+54
2026-03-19
perf annotate-data: Invalidate caller-saved regs for all calls
Zecheng Li
1
-6
/
+13
2026-03-19
perf annotate-data: Add invalidate_reg_state() helper for x86
Zecheng Li
1
-12
/
+17
2026-03-19
perf annotate-data: Handle global variable access with const register
Zecheng Li
1
-0
/
+5
[prev]
[next]