Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/DirectoryWatcher/
H A DDirectoryWatcher.h66 struct Event { struct
67 enum class EventKind { argument
93 EventKind Kind; argument
98 Event(EventKind Kind, llvm::StringRef Filename) in Event() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.cpp19 struct Event { in Intersect() struct
20 uptr val; in Intersect()
21 s8 diff1; in Intersect()
22 s8 diff2; in Intersect()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c203 UINT8 Event; in CmDoCompile() local
320 UINT8 Event; in CmDoAslMiddleAndBackEnd() local
815 ASL_EVENT_INFO *Event; in CmDumpAllEvents() local
H A Daslstartup.c416 UINT8 Event; in AslDoOneFile() local
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp50 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> in DirectoryWatcherMac()
162 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in createFSEventStream()
218 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
261 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp33 Event::Event(Broadcaster *broadcaster, uint32_t event_type, EventData *data) in Event() function in Event
37 Event::Event(Broadcaster *broadcaster, uint32_t event_type, in Event() function in Event
42 Event::Event(uint32_t event_type, EventData *data) in Event() function in Event
45 Event::Event(uint32_t event_type, const EventDataSP &event_data_sp) in Event() function in Event
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp20 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent()
25 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
H A DRetireControlUnitStatistics.cpp31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
H A DBottleneckAnalysis.cpp67 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent()
104 void PressureTracker::handlePressureEvent(const HWPressureEvent &Event) { in handlePressureEvent()
489 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) { in onEvent()
541 void BottleneckAnalysis::onEvent(const HWPressureEvent &Event) { in onEvent()
H A DSummaryView.cpp39 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent()
H A DRegisterFileStatistics.cpp80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
H A DSchedulerStatistics.cpp44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp247 struct inotify_event *Event = reinterpret_cast<struct inotify_event *>(P); in InotifyPollingLoop() local
287 DirectoryWatcher::Event Event = this->Queue.pop_front_blocking(); in EventReceivingLoop() local
299 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, in DirectoryWatcherLinux()
327 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatimer.c59 bit32 Event; in saTimerTick() local
233 bit32 Event, in siTimerAdd()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h169 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() argument
170 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() argument
171 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h32 struct Event { struct
39 EventType type : 3; argument
42 static_assert(sizeof(Event) == 8, "bad Event size"); argument
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h29 class Event; variable
37 friend class Event; variable
H A DListener.h30 class Event; variable
/freebsd/lib/libdevdctl/
H A Dconsumer.h44 class Event; variable
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp62 HWInstructionIssuedEvent Event(IR, UsedResources); execute() local
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devevent.c414 UINT32 Event) in AcpiEvFixedEventDispatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h82 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h333 bool customEvent(uint64_t TSC, uint16_t CPU, const void *Event, in customEvent()
348 const void *Event, int32_t EventSize) XRAY_NEVER_INSTRUMENT { in typedEvent()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp240 InlineEvent Event; local
298 void TrainingLogger::logInlineEvent(const InlineEvent &Event,

123