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-28
perf jevents: Add Miss Level Parallelism (MLP) metric for Intel
Ian Rogers
1
-0
/
+15
2026-01-28
perf jevents: Add FPU metrics for Intel
Ian Rogers
1
-0
/
+97
2026-01-28
perf jevents: Add context switch metrics for Intel
Ian Rogers
1
-0
/
+58
2026-01-28
perf jevents: Add ILP metrics for Intel
Ian Rogers
1
-0
/
+40
2026-01-28
perf jevents: Add load store breakdown metrics ldst for Intel
Ian Rogers
1
-1
/
+86
2026-01-28
perf jevents: Add L2 metrics for Intel
Ian Rogers
1
-0
/
+170
2026-01-28
perf jevents: Add ports metric group giving utilization on Intel
Ian Rogers
1
-2
/
+33
2026-01-28
perf jevents: Add software prefetch (swpf) metric group for Intel
Ian Rogers
1
-0
/
+66
2026-01-28
perf jevents: Add br metric group for branch statistics on Intel
Ian Rogers
1
-0
/
+138
2026-01-28
perf jevents: Add tsx metric group for Intel models
Ian Rogers
1
-0
/
+50
2026-01-28
perf jevents: Mark metrics with experimental events as experimental
Ian Rogers
1
-0
/
+44
2026-01-28
perf jevents: Add smi metric group for Intel models
Ian Rogers
1
-2
/
+22
2026-01-28
perf jevents: Add CheckPmu to see if a PMU is in loaded JSON events
Ian Rogers
1
-0
/
+8
2026-01-28
perf jevents: Add idle metric for Intel models
Ian Rogers
1
-2
/
+14
2026-01-28
perf jevents: Add RAPL metrics for all Intel models
Ian Rogers
1
-3
/
+41
2026-01-28
perf jevents: Add context switch metrics for AMD
Ian Rogers
1
-0
/
+33
2026-01-28
perf jevents: Add load store breakdown metrics ldst for AMD
Ian Rogers
1
-0
/
+75
2026-01-28
perf jevents: Add uncore l3 metric group for AMD
Ian Rogers
1
-0
/
+19
2026-01-28
perf jevents: Add dtlb metric group for AMD
Ian Rogers
1
-0
/
+111
2026-01-28
perf jevents: Add itlb metric group for AMD
Ian Rogers
1
-0
/
+49
2026-01-28
perf jevents: Add br metric group for branch statistics on AMD
Ian Rogers
1
-0
/
+105
2026-01-28
perf jevents: Add upc metric for uops per cycle for AMD
Ian Rogers
1
-3
/
+19
2026-01-28
perf jevents: Add idle metric for AMD zen models
Ian Rogers
1
-2
/
+14
2026-01-28
perf jevents: Add RAPL event metric for AMD zen models
Ian Rogers
1
-3
/
+28
2026-01-28
perf jevents: Add load event JSON to verify and allow fallbacks
Ian Rogers
5
-15
/
+101
2026-01-28
perf jevents: Build support for generating metrics from python
Ian Rogers
6
-1
/
+185
2026-01-28
perf: Remove redundant kernel.h include
Leo Yan
2
-2
/
+0
2026-01-28
perf sched stats: Fixes in man page
Swapnil Sapkal
1
-4
/
+4
2026-01-28
perf sched stats: Define macro for SEP_LEN
Swapnil Sapkal
1
-10
/
+11
2026-01-28
perf sched stats: correct spelling of function name
Swapnil Sapkal
1
-2
/
+2
2026-01-28
perf sched stats: Add NULL check for cd_map
Swapnil Sapkal
1
-0
/
+5
2026-01-28
perf util: Fix NULL check in cpumask_to_cpulist()
Swapnil Sapkal
1
-1
/
+1
2026-01-28
perf header: Replace hardcoded max cpus by MAX_NR_CPUS
Swapnil Sapkal
2
-3
/
+5
2026-01-27
perf jevents: Handle deleted JSONS in out of source builds
James Clark
1
-3
/
+11
2026-01-27
perf strlist: Remove dont_dupstr logic, used only once
Arnaldo Carvalho de Melo
3
-31
/
+14
2026-01-27
perf jitdump: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf bpf-event: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-01-27
perf demangle-java: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf time-utils: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-2
/
+2
2026-01-27
perf units: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf trace-event: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf tp_pmu: Address const-correctness errors in recent glibcs
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf hwmon_pmu: Constify the variables returning bsearch() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf session: Don't write to memory pointed to a const pointer
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-01-27
perf strlist: Don't write to const memory
Arnaldo Carvalho de Melo
1
-4
/
+8
2026-01-27
perf metricgroup: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-3
/
+2
2026-01-27
perf disasm: Constify variables storing the result of bsearch() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf thread-stack: Switch thread_stack__init() to use e_machine
Ian Rogers
1
-2
/
+2
2026-01-27
perf callchain: Switch callchain_param_setup from an arch to an e_machine
Ian Rogers
5
-10
/
+8
2026-01-27
perf script: Fix script_fetch_insn for more than just x86
Ian Rogers
11
-78
/
+87
[prev]
[next]