X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_profiler.h;h=7861a7b51a2e3693677e91e8a597c16f15e1cd49;hp=b08323277b000fb549f4686ff34f0ade712c79a0;hb=746934f539c53c6fc687890c02ebf886c6873342;hpb=18aca3554039ac4b38e4e7991eacf41960d81e51 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; };