Home
last modified time | relevance | path

Searched refs:EventType (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbolWasm.h26 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 DIntelJITEventsWrapper.h66 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 DWasm.h41 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 Dmapfile.csv1 Family-model,Version,Filename,EventType
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h29 enum EventType { enum
H A Dtsan_rtl_report.cc408 EventType typ = (EventType)(ev >> kEventPCBits); in RestoreStack()
H A Dtsan_rtl.h844 EventType typ, u64 addr) { in TraceAddEvent()
/freebsd-12.1/lib/libpmc/pmu-events/arch/arm64/
H A Dmapfile.csv14 #Family-model,Version,Filename,EventType
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h193 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event,
199 EventSize, Delta, EventType);
H A Dxray_fdr_controller.h348 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 Dxray_fdr_logging.cc586 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 Dmapfile.csv1 Family-model,Version,Filename,EventType
/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DFDRRecords.h266 uint16_t EventType = 0; variable
282 uint16_t eventType() const { return EventType; } in eventType()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp486 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 Dwin_driver.c1322 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 Dsslio.c212 if (inrec.EventType == KEY_EVENT in in_read_buffered()
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DRecordInitializer.cpp263 R.EventType = E.getU16(&OffsetPtr); in visit()
/freebsd-12.1/sys/dev/hptmv/
H A Dhptintf.h686 UCHAR EventType; member
H A Dioctl.c120 e.EventType = event; in ioctl_ReportEvent()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactypes.h1234 UINT32 EventType,
/freebsd-12.1/sys/dev/hptrr/
H A Dhptintf.h1106 HPT_U8 EventType; member
/freebsd-12.1/sys/dev/hptnr/
H A Dhptintf.h1303 HPT_U8 EventType; member
/freebsd-12.1/sys/dev/hpt27xx/
H A Dhptintf.h1307 HPT_U8 EventType; member
/freebsd-12.1/contrib/less/
H A Dscreen.c2428 } while (ip.EventType != KEY_EVENT ||