Searched refs:dec_ops (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/tools/perf/arch/x86/annotate/ |
| D | instructions.c | 36 { .name = "dec", .ops = &dec_ops, }, 37 { .name = "decl", .ops = &dec_ops, }, 42 { .name = "inc", .ops = &dec_ops, }, 43 { .name = "incl", .ops = &dec_ops, },
|
| /Linux-v4.19/tools/perf/util/ |
| D | annotate.c | 82 static struct ins_ops dec_ops; variable 598 static struct ins_ops dec_ops = { variable
|