Home
last modified time | relevance | path

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

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