Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/arch/s390/annotate/
Dinstructions.c51 static struct ins_ops s390_call_ops = { variable
122 ops = &s390_call_ops; in s390__associate_ins_ops()
/linux-5.19.10/tools/perf/util/
Dannotate.c324 return ins->ops == &call_ops || ins->ops == &s390_call_ops; in ins__is_call()