Home
last modified time | relevance | path

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

123

/freebsd-src/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() function
/freebsd-src/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-src/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c203 UINT8 Event; in CmDoCompile() local
320 UINT8 Event; CmDoAslMiddleAndBackEnd() local
809 ASL_EVENT_INFO *Event; CmDumpAllEvents() local
[all...]
H A Daslstartup.c416 UINT8 Event; in AslDoOneFile() local
/freebsd-src/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-src/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() argument
104 void PressureTracker::handlePressureEvent(const HWPressureEvent &Event) { in handlePressureEvent() argument
488 onEvent(const HWInstructionEvent & Event) onEvent() argument
540 onEvent(const HWPressureEvent & Event) onEvent() argument
[all...]
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() argument
/freebsd-src/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(); EventReceivingLoop() local
299 DirectoryWatcherLinux(StringRef WatchedDirPath,std::function<void (llvm::ArrayRef<Event>,bool)> Receiver,bool WaitForInitialSync,int InotifyFD,int InotifyWD,SemaphorePipe && InotifyPollingStopSignal) DirectoryWatcherLinux() argument
327 create(StringRef Path,std::function<void (llvm::ArrayRef<DirectoryWatcher::Event>,bool)> Receiver,bool WaitForInitialSync) create() argument
[all...]
/freebsd-src/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_ function in Event
45 Event::Event(uint32_t event_type, const EventDataSP &event_data_sp) Event() function in Event
[all...]
/freebsd-src/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatimer.c59 bit32 Event; in saTimerTick() local
233 bit32 Event, in siTimerAdd()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h169 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent()
170 virtual void onEvent(const HWStallEvent &Event) {} in onEvent()
171 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h29 class Event; variable
37 friend class Event; variable
[all...]
H A DListener.h30 class Event; variable
/freebsd-src/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-src/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-src/lib/libdevdctl/
H A Dconsumer.h44 class Event; variable
/freebsd-src/sys/contrib/dev/acpica/components/events/
H A Devevent.c414 UINT32 Event) in AcpiEvFixedEventDispatch() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp63 HWInstructionIssuedEvent Event(IR, UsedResources); in execute() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h82 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent()
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp298 void TrainingLogger::logInlineEvent(const InlineEvent &Event, argument
239 InlineEvent Event; global() local
[all...]

123