Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h39 struct ReportStack { struct
42 static ReportStack *New(); argument
45 ReportStack();
60 ReportStack *stack;
81 ReportStack *stack;
94 ReportStack *stack;
101 ReportStack *stack;
107 Vector<ReportStack*> stacks;
113 ReportStack *sleep;
126 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()
122 void PrintStack(const ReportStack *ent) { in PrintStack()
248 static void PrintSleep(const ReportStack *s) { in PrintSleep()
256 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()
356 if (ReportStack *stack = ChooseSummaryStack(rep)) { in PrintReport()
368 void PrintStack(const ReportStack *ent) { in PrintStack()
Dtsan_symbolize.h27 ReportStack *NewReportStackEntry(uptr addr);
Dtsan_suppressions.h33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
Dtsan_rtl_report.cc33 static ReportStack *SymbolizeStack(StackTrace trace);
104 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId()
113 static ReportStack *SymbolizeStack(StackTrace trace) { in SymbolizeStack()
137 ReportStack *stack = ReportStack::New(); in SymbolizeStack()
158 ReportStack **rs = rep_->stacks.PushBack(); in AddStack()
Dtsan_defs.h156 struct ReportStack;
Dtsan_suppressions.cc113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
Dtsan_debugging.cc87 ReportStack *stack = rep->stacks[idx]; in __tsan_get_report_stack()
Dtsan_rtl.h649 ReportStack *SymbolizeStackId(u32 stack_id);