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-03-21
perf annotate-data: Add a cache for global variable types
Namhyung Kim
4
-4
/
+118
2024-03-21
perf annotate-data: Add stack canary type
Namhyung Kim
3
-0
/
+72
2024-03-21
perf annotate-data: Handle ADD instructions
Namhyung Kim
1
-2
/
+105
2024-03-21
perf annotate-data: Support general per-cpu access
Namhyung Kim
1
-44
/
+169
2024-03-21
perf annotate-data: Track instructions with a this-cpu variable
Namhyung Kim
1
-1
/
+30
2024-03-21
perf annotate-data: Handle this-cpu variables in kernel
Namhyung Kim
2
-2
/
+26
2024-03-21
perf annotate: Parse x86 segment register location
Namhyung Kim
2
-4
/
+47
2024-03-21
perf annotate-data: Check register state for type
Namhyung Kim
1
-7
/
+81
2024-03-21
perf annotate-data: Implement instruction tracking
Namhyung Kim
3
-14
/
+211
2024-03-21
perf annotate-data: Handle call instructions
Namhyung Kim
1
-2
/
+52
2024-03-21
perf annotate-data: Handle global variable access
Namhyung Kim
1
-4
/
+42
2024-03-21
perf annotate-data: Add get_global_var_type()
Namhyung Kim
3
-33
/
+57
2024-03-21
perf annotate-data: Add update_insn_state()
Namhyung Kim
3
-3
/
+161
2024-03-21
perf annotate-data: Maintain variable type info
Namhyung Kim
2
-0
/
+177
2024-03-21
perf annotate-data: Add debug messages
Namhyung Kim
3
-7
/
+71
2024-03-21
perf annotate: Add annotate_get_basic_blocks()
Namhyung Kim
2
-3
/
+235
2024-03-21
perf annotate-data: Introduce 'struct data_loc_info'
Namhyung Kim
3
-60
/
+91
2024-03-21
perf map: Add map__objdump_2rip()
Namhyung Kim
2
-0
/
+20
2024-03-21
perf dwarf-aux: Add die_find_func_rettype()
Namhyung Kim
2
-0
/
+47
2024-03-21
perf dwarf-aux: Handle type transfer for memory access
Namhyung Kim
2
-0
/
+119
2024-03-21
perf dwarf-aux: Add die_collect_vars()
Namhyung Kim
2
-28
/
+107
2024-03-21
perf dwarf-aux: Remove unused pc argument
Namhyung Kim
3
-11
/
+6
2024-03-21
perf cpumap: Use perf_cpu_map__for_each_cpu when possible
Ian Rogers
9
-74
/
+72
2024-03-21
perf stat: Remove duplicate cpus_map_matched function
Ian Rogers
1
-21
/
+1
2024-03-21
perf arm64 header: Remove unnecessary CPU map get and put
Ian Rogers
1
-3
/
+0
2024-03-21
perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
Ian Rogers
5
-14
/
+9
2024-03-21
perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
Ian Rogers
2
-7
/
+7
2024-03-21
perf arm-spe/cs-etm: Directly iterate CPU maps
Ian Rogers
2
-67
/
+51
2024-03-21
perf build: Fix out of tree build related to installation of sysreg-defs
Ethan Adams
1
-3
/
+4
2024-03-21
perf auxtrace: Fix multiple use of --itrace option
Adrian Hunter
1
-1
/
+3
2024-03-21
perf script: Show also errors for --insn-trace option
Adrian Hunter
1
-1
/
+1
2024-03-21
perf docs arm_spe: Clarify more SPE requirements related to KPTI
James Clark
1
-1
/
+11
2024-03-21
tools headers: Remove almost unused copy of uapi/stat.h, add few conditional ...
Arnaldo Carvalho de Melo
2
-2
/
+11
2024-03-21
tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcn...
Arnaldo Carvalho de Melo
1
-2
/
+0
2024-03-21
perf beauty: Use the system linux/fcntl.h instead of a copy from the kernel
Arnaldo Carvalho de Melo
3
-3
/
+3
2024-03-21
perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct...
Arnaldo Carvalho de Melo
6
-13
/
+364
2024-03-21
perf beauty: Stop using the copy of uapi/linux/prctl.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-03-21
perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the director...
Arnaldo Carvalho de Melo
4
-6
/
+150
2024-03-21
perf beauty: Move uapi/sound/asound.h copy out of the directory used to build...
Arnaldo Carvalho de Melo
5
-9
/
+1262
2024-03-21
perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to...
Arnaldo Carvalho de Melo
4
-6
/
+237
2024-03-21
perf beauty: Move uapi/linux/mount.h copy out of the directory used to build ...
Arnaldo Carvalho de Melo
8
-27
/
+237
2024-03-21
perf beauty: Don't include uapi/linux/mount.h, use sys/mount.h instead
Arnaldo Carvalho de Melo
1
-1
/
+8
2024-03-21
perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perf
Arnaldo Carvalho de Melo
6
-8
/
+386
2024-03-21
perf beauty: Fix dependency of tables using uapi/linux/mount.h
Arnaldo Carvalho de Melo
1
-5
/
+5
2024-03-21
perf c2c: Fix a punctuation
Bhaskar Chowdhury
1
-1
/
+1
2024-03-21
perf trace: Collect sys_nanosleep first argument
Arnaldo Carvalho de Melo
2
-0
/
+23
2024-03-14
net: remove {revc,send}msg_copy_msghdr() from exports
Jens Axboe
1
-7
/
+0
2024-03-12
riscv: andes: Support specifying symbolic firmware and hardware raw events
Locus Wei-Han Chen
5
-0
/
+330
2024-03-06
perf annotate: Add comments in the data structures
Namhyung Kim
1
-7
/
+62
2024-03-06
perf annotate: Remove sym_hist.addr[] array
Namhyung Kim
2
-34
/
+6
[prev]
[next]