Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/s390/annotate/
Dinstructions.c51 static struct ins_ops s390_call_ops = { variable
124 ops = &s390_call_ops; in s390__associate_ins_ops()
/Linux-v4.19/tools/perf/util/
Dannotate.c282 return ins->ops == &call_ops || ins->ops == &s390_call_ops; in ins__is_call()