X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fsort.h;h=5bf2b744e7b26d923c0568f319f33def3fe75f48;hb=b9fb93047756c5e4129dfda7591612de61b0e877;hp=439ec5fa0f5f94fa542f5d0f0dcb4343554c59ba;hpb=71cf8b8ff7d6a79af086be9e4c72628da9d62d58;p=safe%2Fjmp%2Flinux-2.6 diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index 439ec5f..5bf2b74 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h @@ -49,12 +49,12 @@ struct hist_entry { u64 ip; char level; struct symbol *parent; - struct callchain_node callchain; union { unsigned long position; struct hist_entry *pair; struct rb_root sorted_chain; }; + struct callchain_node callchain[0]; }; enum sort_type {