Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/arch/x86/annotate/
Dinstructions.c99 { .name = "nop", .ops = &nop_ops, },
100 { .name = "nopl", .ops = &nop_ops, },
101 { .name = "nopw", .ops = &nop_ops, },
/linux-5.19.10/tools/perf/util/
Dannotate.c97 static struct ins_ops nop_ops; variable
659 static struct ins_ops nop_ops = { variable
1581 if (dl->ins.ops != &nop_ops) in delete_last_nop()