Searched refs:syscalltbl (Results 1 – 22 of 22) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | syscalltbl.c | 76 static int syscalltbl__init_native(struct syscalltbl *tbl) in syscalltbl__init_native() 103 struct syscalltbl *syscalltbl__new(void) in syscalltbl__new() 105 struct syscalltbl *tbl = malloc(sizeof(*tbl)); in syscalltbl__new() 115 void syscalltbl__delete(struct syscalltbl *tbl) in syscalltbl__delete() 121 const char *syscalltbl__name(const struct syscalltbl *tbl __maybe_unused, int id) in syscalltbl__name() 126 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id() 135 int syscalltbl__id_at_idx(struct syscalltbl *tbl, int idx) in syscalltbl__id_at_idx() 142 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_next() 157 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() 167 struct syscalltbl *syscalltbl__new(void) in syscalltbl__new() [all …]
|
D | syscalltbl.h | 5 struct syscalltbl { struct 14 struct syscalltbl *syscalltbl__new(void); argument 15 void syscalltbl__delete(struct syscalltbl *tbl); 17 const char *syscalltbl__name(const struct syscalltbl *tbl, int id); 18 int syscalltbl__id(struct syscalltbl *tbl, const char *name); 19 int syscalltbl__id_at_idx(struct syscalltbl *tbl, int idx); 21 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx); 22 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx);
|
D | Build | 73 perf-util-$(CONFIG_TRACE) += syscalltbl.o
|
/linux-6.12.1/scripts/ |
D | Makefile.asm-headers | 20 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-6.12.1/arch/arm64/kernel/ |
D | Makefile.syscalls | 6 syscalltbl = arch/arm64/tools/syscall_%.tbl
|
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscalltbl.sh | 23 sorted_table=$(mktemp /tmp/syscalltbl.XXXXXX)
|
/linux-6.12.1/tools/perf/arch/x86/ |
D | Build | 5 SHELL_TESTS := entry/syscalls/syscalltbl.sh
|
D | Makefile | 18 systbl := $(sys)/syscalltbl.sh
|
/linux-6.12.1/arch/sh/kernel/syscalls/ |
D | Makefile | 9 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/m68k/kernel/syscalls/ |
D | Makefile | 9 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/xtensa/kernel/syscalls/ |
D | Makefile | 9 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/microblaze/kernel/syscalls/ |
D | Makefile | 9 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/alpha/kernel/syscalls/ |
D | Makefile | 9 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/parisc/kernel/syscalls/ |
D | Makefile | 9 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/sparc/kernel/syscalls/ |
D | Makefile | 9 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/s390/kernel/syscalls/ |
D | Makefile | 8 systbl := $(src)/syscalltbl
|
D | syscalltbl | 20 local temp=$(mktemp ${TMPDIR:-/tmp}/syscalltbl-common.XXXXXXXXX)
|
/linux-6.12.1/arch/mips/kernel/syscalls/ |
D | Makefile | 9 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/powerpc/kernel/syscalls/ |
D | Makefile | 9 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/arm/tools/ |
D | Makefile | 13 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/arch/x86/entry/syscalls/ |
D | Makefile | 12 systbl := $(srctree)/scripts/syscalltbl.sh
|
/linux-6.12.1/tools/perf/ |
D | builtin-trace.c | 144 struct syscalltbl *sctbl;
|