Searched defs:appldata_mem_data (Results 1 – 1 of 1) sorted by relevance
36 struct appldata_mem_data { struct37 u64 timestamp;38 u32 sync_count_1; /* after VM collected the record data, */39 u32 sync_count_2; /* sync_count_1 and sync_count_2 should be the44 u64 pgpgin; /* data read from disk */45 u64 pgpgout; /* data written to disk */46 u64 pswpin; /* pages swapped in */47 u64 pswpout; /* pages swapped out */49 u64 sharedram; /* sharedram is currently set to 0 */51 u64 totalram; /* total main memory size */[all …]