satyr 0.43
Loading...
Searching...
No Matches
Data Fields
sr_core_thread Struct Reference

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_frameframes
 
struct sr_core_threadnext
 

Detailed Description

A thread of execution on call stack of a core dump.

Definition at line 43 of file core/thread.h.

Field Documentation

◆ frames

struct sr_core_frame* sr_core_thread::frames

Thread's frames, starting from the top of the stack.

Definition at line 53 of file core/thread.h.

◆ id

int64_t sr_core_thread::id

Thread id.

Definition at line 48 of file core/thread.h.

◆ next

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 59 of file core/thread.h.

◆ type

enum sr_report_type sr_core_thread::type

Definition at line 45 of file core/thread.h.


The documentation for this struct was generated from the following file: