| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_trace.h | 22 enum class EventType : u64 { enum 39 EventType type : 3; 45 static constexpr Event NopEvent = {1, 0, EventType::kAccessExt, 0}; 85 EventType type : 3; // = EventType::kAccessExt 103 EventType type : 3; // = EventType::kAccessRange 126 EventType type : 3; // = EventType::kLock or EventType::kRLock 143 EventType type : 3; // = EventType::kUnlock 157 EventType type : 3; // = EventType::kTime
|
| H A D | tsan_rtl_report.cpp | 373 case EventType::kTime: { in TraceReplay() 381 case EventType::kAccessExt: in TraceReplay() 383 case EventType::kAccessRange: in TraceReplay() 385 case EventType::kLock: in TraceReplay() 387 case EventType::kRLock: in TraceReplay() 391 case EventType::kUnlock: in TraceReplay() 432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size, in RestoreStack() 498 if (evp->is_func == 0 && evp->type == EventType::kAccessExt && in RestoreStack() 509 if (match && type == EventType::kAccessExt && in RestoreStack() 531 case EventType::kAccessExt: { in RestoreStack() [all …]
|
| H A D | tsan_rtl_access.cpp | 44 evex->type = EventType::kAccessExt; in TryTraceMemoryAccess() 67 ev->type = EventType::kAccessRange; in TryTraceMemoryAccessRange() 105 void TraceMutexLock(ThreadState* thr, EventType type, uptr pc, uptr addr, in TraceMutexLock() 107 DCHECK(type == EventType::kLock || type == EventType::kRLock); in TraceMutexLock() 128 ev.type = EventType::kUnlock; in TraceMutexUnlock() 141 ev.type = EventType::kTime; in TraceTime()
|
| H A D | tsan_rtl_mutex.cpp | 70 auto typ = write ? EventType::kLock : EventType::kRLock; in RecordMutexLock() 570 if (!RestoreStack(EventType::kLock, last_lock.sid(), last_lock.epoch(), addr, in ReportDestroyLocked()
|
| H A D | tsan_rtl.h | 697 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size, 772 void TraceMutexLock(ThreadState *thr, EventType type, uptr pc, uptr addr,
|
| H A D | tsan_rtl.cpp | 1025 TraceMutexLock(thr, d.write ? EventType::kLock : EventType::kRLock, 0, in TraceSwitchPartImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
| H A D | IntelJITEventsWrapper.h | 73 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in iJIT_NotifyEvent() argument 76 return NotifyEventFunc(EventType, EventSpecificData); in iJIT_NotifyEvent() 79 int iJitIttNotifyInfo(IttEventType EventType, const char *Name, in iJitIttNotifyInfo() argument 83 return IttnotifyInfoFunc(EventType, Name, Size); in iJitIttNotifyInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 79 const TimeTraceEventType EventType = TimeTraceEventType::CompleteEvent; member 83 EventType(Et) { in TimeTraceProfilerEntry() 90 Metadata(std::move(Mt)), EventType(Et) {} in TimeTraceProfilerEntry() 139 TimeTraceEventType EventType = TimeTraceEventType::CompleteEvent) { in begin() 140 assert(EventType != TimeTraceEventType::InstantEvent && in begin() 144 EventType)); in begin() 150 TimeTraceEventType EventType = TimeTraceEventType::CompleteEvent) { in begin() 151 assert(EventType != TimeTraceEventType::InstantEvent && in begin() 155 EventType)); in begin() 237 if (E.EventType == TimeTraceEventType::AsyncEvent) { in write() [all …]
|
| /freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | UefiTcgPlatform.h | 117 TCG_EVENTTYPE EventType; ///< TCG EFI event type member 130 TCG_EVENTTYPE EventType; member 347 TCG_EVENTTYPE EventType; member 359 TCG_EVENTTYPE EventType; member
|
| /freebsd/lib/libpmc/pmu-events/arch/s390/ |
| H A D | mapfile.csv | 1 Family-model,Version,Filename,EventType
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | JITLoaderVTune.cpp | 120 static int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in NotifyEvent() argument 121 switch (EventType) { in NotifyEvent()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_fdr_log_writer.h | 192 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event, 198 EventSize, Delta, EventType);
|
| H A D | xray_fdr_controller.h | 347 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType, in typedEvent() argument 358 return W.writeTypedEvent(Delta, EventType, Event, EventSize); in typedEvent()
|
| H A D | xray_fdr_logging.cpp | 580 void fdrLoggingHandleTypedEvent(size_t EventType, const void *Event, in fdrLoggingHandleTypedEvent() argument 607 TLD.Controller->typedEvent(TSC, CPU, static_cast<uint16_t>(EventType), Event, in fdrLoggingHandleTypedEvent()
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | Tcg2Protocol.h | 127 TCG_EVENTTYPE EventType; member
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_win32con.c | 886 if (pInpRec[i].EventType == KEY_EVENT) { in _nc_console_twait() 914 switch (inp_rec.EventType) { in _nc_console_twait() 954 T(("twait:event Type %d", inp_rec.EventType)); in _nc_console_twait() 1032 if (inp_rec.EventType == KEY_EVENT) { in _nc_console_read() 1070 } else if (inp_rec.EventType == MOUSE_EVENT) { in _nc_console_read()
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/ |
| H A D | mapfile.csv | 14 #Family-model,Version,Filename,EventType
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 69 void reportSection(llvm::IttEventType EventType, const char *SectionName, in reportSection() argument 71 WrapperRef.iJitIttNotifyInfo(EventType, SectionName, SectionSize); in reportSection()
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/ |
| H A D | mapfile.csv | 1 Family-model,Version,Filename,EventType
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | FDRRecords.h | 266 uint16_t EventType = 0; variable 282 uint16_t eventType() const { return EventType; } in eventType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetPfmCounters.td | 55 ValidationEvent EventType = event_type;
|
| /freebsd/contrib/bearssl/tools/ |
| H A D | sslio.c | 212 if (inrec.EventType == KEY_EVENT in in_read_buffered()
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | RecordInitializer.cpp | 272 R.EventType = E.getU16(&OffsetPtr); in visit()
|
| /freebsd/sys/dev/hptmv/ |
| H A D | hptintf.h | 684 UCHAR EventType; member
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actypes.h | 1247 UINT32 EventType,
|