2 #ifndef __PERF_SYSCALLTBL_H 3 #define __PERF_SYSCALLTBL_H struct syscalltbl::@150::@152 syscalls
const char * syscalltbl__name(const struct syscalltbl *tbl, int id)
int syscalltbl__id(struct syscalltbl *tbl, const char *name)
void syscalltbl__delete(struct syscalltbl *tbl)
int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx)
struct syscalltbl * syscalltbl__new(void)
int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx)