HomeSort by: relevance | last modified time | path
    Searched refs:ReportStack (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 40 struct ReportStack {
43 static ReportStack *New();
46 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)
    [all...]
tsan_symbolize.h 27 ReportStack *NewReportStackEntry(uptr addr);
tsan_suppressions.h 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
tsan_report.cc 23 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {}
25 ReportStack *ReportStack::New() {
26 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack));
27 return new(mem) ReportStack();
121 void PrintStack(const ReportStack *ent) {
273 static void PrintSleep(const ReportStack *s) {
281 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
381 if (ReportStack *stack = ChooseSummaryStack(rep))
    [all...]
tsan_defs.h 171 struct ReportStack;
tsan_suppressions.cc 115 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
tsan_rtl_report.cc 33 static ReportStack *SymbolizeStack(StackTrace trace);
108 ReportStack *SymbolizeStackId(u32 stack_id) {
117 static ReportStack *SymbolizeStack(StackTrace trace) {
141 ReportStack *stack = ReportStack::New();
161 ReportStack **rs = rep_->stacks.PushBack();
tsan_debugging.cc 97 ReportStack *stack = rep->stacks[idx];
tsan_rtl.h 707 ReportStack *SymbolizeStackId(u32 stack_id);

Completed in 16 milliseconds