Home
last modified time | relevance | path

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

/tools/perf/arch/x86/annotate/
Dinstructions.c36 { .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/
Dannotate.c96 static struct ins_ops dec_ops; variable
630 static struct ins_ops dec_ops = { variable