Home
last modified time | relevance | path

Searched refs:syscall_glob (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsyscalltbl.c113 int syscalltbl__strglobmatch_next(int e_machine, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_next() argument
120 if (strglobmatch(name, syscall_glob)) { in syscalltbl__strglobmatch_next()
129 int syscalltbl__strglobmatch_first(int e_machine, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() argument
132 return syscalltbl__strglobmatch_next(e_machine, syscall_glob, idx); in syscalltbl__strglobmatch_first()
H A Dsyscalltbl.h10 int syscalltbl__strglobmatch_first(int e_machine, const char *syscall_glob, int *idx);
11 int syscalltbl__strglobmatch_next(int e_machine, const char *syscall_glob, int *idx);