Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Ddisasm.c38 static struct ins_ops nop_ops; variable
819 static struct ins_ops nop_ops = { variable
829 return ins->ops == &nop_ops; in ins__is_nop()
/linux-6.15/tools/perf/arch/x86/annotate/
H A Dinstructions.c88 { .name = "nop", .ops = &nop_ops, },