X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_profiler.h;h=7861a7b51a2e3693677e91e8a597c16f15e1cd49;hb=97cd5fe64c098b917e5519d30fd54c4b4e338b1c;hp=b08323277b000fb549f4686ff34f0ade712c79a0;hpb=362391accc505b29d938e9d0a21bf6a28a8cee34;p=palacios.git diff --git a/palacios/include/palacios/vmm_profiler.h b/palacios/include/palacios/vmm_profiler.h index b083232..7861a7b 100644 --- a/palacios/include/palacios/vmm_profiler.h +++ b/palacios/include/palacios/vmm_profiler.h @@ -33,6 +33,8 @@ struct v3_profiler { ullong_t start_time; ullong_t end_time; + uint_t guest_pf_cnt; + struct rb_root root; };