pr_info("Analyze events for ");
 
-       if (kvm->live) {
-               if (kvm->opts.target.system_wide)
-                       pr_info("all VMs, ");
-               else if (kvm->opts.target.pid)
-                       pr_info("pid(s) %s, ", kvm->opts.target.pid);
-               else
-                       pr_info("dazed and confused on what is monitored, ");
-       }
+       if (kvm->opts.target.system_wide)
+               pr_info("all VMs, ");
+       else if (kvm->opts.target.pid)
+               pr_info("pid(s) %s, ", kvm->opts.target.pid);
+       else
+               pr_info("dazed and confused on what is monitored, ");
 
        if (vcpu == -1)
                pr_info("all VCPUs:\n\n");