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-07-31
perf ftrace: Factor out check_ftrace_capable()
Namhyung Kim
1
-24
/
+20
2024-07-31
perf ftrace: Add 'tail' option to --graph-opts
Namhyung Kim
3
-0
/
+20
2024-07-31
perf test pmu: Remove unused test_pmus
Dr. David Alan Gilbert
1
-3
/
+0
2024-07-31
perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSF
Adrian Hunter
1
-1
/
+5
2024-07-31
perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64
Adrian Hunter
1
-0
/
+3
2024-07-31
perf scripts python cs-etm: Restore first sample log in verbose mode
James Clark
1
-5
/
+4
2024-07-31
perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushed
James Clark
1
-2
/
+6
2024-07-31
perf inject: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-31
perf daemon: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-31
perf annotate: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-31
perf vendor events power10: Update JSON/events
Kajol Jain
2
-5
/
+100
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
5
-12
/
+24
2024-07-31
perf annotate: Add support to use libcapstone in powerpc
Athira Rajeev
1
-0
/
+143
2024-07-31
perf annotate: Use capstone_init and remove open_capstone_handle from disasm.c
Athira Rajeev
3
-5
/
+4
2024-07-31
perf annotate: Make capstone_init non-static so that it can be used during sy...
Athira Rajeev
2
-3
/
+14
2024-07-31
perf annotate: Update instruction tracking for powerpc
Athira Rajeev
3
-1
/
+70
2024-07-31
perf annotate: Add more instructions for instruction tracking
Athira Rajeev
1
-0
/
+14
2024-07-31
perf annotate: Add some of the arithmetic instructions to support instruction...
Athira Rajeev
2
-0
/
+100
2024-07-31
perf annotate: Add support to identify memory instructions of opcode 31 in po...
Athira Rajeev
2
-2
/
+108
2024-07-31
perf annotate: Add parse function for memory instructions in powerpc
Athira Rajeev
3
-6
/
+66
2024-07-31
perf annotate: Update parameters for reg extract functions to use raw instruc...
Athira Rajeev
8
-16
/
+96
2024-07-31
perf annotate: Add support to capture and parse raw instruction in powerpc us...
Athira Rajeev
1
-0
/
+102
2024-07-31
perf annotate: Add disasm_line__parse() to parse raw instruction for powerpc
Athira Rajeev
4
-2
/
+64
2024-07-31
perf annotate: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
Athira Rajeev
1
-0
/
+4
2024-07-31
perf annotate: Add "update_insn_state" callback function to handle arch speci...
Athira Rajeev
5
-383
/
+424
2024-07-31
perf annotate: Move the data structures related to register type to header file
Athira Rajeev
2
-52
/
+57
2024-07-31
perf test: Avoid python leak sanitizer test failures
Ian Rogers
2
-0
/
+6
2024-07-31
perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type
Arnaldo Carvalho de Melo
2
-46
/
+56
2024-07-31
perf trace: Introduce trace__btf_scnprintf()
Arnaldo Carvalho de Melo
1
-22
/
+27
2024-07-31
perf test trace_btf_enum: Add regression test for the BTF augmentation of enu...
Howard Chu
1
-0
/
+61
2024-07-31
perf test: Add landlock workload
Howard Chu
4
-0
/
+69
2024-07-31
perf trace: Filter enum arguments with enum names
Howard Chu
1
-6
/
+56
2024-07-31
perf trace: Augment non-syscall tracepoints with enum arguments with BTF
Howard Chu
1
-7
/
+22
2024-07-31
perf trace: BTF-based enum pretty printing for syscall args
Howard Chu
1
-4
/
+106
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
[prev]
[next]