Home
last modified time | relevance | path

Searched refs:syscalltbl__strglobmatch_first (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsyscalltbl.c133 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 Dsyscalltbl.h20 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx);
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-trace.c1859 id = syscalltbl__strglobmatch_first(trace->sctbl, sc, &match_next); in trace__validate_ev_qualifier()
4592 syscalltbl__strglobmatch_first(trace->sctbl, s, &idx) >= 0) {