aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r--tools/perf/util/annotate.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h
index 8a8af0d82b07..2b9e3e038a84 100644
--- a/tools/perf/util/annotate.h
+++ b/tools/perf/util/annotate.h
@@ -11,8 +11,11 @@ struct ins;
11 11
12struct ins_operands { 12struct ins_operands {
13 char *raw; 13 char *raw;
14 char *target_name; 14 struct {
15 u64 target; 15 char *name;
16 u64 offset;
17 u64 addr;
18 } target;
16}; 19};
17 20
18struct ins_ops { 21struct ins_ops {