Searched defs:thread_snapshot (Results 1 – 1 of 1) sorted by relevance
55 struct thread_snapshot { struct56 uint32_t snapshot_magic;57 uint32_t nkern_frames;58 uint32_t nuser_frames;59 uint64_t wait_event;60 uint64_t continuation;61 uint64_t thread_id;62 uint64_t user_time;63 uint64_t system_time;64 int32_t state;[all …]