X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_pmu_telemetry.c;h=0d08654a7154583ab3022aff99abefca2a39b50b;hb=aab5ecea4d72bd6d86c64a8f415079c4c1fe093e;hp=c7cb0fcd4cf9043bbcc33a3b6abb46e0d9a33fe8;hpb=70cd5886dbc70e266759446cb93cdf598de420b4;p=palacios.releases.git diff --git a/palacios/src/palacios/vmm_pmu_telemetry.c b/palacios/src/palacios/vmm_pmu_telemetry.c index c7cb0fc..0d08654 100644 --- a/palacios/src/palacios/vmm_pmu_telemetry.c +++ b/palacios/src/palacios/vmm_pmu_telemetry.c @@ -241,9 +241,7 @@ void v3_pmu_telemetry_exit(struct guest_info *info) if (HAVE(V3_PMON_CLOCK_COUNT) && HAVE(V3_PMON_RETIRED_INST_COUNT)) { update_ucpi_estimate(&(info->pmu_telem.guest_ucpi_estimate), snap, info->pmu_telem.last_snapshot); - } else { - PrintError(VM_NONE, VCORE_NONE,"Huh - not doing ucpi update?\n"); - } + } if (HAVE(V3_PMON_CACHE_MISS_COUNT) && HAVE(V3_PMON_MEM_LOAD_COUNT)) { update_umpl_estimate(&(info->pmu_telem.guest_umpl_estimate), snap, info->pmu_telem.last_snapshot);