aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/syscalltbl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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