Home
last modified time | relevance | path

Searched refs:sdt_op_regex (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dperf_regs.c145 static regex_t sdt_op_regex; variable
155 ret = regcomp(&sdt_op_regex, SDT_OP_REGEX, REG_EXTENDED); in sdt_init_op_regex()
223 regexec(&sdt_op_regex, old_op, 6, rm, 0) || in arch_sdt_arg_parse_op()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dperf_regs.c148 static regex_t sdt_op_regex; variable
158 ret = regcomp(&sdt_op_regex, SDT_OP_REGEX, REG_EXTENDED); in sdt_init_op_regex()
226 regexec(&sdt_op_regex, old_op, 6, rm, 0) || in arch_sdt_arg_parse_op()

Completed in 2 milliseconds