Home
last modified time | relevance | path

Searched refs:sdt_op_regex1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/tools/perf/arch/arm64/util/
Dperf_regs.c55 static regex_t sdt_op_regex1, sdt_op_regex2; variable
65 ret = regcomp(&sdt_op_regex1, SDT_OP_REGEX1, REG_EXTENDED); in sdt_init_op_regex()
77 regfree(&sdt_op_regex1); in sdt_init_op_regex()
96 if (!regexec(&sdt_op_regex1, old_op, 3, rm, 0)) { in arch_sdt_arg_parse_op()
/Linux-v5.15/tools/perf/arch/powerpc/util/
Dperf_regs.c86 static regex_t sdt_op_regex1, sdt_op_regex2; variable
96 ret = regcomp(&sdt_op_regex1, SDT_OP_REGEX1, REG_EXTENDED); in sdt_init_op_regex()
108 regfree(&sdt_op_regex1); in sdt_init_op_regex()
148 if (!regexec(&sdt_op_regex1, old_op, 3, rm, 0)) { in arch_sdt_arg_parse_op()