aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/syscalltbl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-10perf tools: Remove dependency on libauditCharlie Jenkins1-52/+0
2025-01-10perf tools s390: Use generic syscall table scriptsCharlie Jenkins1-5/+1
2025-01-10perf tools powerpc: Use generic syscall table scriptsCharlie Jenkins1-8/+0
2025-01-09perf tools mips: Use generic syscall scriptsCharlie Jenkins1-4/+0
2025-01-09perf tools loongarch: Use syscall tableCharlie Jenkins1-4/+0
2025-01-09perf tools arm64: Use syscall tableCharlie Jenkins1-4/+0
2025-01-09perf tools x86: Use generic syscall scriptsCharlie Jenkins1-9/+1
2025-01-09perf tools: Create generic syscall table supportCharlie Jenkins1-4/+4
2024-11-03Merge 'origin/master' into perf-tools-nextNamhyung Kim1-0/+10
2024-10-30perf, riscv: Wire up perf trace support for RISC-VBjörn Töpel1-0/+4
2024-10-23perf trace: Fix non-listed archs in the syscalltbl routinesJiri Slaby1-0/+10
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/syscall_32.tblArnaldo Carvalho de Melo1-0/+4
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu1-0/+7
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang1-7/+7
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen1-0/+4
2021-03-01perf tools: Generate mips syscalls_n64.c syscall tableTiezhu Yang1-0/+4
2020-05-29perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl constructorArnaldo Carvalho de Melo1-2/+2
2019-07-29perf trace: Preallocate the syscall tableArnaldo Carvalho de Melo1-0/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2018-07-24perf trace arm64: Use generated syscall tableKim Phillips1-0/+4
2018-04-12perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao1-3/+3
2018-02-16perf trace powerpc: Use generated syscall tableRavi Bangoria1-0/+8
2017-12-27perf trace: Use generated syscall table on s390 tooHendrik Brueckner1-0/+4
2017-09-25perf tools: Fix syscalltbl build failureAkemi Yagi1-1/+1
2017-09-01perf syscalltbl: Support glob matching on syscall namesArnaldo Carvalho de Melo1-0/+33
2016-04-08perf tools: Build syscall table .c header from kernel's syscall_64.tblArnaldo Carvalho de Melo1-0/+6
2016-04-08perf tools: Allow generating per-arch syscall table arraysArnaldo Carvalho de Melo1-2/+87
2016-04-08perf trace: Move syscall table id <-> name routines to separate classArnaldo Carvalho de Melo1-0/+43