Home
last modified time | relevance | path

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

/tools/perf/util/
Dannotate.c354 static struct ins_ops nop_ops = { variable
446 { .name = "nop", .ops = &nop_ops, },
447 { .name = "nopl", .ops = &nop_ops, },
448 { .name = "nopw", .ops = &nop_ops, },
1196 if (dl->ins->ops != &nop_ops) in delete_last_nop()