Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/arch/loongarch/annotate/
Dinstructions.c50 static struct ins_ops loongarch_call_ops = { variable
108 ops = &loongarch_call_ops; in loongarch__associate_ins_ops()
/linux-6.12.1/tools/perf/util/
Ddisasm.c340 return ins->ops == &call_ops || ins->ops == &s390_call_ops || ins->ops == &loongarch_call_ops; in ins__is_call()