perf annotate: Add 'ret' (intel disasm style) as an alias for 'retq'
[linux-2.6-microblaze.git] / tools / perf / arch / x86 / annotate / instructions.c
index 7eb5621..24ea12e 100644 (file)
@@ -110,6 +110,7 @@ static struct ins x86__instructions[] = {
        { .name = "por",        .ops = &mov_ops,  },
        { .name = "rclb",       .ops = &mov_ops,  },
        { .name = "rcll",       .ops = &mov_ops,  },
+       { .name = "ret",        .ops = &ret_ops,  },
        { .name = "retq",       .ops = &ret_ops,  },
        { .name = "sbb",        .ops = &mov_ops,  },
        { .name = "sbbl",       .ops = &mov_ops,  },