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