Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dsyscalltbl.h10 int syscalltbl__strglobmatch_first(int e_machine, const char *syscall_glob, int *idx);
H A Dsyscalltbl.c129 int syscalltbl__strglobmatch_first(int e_machine, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() function
/linux-6.15/tools/perf/
H A Dbuiltin-trace.c2258 id = syscalltbl__strglobmatch_first(EM_HOST, sc, &match_next); in trace__validate_ev_qualifier()
5190 syscalltbl__strglobmatch_first(EM_HOST, s, &idx) >= 0) { in trace__parse_events_option()