Home
last modified time | relevance | path

Searched refs:ret_ops (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/arch/arm64/annotate/
H A Dinstructions.c82 ops = &ret_ops; in arm64__associate_instruction_ops()
/linux/tools/perf/util/
H A Ddisasm.c42 static struct ins_ops ret_ops; variable
827 static struct ins_ops ret_ops = { variable
838 return ins->ops == &ret_ops; in ins__is_ret()
/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c96 { .name = "ret", .ops = &ret_ops, },