X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_profiler.h;h=75722b866756e9ebef2befc741c0c5b4388fff2c;hb=b924c7f1850b7b4879677253e15db59b359a1b09;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..75722b8 100644 --- a/palacios/include/palacios/vmm_profiler.h +++ b/palacios/include/palacios/vmm_profiler.h @@ -28,12 +28,14 @@ struct guest_info; struct v3_profiler { - uint_t total_exits; + uint_t total_exits; - ullong_t start_time; - ullong_t end_time; + ullong_t start_time; + ullong_t end_time; - struct rb_root root; + uint_t guest_pf_cnt; + + struct rb_root root; };