Home
last modified time | relevance | path

Searched refs:syscalltbl (Results 1 – 18 of 18) sorted by relevance

/linux/tools/perf/util/
H A Dsyscalltbl.h5 struct syscalltbl { struct
13 struct syscalltbl *syscalltbl__new(void);
14 void syscalltbl__delete(struct syscalltbl *tbl); argument
16 const char *syscalltbl__name(const struct syscalltbl *tbl, int id);
17 int syscalltbl__id(struct syscalltbl *tbl, const char *name);
18 int syscalltbl__id_at_idx(struct syscalltbl *tbl, int idx);
20 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx);
21 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx);
/linux/scripts/
H A DMakefile.asm-headers20 syscalltbl := $(srctree)/scripts/syscall.tbl
29 systbl := $(srctree)/scripts/syscalltbl.sh
80 $(obj)/unistd_%.h: $(syscalltbl) $(syshdr) FORCE
84 $(obj)/unistd_compat_%.h: $(syscalltbl) $(syshdr) FORCE
87 $(obj)/syscall_table_%.h: $(syscalltbl) $(systbl) FORCE
/linux/arch/arm64/kernel/
H A DMakefile.syscalls6 syscalltbl = arch/arm64/tools/syscall_%.tbl
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscalltbl.sh
/linux/tools/perf/arch/x86/
H A DBuild
/linux/arch/sh/kernel/syscalls/
H A DMakefile9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/alpha/kernel/syscalls/
H A DMakefile9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/xtensa/kernel/syscalls/
H A DMakefile9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/microblaze/kernel/syscalls/
H A DMakefile9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/m68k/kernel/syscalls/
H A DMakefile9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/parisc/kernel/syscalls/
H A DMakefile9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/sparc/kernel/syscalls/
H A DMakefile9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/mips/kernel/syscalls/
H A DMakefile9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/powerpc/kernel/syscalls/
H A DMakefile9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/arm/tools/
H A DMakefile13 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/arch/s390/kernel/syscalls/
H A Dsyscalltbl20 local temp=$(mktemp ${TMPDIR:-/tmp}/syscalltbl-common.XXXXXXXXX)
/linux/arch/x86/entry/syscalls/
H A DMakefile12 systbl := $(srctree)/scripts/syscalltbl.sh
/linux/tools/perf/
H A Dbuiltin-trace.c144 struct syscalltbl *sctbl;