diff options
Diffstat (limited to 'tools/perf/util/sort.h')
-rw-r--r-- | tools/perf/util/sort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index eb3959b8e9d9..f070b523c81a 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h | |||
@@ -73,8 +73,8 @@ struct hist_entry { | |||
73 | u8 filtered; | 73 | u8 filtered; |
74 | char *srcline; | 74 | char *srcline; |
75 | struct symbol *parent; | 75 | struct symbol *parent; |
76 | unsigned long position; | ||
76 | union { | 77 | union { |
77 | unsigned long position; | ||
78 | struct hist_entry *pair; | 78 | struct hist_entry *pair; |
79 | struct rb_root sorted_chain; | 79 | struct rb_root sorted_chain; |
80 | }; | 80 | }; |