Searched refs:dec_ops (Results 1 – 2 of 2) sorted by relevance
/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, },
|
/tools/perf/util/ |
D | annotate.c | 96 static struct ins_ops dec_ops; variable 630 static struct ins_ops dec_ops = { variable
|