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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h39 struct ReportStack { struct in namespace:__tsan
42 static ReportStack *New();
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 *stac
[all...]
H A Dtsan_symbolize.h27 ReportStack *NewReportStackEntry(uptr addr);
H A Dtsan_suppressions.h33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
H A Dtsan_report.cc22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {} function in class:__tsan::ReportStack
24 ReportStack *ReportStack::New() {
25 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack));
26 return new(mem) ReportStack();
122 void PrintStack(const ReportStack *ent) {
248 static void PrintSleep(const ReportStack *s) {
256 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
356 if (ReportStack *stac
[all...]
H A Dtsan_defs.h156 struct ReportStack;
H A Dtsan_suppressions.cc113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
H A Dtsan_rtl_report.cc33 static ReportStack *SymbolizeStack(StackTrace trace);
104 ReportStack *SymbolizeStackId(u32 stack_id) {
113 static ReportStack *SymbolizeStack(StackTrace trace) {
137 ReportStack *stack = ReportStack::New();
158 ReportStack **rs = rep_->stacks.PushBack();
H A Dtsan_debugging.cc87 ReportStack *stack = rep->stacks[idx];
H A Dtsan_rtl.h649 ReportStack *SymbolizeStackId(u32 stack_id);

Completed in 184 milliseconds