Home
last modified time | relevance | path

Searched refs:ReportStack (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h38 struct ReportStack { struct
41 static ReportStack *New(); argument
44 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);
Dtsan_report.cc22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {} in ReportStack() function in __tsan::ReportStack
24 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()
Dtsan_symbolize.h31 ReportStack *NewReportStackEntry(uptr addr);
Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
Dtsan_rtl_report.cc33 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()
Dtsan_defs.h147 struct ReportStack;
Dtsan_suppressions.cc97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
Dtsan_rtl.h608 ReportStack *SymbolizeStackId(u32 stack_id);