regexec            43 arch/mips/boot/tools/relocs.c 	return !regexec(&sym_regex_c, sym_name, 0, NULL, 0);
regexec           113 arch/x86/tools/relocs.c 		!regexec(&sym_regex_c[type], sym_name, 0, NULL, 0);
regexec           239 drivers/gpu/drm/radeon/mkregtable.c 			r = regexec(&mask_rex, buf, 4, match, 0);
regexec           966 scripts/kconfig/symbol.c 		if (regexec(&re, sym->name, 1, match, 0))
regexec           193 tools/bpf/bpf_jit_disasm.c 		ret = regexec(&regex, ptr, 1, pmatch, 0);
regexec           250 tools/lib/traceevent/parse-filter.c 		return !regexec(sreg, event->system, 0, NULL, 0) &&
regexec           251 tools/lib/traceevent/parse-filter.c 			!regexec(ereg, event->name, 0, NULL, 0);
regexec           254 tools/lib/traceevent/parse-filter.c 	return !regexec(ereg, event->system, 0, NULL, 0) ||
regexec           255 tools/lib/traceevent/parse-filter.c 		!regexec(ereg, event->name, 0, NULL, 0);
regexec          1773 tools/lib/traceevent/parse-filter.c 		return !regexec(&arg->str.reg, val, 0, NULL, 0);
regexec          1776 tools/lib/traceevent/parse-filter.c 		return regexec(&arg->str.reg, val, 0, NULL, 0);
regexec            19 tools/perf/arch/arm/annotate/instructions.c 	if (!regexec(&arm->call_insn, name, 2, match, 0))
regexec            21 tools/perf/arch/arm/annotate/instructions.c 	else if (!regexec(&arm->jump_insn, name, 2, match, 0))
regexec            75 tools/perf/arch/arm64/annotate/instructions.c 	if (!regexec(&arm->jump_insn, name, 2, match, 0))
regexec            77 tools/perf/arch/arm64/annotate/instructions.c 	else if (!regexec(&arm->call_insn, name, 2, match, 0))
regexec           129 tools/perf/arch/powerpc/util/perf_regs.c 	if (!regexec(&sdt_op_regex1, old_op, 3, rm, 0)) {
regexec           141 tools/perf/arch/powerpc/util/perf_regs.c 	} else if (!regexec(&sdt_op_regex2, old_op, 5, rm, 0)) {
regexec           124 tools/perf/arch/x86/util/header.c 	match = !regexec(&re, id, 1, pmatch, 0);
regexec           223 tools/perf/arch/x86/util/perf_regs.c 	    regexec(&sdt_op_regex, old_op, 6, rm, 0)   ||
regexec           360 tools/perf/builtin-kmem.c 		if (regexec(&alloc_func_regex, sym->name, 0, NULL, 0))
regexec          1510 tools/perf/util/annotate.c 	if (regexec(&file_lineno, parsed_line, 2, match, 0) == 0) {
regexec           835 tools/perf/util/header.c 	match = !regexec(&re, cpuid, 1, pmatch, 0);
regexec          1919 tools/perf/util/machine.c 	if (!regexec(regex, sym->name, 0, NULL, 0))
regexec          1172 tools/vm/slabinfo.c 	return regexec(&pattern, slab, 0, NULL, 0);