fix hotplug support
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 9cb5c7a6fcc13a6ce8f0a4fa639bb676f3909552..995a907506b4a937efffe2f8a18a792c8de0d982 100644 (file)
@@ -1031,8 +1031,9 @@ LttTrace *ltt_trace_open(const gchar *pathname)
 
   for(i=0; i<group->len; i++) {
     tf = &g_array_index (group, LttTracefile, i);
-    if(ltt_process_facility_tracefile(tf))
-      goto facilities_error;
+    if (tf->cpu_online)
+      if(ltt_process_facility_tracefile(tf))
+        goto facilities_error;
   }
 
   return t;
This page took 0.022529 seconds and 4 git commands to generate.