Searched refs:dec_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | annotate.c | 333 static struct ins_ops dec_ops = { variable 366 { .name = "dec", .ops = &dec_ops, }, 367 { .name = "decl", .ops = &dec_ops, }, 369 { .name = "inc", .ops = &dec_ops, }, 370 { .name = "incl", .ops = &dec_ops, },
|