index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
perf daemon: Fix the build on more 32-bit architectures
Arnaldo Carvalho de Melo
1
-4
/
+4
2024-09-02
perf python: include "util/sample.h"
Xu Yang
1
-0
/
+1
2024-09-02
perf lock contention: Fix spinlock and rwlock accounting
Namhyung Kim
1
-0
/
+3
2024-09-02
perf test pmu: Set uninitialized PMU alias to null
Veronika Molnarova
1
-1
/
+3
2024-08-09
perf daemon: Fix the build on 32-bit architectures
Arnaldo Carvalho de Melo
1
-4
/
+5
2024-08-07
tools/include: Sync filesystem headers with the kernel sources
Namhyung Kim
3
-6
/
+179
2024-08-07
tools/include: Sync network socket headers with the kernel sources
Namhyung Kim
1
-1
/
+4
2024-08-07
tools/include: Sync uapi/asm-generic/unistd.h with the kernel sources
Namhyung Kim
3
-5
/
+11
2024-08-06
tools/include: Sync uapi/sound/asound.h with the kernel sources
Namhyung Kim
1
-4
/
+5
2024-08-02
Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-5
/
+5
2024-08-01
perf arch events: Fix duplicate RISC-V SBI firmware event name
Eric Lin
5
-5
/
+5
2024-07-30
Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...
Linus Torvalds
4
-3
/
+74
2024-07-26
perf docs: Document cross compilation
Leo Yan
1
-0
/
+28
2024-07-26
perf: build: Link lib 'zstd' for static build
Leo Yan
1
-1
/
+1
2024-07-26
perf: build: Only link libebl.a for old libdw
Leo Yan
1
-1
/
+11
2024-07-26
perf: build: Set Python configuration for cross compilation
Leo Yan
1
-0
/
+8
2024-07-26
perf: build: Setup PKG_CONFIG_LIBDIR for cross compilation
Leo Yan
1
-1
/
+26
2024-07-26
perf tool: fix dereferencing NULL al->maps
Casey Chen
1
-1
/
+1
2024-07-23
Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git://git.kernel.org/pub...
Linus Torvalds
4
-10
/
+12
2024-07-23
Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+0
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-0
/
+353
2024-07-20
kallsyms: get rid of code for absolute kallsyms
Jann Horn
1
-1
/
+0
2024-07-17
perf dso: Fix build when libunwind is enabled
James Clark
3
-2
/
+7
2024-07-17
tools: Make pkg-config dependency checks usable by other tools
Guilherme Amadio
1
-8
/
+3
2024-07-17
perf build: Warn if libtracefs is not found
Guilherme Amadio
1
-0
/
+2
2024-07-12
perf trace: Fix iteration of syscall ids in syscalltbl->entries
Howard Chu
3
-7
/
+15
2024-07-12
perf dso: Fix address sanitizer build
Ian Rogers
9
-44
/
+56
2024-07-12
perf mem: Warn if memory events are not supported on all CPUs
Leo Yan
1
-0
/
+14
2024-07-12
perf arm-spe: Support multiple Arm SPE PMUs
Leo Yan
1
-1
/
+1
2024-07-12
perf build x86: Fix SC2034 error in syscalltbl.sh
Haoze Xie
1
-1
/
+3
2024-07-12
perf record: Fix memset out-of-range error
Haoze Xie
1
-2
/
+2
2024-07-12
perf sched map: Add --fuzzy-name option for fuzzy matching in task names
Madadi Vineeth Reddy
2
-7
/
+16
2024-07-12
perf sched map: Add support for multiple task names using CSV
Madadi Vineeth Reddy
2
-7
/
+30
2024-07-12
perf sched map: Add task-name option to filter the output map
Madadi Vineeth Reddy
2
-36
/
+117
2024-07-12
Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
16
-15
/
+289
2024-07-11
perf build: Conditionally add feature check flags for libtrace{event,fs}
Guilherme Amadio
1
-10
/
+10
2024-07-10
perf kvm: Add kvm-stat for loongarch64
Bibo Mao
4
-0
/
+238
2024-07-03
perf install: Don't propagate subdir to Documentation submake
Nicolas Schier
1
-1
/
+1
2024-07-03
perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metrics
Xu Yang
3
-0
/
+884
2024-07-03
perf vendor events arm64:: Add i.MX93 DDR Performance Monitor metrics
Xu Yang
2
-0
/
+35
2024-07-03
perf dsos: When adding a dso into sorted dsos maintain the sort order
Ian Rogers
1
-5
/
+21
2024-07-03
perf comm str: Avoid sort during insert
Ian Rogers
1
-11
/
+18
2024-07-02
perf report: Calling available function for stats printing
Abhishek Dubey
1
-2
/
+1
2024-07-02
perf intel-pt: Fix exclude_guest setting
Adrian Hunter
1
-0
/
+12
2024-07-02
perf intel-pt: Fix aux_watermark calculation for 64-bit size
Adrian Hunter
1
-1
/
+2
2024-07-02
Merge remote-tracking branch 'perf-tools' into perf-tools-next
Namhyung Kim
11
-11
/
+49
2024-06-28
perf sched replay: Fix -r/--repeat command line option for infinity
Madadi Vineeth Reddy
2
-1
/
+11
2024-06-28
perf: pmus: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2024-06-28
perf stat: Use field separator in the metric header
Namhyung Kim
1
-3
/
+14
2024-06-28
perf stat: Fix a segfault with --per-cluster --metric-only
Namhyung Kim
1
-0
/
+3
[next]