From a8adeea0022ce67266dd8e78d0915af02554fd56 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Tue, 30 Oct 2012 17:34:08 -0700 Subject: [PATCH] --- yaml --- r: 338934 b: refs/heads/master c: ffadcf090d468e9c4938b718649f38dd10cfdb02 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/util/annotate.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 33c200e4a8ff..cabec5e9fc09 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 688b2c2f17943d48bccbaad4c43430ee68c4c1cd +refs/heads/master: ffadcf090d468e9c4938b718649f38dd10cfdb02 diff --git a/trunk/tools/perf/util/annotate.c b/trunk/tools/perf/util/annotate.c index 7a34dd18b74c..b14d4df9f149 100644 --- a/trunk/tools/perf/util/annotate.c +++ b/trunk/tools/perf/util/annotate.c @@ -401,6 +401,8 @@ static struct ins instructions[] = { { .name = "testb", .ops = &mov_ops, }, { .name = "testl", .ops = &mov_ops, }, { .name = "xadd", .ops = &mov_ops, }, + { .name = "xbeginl", .ops = &jump_ops, }, + { .name = "xbeginq", .ops = &jump_ops, }, }; static int ins__cmp(const void *name, const void *insp)