Searched defs:task_snapshot (Results 1 – 1 of 1) sorted by relevance
106 struct task_snapshot { struct107 uint32_t snapshot_magic;108 int32_t pid;109 uint64_t uniqueid;110 uint64_t user_time_in_terminated_threads;111 uint64_t system_time_in_terminated_threads;112 uint8_t shared_cache_identifier[16];113 uint64_t shared_cache_slide;114 uint32_t nloadinfos;115 int suspend_count;[all …]