X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_sym_swap.h;h=4e5f9cc4832930106947fff3c194cf5842832351;hp=6bb3788f6ff5c7f2e9eb0fa600c7562d28750f49;hb=449bf14185a1b3e2db53855b14e0e3ef3a803fd9;hpb=23b1c1715de4e064ee134b15273b3935ecfb8b74 diff --git a/palacios/include/palacios/vmm_sym_swap.h b/palacios/include/palacios/vmm_sym_swap.h index 6bb3788..4e5f9cc 100644 --- a/palacios/include/palacios/vmm_sym_swap.h +++ b/palacios/include/palacios/vmm_sym_swap.h @@ -45,6 +45,12 @@ struct v3_swap_dev { struct v3_sym_swap_state { struct v3_swap_dev devs[256]; +#ifdef CONFIG_SYMBIOTIC_SWAP_TELEMETRY + uint32_t read_faults; + uint32_t write_faults; + uint32_t flushes; +#endif + // shadow pointers struct hashtable * shdw_ptr_ht; };