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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c324 static struct ins_ops nop_ops = { variable in typeref:struct:ins_ops
396 { .name = "nop", .ops = &nop_ops, },
397 { .name = "nopl", .ops = &nop_ops, },
398 { .name = "nopw", .ops = &nop_ops, },
859 if (dl->ins->ops != &nop_ops)

Completed in 311 milliseconds