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