Searched refs:ReportStack (Results 1 – 9 of 9) sorted by relevance
40 struct ReportStack { struct43 static ReportStack *New(); argument46 ReportStack();62 ReportStack *stack;84 ReportStack *stack;98 ReportStack *stack;105 ReportStack *stack;112 Vector<ReportStack*> stacks;118 ReportStack *sleep;131 void PrintStack(const ReportStack *stack);
23 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {} in ReportStack() function in __tsan::ReportStack25 ReportStack *ReportStack::New() { in New()26 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack)); in New()27 return new(mem) ReportStack(); in New()124 void PrintStack(const ReportStack *ent) { in PrintStack()276 static void PrintSleep(const ReportStack *s) { in PrintSleep()284 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()384 if (ReportStack *stack = ChooseSummaryStack(rep)) { in PrintReport()398 void PrintStack(const ReportStack *ent) { in PrintStack()
27 ReportStack *NewReportStackEntry(uptr addr);
33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
33 static ReportStack *SymbolizeStack(StackTrace trace);108 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId()117 static ReportStack *SymbolizeStack(StackTrace trace) { in SymbolizeStack()141 ReportStack *stack = ReportStack::New(); in SymbolizeStack()161 ReportStack **rs = rep_->stacks.PushBack(); in AddStack()
171 struct ReportStack;
107 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
103 ReportStack *stack = rep->stacks[idx]; in __tsan_get_report_stack()
707 ReportStack *SymbolizeStackId(u32 stack_id);