X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fthread.h;h=bee1eb0f73bcd1cc1a7d2336545e09779d39f0a5;hb=93d5731dcb5b8cb7fa56ee11a5891f10c96c2a45;hp=9b29f085aedeaa637da7bb25e571c07a19697cd0;hpb=4e85edfc3f5c0e016a960c1dcbe0217e86602525;p=firefly-linux-kernel-4.4.55.git diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index 9b29f085aede..bee1eb0f73bc 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h @@ -13,7 +13,7 @@ struct thread { struct rb_node rb_node; struct list_head node; }; - struct map_groups mg; + struct map_groups *mg; pid_t pid_; /* Not all tools update this */ pid_t tid; pid_t ppid;