| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 26 Optional<wasm::WasmEventType> EventType; variable 85 assert(EventType.hasValue()); in getEventType() 86 return EventType.getValue(); in getEventType() 88 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventsWrapper.h | 66 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in iJIT_NotifyEvent() argument 69 return NotifyEventFunc(EventType, EventSpecificData); in iJIT_NotifyEvent()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 41 const wasm::WasmEventType *EventType, in WasmSymbol() argument 43 : Info(Info), GlobalType(GlobalType), EventType(EventType), in WasmSymbol() 48 const wasm::WasmEventType *EventType; variable
|
| /freebsd-12.1/lib/libpmc/pmu-events/arch/s390/ |
| H A D | mapfile.csv | 1 Family-model,Version,Filename,EventType
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_trace.h | 29 enum EventType { enum
|
| H A D | tsan_rtl_report.cc | 408 EventType typ = (EventType)(ev >> kEventPCBits); in RestoreStack()
|
| H A D | tsan_rtl.h | 844 EventType typ, u64 addr) { in TraceAddEvent()
|
| /freebsd-12.1/lib/libpmc/pmu-events/arch/arm64/ |
| H A D | mapfile.csv | 14 #Family-model,Version,Filename,EventType
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_fdr_log_writer.h | 193 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event, 199 EventSize, Delta, EventType);
|
| H A D | xray_fdr_controller.h | 348 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType, in typedEvent() argument 359 return W.writeTypedEvent(Delta, EventType, Event, EventSize); in typedEvent()
|
| H A D | xray_fdr_logging.cc | 586 uint16_t EventType, const void *Event, in fdrLoggingHandleTypedEvent() argument 612 TLD.Controller->typedEvent(TSC, CPU, EventType, Event, ReducedEventSize); in fdrLoggingHandleTypedEvent()
|
| /freebsd-12.1/lib/libpmc/pmu-events/arch/x86/ |
| H A D | mapfile.csv | 1 Family-model,Version,Filename,EventType
|
| /freebsd-12.1/contrib/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-12.1/contrib/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 486 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab() local 591 EventType = &Event.Type; in parseLinkingSectionSymtab() 601 EventType = &Import.Event; in parseLinkingSectionSymtab() 602 Signature = &Signatures[EventType->SigIndex]; in parseLinkingSectionSymtab() 621 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, EventType, in parseLinkingSectionSymtab()
|
| /freebsd-12.1/contrib/ncurses/ncurses/win32con/ |
| H A D | win_driver.c | 1322 switch (inp_rec.EventType) { in drv_twait() 1447 if (inp_rec.EventType == KEY_EVENT) { in drv_read() 1464 } else if (inp_rec.EventType == MOUSE_EVENT) { in drv_read()
|
| /freebsd-12.1/contrib/bearssl/tools/ |
| H A D | sslio.c | 212 if (inrec.EventType == KEY_EVENT in in_read_buffered()
|
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | RecordInitializer.cpp | 263 R.EventType = E.getU16(&OffsetPtr); in visit()
|
| /freebsd-12.1/sys/dev/hptmv/ |
| H A D | hptintf.h | 686 UCHAR EventType; member
|
| H A D | ioctl.c | 120 e.EventType = event; in ioctl_ReportEvent()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | actypes.h | 1234 UINT32 EventType,
|
| /freebsd-12.1/sys/dev/hptrr/ |
| H A D | hptintf.h | 1106 HPT_U8 EventType; member
|
| /freebsd-12.1/sys/dev/hptnr/ |
| H A D | hptintf.h | 1303 HPT_U8 EventType; member
|
| /freebsd-12.1/sys/dev/hpt27xx/ |
| H A D | hptintf.h | 1307 HPT_U8 EventType; member
|
| /freebsd-12.1/contrib/less/ |
| H A D | screen.c | 2428 } while (ip.EventType != KEY_EVENT ||
|