Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsyscalltbl.h20 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx);
H A Dsyscalltbl.c141 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() function
180 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() function
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c1915 id = syscalltbl__strglobmatch_first(trace->sctbl, sc, &match_next); in trace__validate_ev_qualifier()
4521 syscalltbl__strglobmatch_first(trace->sctbl, s, &idx) >= 0) {