index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
syscalltbl.c
Age
Commit message (
Expand
)
Author
2025-03-20
perf syscalltbl: Mask off ABI type for MIPS system calls
Ian Rogers
2025-03-20
perf syscalltbl: Use lookup table containing multiple architectures
Ian Rogers
2025-03-20
perf syscalltbl: Remove struct syscalltbl
Ian Rogers
2025-03-20
perf syscalltbl: Remove syscall_table.h
Ian Rogers
2025-01-10
perf tools: Remove dependency on libaudit
Charlie Jenkins
2025-01-10
perf tools s390: Use generic syscall table scripts
Charlie Jenkins
2025-01-10
perf tools powerpc: Use generic syscall table scripts
Charlie Jenkins
2025-01-09
perf tools mips: Use generic syscall scripts
Charlie Jenkins
2025-01-09
perf tools loongarch: Use syscall table
Charlie Jenkins
2025-01-09
perf tools arm64: Use syscall table
Charlie Jenkins
2025-01-09
perf tools x86: Use generic syscall scripts
Charlie Jenkins
2025-01-09
perf tools: Create generic syscall table support
Charlie Jenkins
2024-11-03
Merge 'origin/master' into perf-tools-next
Namhyung Kim
2024-10-30
perf, riscv: Wire up perf trace support for RISC-V
Björn Töpel
2024-10-23
perf trace: Fix non-listed archs in the syscalltbl routines
Jiri Slaby
2024-09-02
perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...
Arnaldo Carvalho de Melo
2024-07-12
perf trace: Fix iteration of syscall ids in syscalltbl->entries
Howard Chu
2023-06-05
perf tools: Declare syscalltbl_*[] as const for all archs
Tiezhu Yang
2023-05-01
tools/perf: Add basic support for LoongArch
Huacai Chen
2021-03-01
perf tools: Generate mips syscalls_n64.c syscall table
Tiezhu Yang
2020-05-29
perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl...
Arnaldo Carvalho de Melo
2019-07-29
perf trace: Preallocate the syscall table
Arnaldo Carvalho de Melo
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2018-07-24
perf trace arm64: Use generated syscall table
Kim Phillips
2018-04-12
perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT
Jin Yao
2018-02-16
perf trace powerpc: Use generated syscall table
Ravi Bangoria
2017-12-27
perf trace: Use generated syscall table on s390 too
Hendrik Brueckner
2017-09-25
perf tools: Fix syscalltbl build failure
Akemi Yagi
2017-09-01
perf syscalltbl: Support glob matching on syscall names
Arnaldo Carvalho de Melo
2016-04-08
perf tools: Build syscall table .c header from kernel's syscall_64.tbl
Arnaldo Carvalho de Melo
2016-04-08
perf tools: Allow generating per-arch syscall table arrays
Arnaldo Carvalho de Melo
2016-04-08
perf trace: Move syscall table id <-> name routines to separate class
Arnaldo Carvalho de Melo