Searched refs:mops (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_report.cpp | 51 , mops() in ReportDesc() 284 if (rep->mops.Size()) in ChooseSummaryStack() 285 return rep->mops[0]->stack; in ChooseSummaryStack() 363 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 364 PrintMop(rep->mops[i], i == 0); in PrintReport() 461 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 462 PrintMop(rep->mops[i], i == 0); in PrintReport()
|
| HD | tsan_debugging.cpp | 81 *mop_count = rep->mops.Size(); in __tsan_get_report_data() 112 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop() 113 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop()
|
| HD | tsan_report.h | 113 Vector<ReportMop*> mops; variable
|
| HD | tsan_rtl_report.cpp | 170 rep_->mops.PushBack(mop); in AddMemoryAccess() 512 for (uptr i = 0; pc_or_addr == 0 && i < rep->mops.Size(); i++) in OutputReport() 513 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| HD | TSanRuntime.cpp | 363 StructuredData::Array *mops = ConvertToStructuredArray( in RetrieveReportData() local 388 dict->AddItem("mops", StructuredData::ObjectSP(mops)); in RetrieveReportData()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | dtrace.c | 9374 dtrace_mops_t *mops = &meta->dtm_mops; local 9409 if ((parg = mops->dtms_provide_pid(meta->dtm_arg, &dhpv, pid)) == NULL) 9444 mops->dtms_create_probe(meta->dtm_arg, parg, &dhpb); 9487 dtrace_mops_t *mops = &meta->dtm_mops; local 9500 mops->dtms_remove_pid(meta->dtm_arg, &dhpv, pid); 9532 dtrace_meta_register(const char *name, const dtrace_mops_t *mops, void *arg, argument 9551 if (mops == NULL || 9552 mops->dtms_create_probe == NULL || 9553 mops->dtms_provide_pid == NULL || 9554 mops->dtms_remove_pid == NULL) { [all …]
|