X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_profiler.h;h=75722b866756e9ebef2befc741c0c5b4388fff2c;hb=2f761543eabfddd12578ed902d7139edbb37df97;hp=7861a7b51a2e3693677e91e8a597c16f15e1cd49;hpb=746934f539c53c6fc687890c02ebf886c6873342;p=palacios.git diff --git a/palacios/include/palacios/vmm_profiler.h b/palacios/include/palacios/vmm_profiler.h index 7861a7b..75722b8 100644 --- a/palacios/include/palacios/vmm_profiler.h +++ b/palacios/include/palacios/vmm_profiler.h @@ -28,14 +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; - uint_t guest_pf_cnt; + uint_t guest_pf_cnt; - struct rb_root root; + struct rb_root root; };