Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dannotate.c344 static struct ins_ops nop_ops = { variable
416 { .name = "nop", .ops = &nop_ops, },
417 { .name = "nopl", .ops = &nop_ops, },
418 { .name = "nopw", .ops = &nop_ops, },
1061 if (dl->ins->ops != &nop_ops) in delete_last_nop()