Searched defs:appldata_mem_data (Results 1 – 1 of 1) sorted by relevance
33 struct appldata_mem_data { struct34 u64 timestamp;35 u32 sync_count_1; /* after VM collected the record data, */36 u32 sync_count_2; /* sync_count_1 and sync_count_2 should be the41 u64 pgpgin; /* data read from disk */42 u64 pgpgout; /* data written to disk */43 u64 pswpin; /* pages swapped in */44 u64 pswpout; /* pages swapped out */46 u64 sharedram; /* sharedram is currently set to 0 */48 u64 totalram; /* total main memory size */[all …]