Searched refs:sdt_op_regex1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/arch/arm64/util/ |
D | perf_regs.c | 63 static regex_t sdt_op_regex1, sdt_op_regex2; variable 73 ret = regcomp(&sdt_op_regex1, SDT_OP_REGEX1, REG_EXTENDED); in sdt_init_op_regex() 85 regfree(&sdt_op_regex1); in sdt_init_op_regex() 104 if (!regexec(&sdt_op_regex1, old_op, 3, rm, 0)) { in arch_sdt_arg_parse_op()
|
/linux-6.12.1/tools/perf/arch/powerpc/util/ |
D | perf_regs.c | 89 static regex_t sdt_op_regex1, sdt_op_regex2; variable 99 ret = regcomp(&sdt_op_regex1, SDT_OP_REGEX1, REG_EXTENDED); in sdt_init_op_regex() 111 regfree(&sdt_op_regex1); in sdt_init_op_regex() 151 if (!regexec(&sdt_op_regex1, old_op, 3, rm, 0)) { in arch_sdt_arg_parse_op()
|