Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/arch/arm64/util/
Dperf_regs.c62 static regex_t sdt_op_regex1, sdt_op_regex2; variable
72 ret = regcomp(&sdt_op_regex1, SDT_OP_REGEX1, REG_EXTENDED); in sdt_init_op_regex()
84 regfree(&sdt_op_regex1); in sdt_init_op_regex()
103 if (!regexec(&sdt_op_regex1, old_op, 3, rm, 0)) { in arch_sdt_arg_parse_op()
/Linux-v6.1/tools/perf/arch/powerpc/util/
Dperf_regs.c88 static regex_t sdt_op_regex1, sdt_op_regex2; variable
98 ret = regcomp(&sdt_op_regex1, SDT_OP_REGEX1, REG_EXTENDED); in sdt_init_op_regex()
110 regfree(&sdt_op_regex1); in sdt_init_op_regex()
150 if (!regexec(&sdt_op_regex1, old_op, 3, rm, 0)) { in arch_sdt_arg_parse_op()