53 enum sr_report_type type;
63 SR_DUPHASH_NORMAL = 1 << 0,
67 SR_DUPHASH_NOHASH = 1 << 1,
71 SR_DUPHASH_NONORMALIZE = 1 << 2,
75 SR_DUPHASH_KOOPS_COMPAT = 1 << 3,
void sr_thread_set_frames(struct sr_thread *thread, struct sr_frame *frames)
bool sr_thread_remove_frames_above(struct sr_thread *thread, struct sr_frame *frame)
void sr_thread_free(struct sr_thread *thread)
struct sr_thread * sr_thread_dup(struct sr_thread *thread)
int sr_thread_cmp(struct sr_thread *t1, struct sr_thread *t2)
char * sr_thread_get_duphash(struct sr_thread *thread, int frames, char *prefix, enum sr_duphash_flags flags)
bool sr_thread_remove_frame(struct sr_thread *thread, struct sr_frame *frame)
struct sr_thread * sr_thread_next(struct sr_thread *thread)
int sr_thread_frame_count(struct sr_thread *thread)
void sr_thread_normalize(struct sr_thread *thread)
void sr_thread_set_next(struct sr_thread *cur, struct sr_thread *next)
struct sr_frame * sr_thread_frames(struct sr_thread *thread)