Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c48 static struct ins_ops s390_call_ops = { variable
119 ops = &s390_call_ops; in s390__associate_ins_ops()
/openbmc/linux/tools/perf/util/
H A Dannotate.c334 return ins->ops == &call_ops || ins->ops == &s390_call_ops || ins->ops == &loongarch_call_ops; in ins__is_call()