Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddisasm.h119 extern const struct ins_ops nop_ops;
H A Ddisasm.c45 const struct ins_ops nop_ops; variable
716 const struct ins_ops nop_ops = { variable
726 return ins->ops == &nop_ops; in ins__is_nop()
/linux/tools/perf/util/annotate-arch/
H A Dannotate-x86.c100 { .name = "nop", .ops = &nop_ops, },