perf tools: Add new COMM infrastructure
[deliverable/linux.git] / tools / perf / util / thread.h
index 4e9724270a6430ccaaed90a14924294c0533e2f1..8702c6b4163a5dd7bf24e70cd8693d6dfc15f2ed 100644 (file)
@@ -2,6 +2,7 @@
 #define __PERF_THREAD_H
 
 #include <linux/rbtree.h>
+#include <linux/list.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include "symbol.h"
@@ -18,7 +19,7 @@ struct thread {
        char                    shortname[3];
        bool                    comm_set;
        bool                    dead; /* if set thread has exited */
-       char                    *comm;
+       struct list_head        comm_list;
        int                     comm_len;
 
        void                    *priv;
This page took 0.025596 seconds and 5 git commands to generate.