satyr
0.24.15.g3735.dirty
|
Frame. More...
#include "report_type.h"
Go to the source code of this file.
Data Structures | |
struct | sr_frame |
Functions | |
struct sr_frame * | sr_frame_next (struct sr_frame *frame) |
void | sr_frame_set_next (struct sr_frame *cur, struct sr_frame *next) |
void | sr_frame_append_to_str (struct sr_frame *frame, struct sr_strbuf *strbuf) |
int | sr_frame_cmp (struct sr_frame *t1, struct sr_frame *t2) |
int | sr_frame_cmp_distance (struct sr_frame *t1, struct sr_frame *t2) |
void | sr_frame_free (struct sr_frame *frame) |
Frame.
Definition in file frame.h.
Appends textual representation of the frame to buffer strbuf.
Compares two frames. Returns 0 on equality. Frames of distinct type are always unequal.
Compares two frames for the purpose of thread distance computation. Returns 0 on equality. Frames of distinct type are always unequal.
Return the next frame linked from this frame (corresponds to reading the "next" struct member).