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