Searched refs:ReportStack (Results 1 – 8 of 8) sorted by relevance
38 struct ReportStack { struct41 static ReportStack *New(); argument44 ReportStack();59 ReportStack *stack;80 ReportStack *stack;93 ReportStack *stack;100 ReportStack *stack;106 Vector<ReportStack*> stacks;112 ReportStack *sleep;125 void PrintStack(const ReportStack *stack);
22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {} in ReportStack() function in __tsan::ReportStack24 ReportStack *ReportStack::New() { in New()25 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack)); in New()26 return new(mem) ReportStack(); in New()114 void PrintStack(const ReportStack *ent) { in PrintStack()234 static void PrintSleep(const ReportStack *s) { in PrintSleep()242 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()337 if (ReportStack *stack = ChooseSummaryStack(rep)) { in PrintReport()349 void PrintStack(const ReportStack *ent) { in PrintStack()
31 ReportStack *NewReportStackEntry(uptr addr);
32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
33 static ReportStack *SymbolizeStack(StackTrace trace);99 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId()108 static ReportStack *SymbolizeStack(StackTrace trace) { in SymbolizeStack()132 ReportStack *stack = ReportStack::New(); in SymbolizeStack()153 ReportStack **rs = rep_->stacks.PushBack(); in AddStack()
147 struct ReportStack;
97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
608 ReportStack *SymbolizeStackId(u32 stack_id);