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