Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/powerpc/annotate/
Dinstructions.c46 ops = &ret_ops; in powerpc__associate_instruction_ops()
/Linux-v4.19/tools/perf/arch/arm64/annotate/
Dinstructions.c22 ops = &ret_ops; in arm64__associate_instruction_ops()
/Linux-v4.19/tools/perf/arch/s390/annotate/
Dinstructions.c126 ops = &ret_ops; in s390__associate_ins_ops()
/Linux-v4.19/tools/perf/arch/x86/annotate/
Dinstructions.c113 { .name = "retq", .ops = &ret_ops, },
/Linux-v4.19/tools/perf/util/
Dannotate.c87 static struct ins_ops ret_ops; variable
613 static struct ins_ops ret_ops = { variable
619 return ins->ops == &ret_ops; in ins__is_ret()