perf stat: Ignore error thread when enabling system-wide --per-thread
[linux-2.6-microblaze.git] / tools / perf / util / thread_map.h
index 5ec91cf..2f689c9 100644 (file)
@@ -14,6 +14,7 @@ struct thread_map_data {
 struct thread_map {
        refcount_t refcnt;
        int nr;
+       int err_thread;
        struct thread_map_data map[];
 };