Searched refs:syscalltbl__strglobmatch_first (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | syscalltbl.c | 133 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() function 172 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() function
|
| H A D | syscalltbl.h | 20 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx);
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-trace.c | 1859 id = syscalltbl__strglobmatch_first(trace->sctbl, sc, &match_next); in trace__validate_ev_qualifier() 4592 syscalltbl__strglobmatch_first(trace->sctbl, s, &idx) >= 0) {
|