strglobmatch 166 tools/perf/util/dwarf-aux.c if (name && strglobmatch(name, glob)) strglobmatch 170 tools/perf/util/dwarf-aux.c if (name && strglobmatch(name, glob)) strglobmatch 564 tools/perf/util/parse-events.c if (!strglobmatch(evt_ent->d_name, evt_name)) strglobmatch 618 tools/perf/util/parse-events.c if (!strglobmatch(events_ent->d_name, sys_name)) strglobmatch 2217 tools/perf/util/parse-events.c !strglobmatch(sys_dirent->d_name, subsys_glob)) strglobmatch 2229 tools/perf/util/parse-events.c !strglobmatch(evt_dirent->d_name, event_glob)) strglobmatch 2396 tools/perf/util/parse-events.c !strglobmatch(ent->pev.group, subsys_glob)) strglobmatch 2399 tools/perf/util/parse-events.c !strglobmatch(ent->pev.event, event_glob)) strglobmatch 2469 tools/perf/util/parse-events.c if (event_glob != NULL && !strglobmatch(name, event_glob)) strglobmatch 2523 tools/perf/util/parse-events.c if (event_glob && !strglobmatch(name, event_glob)) strglobmatch 2559 tools/perf/util/parse-events.c !(strglobmatch(syms->symbol, event_glob) || strglobmatch 2560 tools/perf/util/parse-events.c (syms->alias && strglobmatch(syms->alias, event_glob)))) strglobmatch 1447 tools/perf/util/pmu.c (event_glob == NULL || strglobmatch(pmu->name, event_glob))) { strglobmatch 2678 tools/perf/util/probe-event.c if (strglobmatch(tev->args[i].value, "[$@+-]*")) { strglobmatch 2858 tools/perf/util/probe-event.c if (strglobmatch(norm, name)) { strglobmatch 3191 tools/perf/util/probe-event.c if ((!pev->group || strglobmatch(entry->pev.group, pev->group)) && strglobmatch 3192 tools/perf/util/probe-event.c strglobmatch(entry->pev.event, pev->event)) { strglobmatch 1054 tools/perf/util/probe-file.c strglobmatch(buf, ftrace_readme_table[i].pattern); strglobmatch 234 tools/perf/util/strfilter.c return strglobmatch(str, node->p); strglobmatch 14 tools/perf/util/string2.h bool strglobmatch(const char *str, const char *pat); strglobmatch 124 tools/perf/util/syscalltbl.c if (strglobmatch(syscalls[i].name, syscall_glob)) { strglobmatch 107 tools/perf/util/util.c if (strglobmatch(file, pat[i]))