satyr
0.28
|
A thread of execution on call stack of a core dump. More...
#include <thread.h>
Data Fields | |
enum sr_report_type | type |
int64_t | id |
struct sr_core_frame * | frames |
struct sr_core_thread * | next |
A thread of execution on call stack of a core dump.
Definition at line 44 of file core/thread.h.
struct sr_core_frame* sr_core_thread::frames |
Thread's frames, starting from the top of the stack.
Definition at line 54 of file core/thread.h.
int64_t sr_core_thread::id |
Thread id.
Definition at line 49 of file core/thread.h.
struct sr_core_thread* sr_core_thread::next |
A sibling thread, or NULL if this is the last thread in a stacktrace.
Definition at line 60 of file core/thread.h.