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-12-19
perf machine: Initialize machine->env to address a segfault
Arnaldo Carvalho de Melo
1
-0
/
+2
2024-12-19
perf tools: Fix build-id event recording
Namhyung Kim
1
-2
/
+2
2024-12-19
perf ftrace: Fix undefined behavior in cmp_profile_data()
Kuan-Wei Chiu
1
-1
/
+2
2024-12-09
perf jevents: fix breakage when do perf stat on system metric
Xu Yang
2
-22
/
+2
2024-12-05
perf bpf-filter: Return -ENOMEM directly when pfi allocation fails
Hao Ge
1
-1
/
+1
2024-12-05
perf trace: Avoid garbage when not printing a syscall's arguments
Benjamin Peterson
1
-2
/
+3
2024-12-05
perf trace: Do not lose last events in a race
Benjamin Peterson
1
-7
/
+2
2024-12-05
perf trace: Fix tracing itself, creating feedback loops
Howard Chu
1
-0
/
+3
2024-12-05
perf list: Fix topic and pmu_name argument order
Jean-Philippe Romain
3
-5
/
+5
2024-12-05
perf trace: avoid garbage when not printing a trace event's arguments
Benjamin Peterson
1
-1
/
+1
2024-12-05
perf build: Add missing cflags when building with custom libtraceevent
Yicong Yang
1
-1
/
+1
2024-12-05
perf ftrace latency: Fix unit on histogram first entry when using --use-nsec
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-12-05
perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()
Li Huafei
1
-1
/
+1
2024-12-05
perf disasm: Use disasm_line__free() to properly free disasm_line
Li Huafei
1
-1
/
+1
2024-12-05
perf probe: Correct demangled symbols in C++ program
Leo Yan
1
-2
/
+15
2024-12-05
perf probe: Fix libdw memory leak
Ian Rogers
2
-2
/
+6
2024-12-05
perf disasm: Fix capstone memory leak
Ian Rogers
1
-4
/
+7
2024-12-05
perf dso: Fix symtab_type for kmod compression
Veronika Molnarova
1
-1
/
+1
2024-12-05
perf test attr: Add back missing topdown events
Veronika Molnarova
4
-144
/
+320
2024-12-05
perf trace: Keep exited threads for summary
Michael Petlan
1
-0
/
+4
2024-12-05
perf stat: Fix affinity memory leaks on error path
Ian Rogers
1
-0
/
+2
2024-12-05
perf stat: Close cork_fd when create_perf_stat_counter() failed
Levi Yun
3
-17
/
+53
2024-12-05
perf jevents: Don't stop at the first matched pmu when searching a events table
Kan Liang
2
-2
/
+2
2024-12-05
perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}
Thomas Falcon
1
-1
/
+7
2024-12-05
perf cs-etm: Don't flush when packet_queue fills up
James Clark
1
-7
/
+18
2024-10-28
perf cap: Add __NR_capget to arch/x86 unistd
Ian Rogers
1
-7
/
+3
2024-10-28
tools headers: Update the linux/unaligned.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2024-10-23
perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORT
Arnaldo Carvalho de Melo
1
-0
/
+3
2024-10-23
perf test: Handle perftool-testsuite_probe failure due to broken DWARF
Veronika Molnarova
1
-15
/
+54
2024-10-23
perf trace: Fix non-listed archs in the syscalltbl routines
Jiri Slaby
1
-0
/
+10
2024-10-23
perf build: Change the clang check back to 12.0.1
Howard Chu
1
-2
/
+2
2024-10-23
perf trace augmented_raw_syscalls: Add more checks to pass the verifier
Howard Chu
1
-2
/
+18
2024-10-23
perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...
Arnaldo Carvalho de Melo
1
-0
/
+2
2024-10-17
perf trace: The return from 'write' isn't a pid
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-10-08
Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...
Linus Torvalds
14
-32
/
+161
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
3
-3
/
+3
2024-10-02
perf cs-etm: Fix the assert() to handle captured and unprocessed cpu trace
Ilkka Koskinen
1
-1
/
+1
2024-10-02
perf build: Fix build feature-dwarf_getlocations fail for old libdw
Yang Jihong
1
-1
/
+4
2024-10-02
perf build: Fix static compilation error when libdw is not installed
Yang Jihong
1
-1
/
+1
2024-10-02
perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORT
James Clark
1
-0
/
+1
2024-10-02
perf tools: Cope with differences for lib/list_sort.c copy from the kernel
Arnaldo Carvalho de Melo
2
-1
/
+35
2024-10-02
tools check_headers.sh: Add check variant that excludes some hunks
Arnaldo Carvalho de Melo
1
-0
/
+24
2024-09-30
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
2
-0
/
+5
2024-09-30
perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...
Arnaldo Carvalho de Melo
1
-2
/
+2
2024-09-30
tools include UAPI: Sync linux/fcntl.h copy with the kernel sources
Arnaldo Carvalho de Melo
2
-24
/
+65
2024-09-30
tools include UAPI: Sync linux/sched.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2024-09-30
tools include UAPI: Sync sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+16
2024-09-27
perf vdso: Missed put on 32-bit dsos
Ian Rogers
1
-1
/
+3
2024-09-22
perf symbol: Set binary_type of dso when loading
Namhyung Kim
1
-0
/
+3
2024-09-11
perf trace: Mark the 'head' arg in the set_robust_list syscall as coming from...
Arnaldo Carvalho de Melo
1
-0
/
+2
[next]