diff options
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r-- | tools/perf/util/annotate.h | 7 |
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 | ||
12 | struct ins_operands { | 12 | struct 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 | ||
18 | struct ins_ops { | 21 | struct ins_ops { |