Searched refs:dec_ops (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | annotate.c | 313 static struct ins_ops dec_ops = { variable 346 { .name = "dec", .ops = &dec_ops, }, 347 { .name = "decl", .ops = &dec_ops, }, 349 { .name = "inc", .ops = &dec_ops, }, 350 { .name = "incl", .ops = &dec_ops, },
|