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