Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c85 { .name = "nop", .ops = &nop_ops, },
/openbmc/linux/tools/perf/util/
H A Dannotate.c98 static struct ins_ops nop_ops; variable
682 static struct ins_ops nop_ops = { variable
1702 if (dl->ins.ops != &nop_ops) in delete_last_nop()