| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslcompile.c | 205 UtEndEvent (Event); in CmDoCompile() 227 UtEndEvent (Event); in CmDoCompile() 234 UtEndEvent (Event); in CmDoCompile() 277 UtEndEvent (Event); in CmDoCompile() 285 UtEndEvent (Event); in CmDoCompile() 293 UtEndEvent (Event); in CmDoCompile() 302 UtEndEvent (Event); in CmDoCompile() 324 UtEndEvent (Event); in CmDoCompile() 333 UtEndEvent (Event); in CmDoCompile() 767 Delta = (UINT32) (Event->EndTime - Event->StartTime); in CmDumpAllEvents() [all …]
|
| /freebsd-12.1/lib/libdevdctl/ |
| H A D | event.cc | 85 Event::EventTypeRecord Event::s_typeTable[] = 94 Event * 101 Event * 173 Event::TypeToString(Event::Type type) in TypeToString() 244 Event::~Event() in ~Event() 249 Event * 328 Event::Event(const Event &src) in Event() function in DevdCtl::Event 336 Event::ParseEventString(Event::Type type, in ParseEventString() 447 Event * 483 Event * [all …]
|
| H A D | event.h | 70 class Event 207 virtual ~Event(); 253 Event(const Event &src); 291 inline Event::Type 292 Event::GetType() const in GetType() 298 Event::GetEventString() const in GetEventString() 304 Event::GetMap() const in GetMap() 316 class DevfsEvent : public Event 354 class GeomEvent : public Event 360 virtual Event *DeepCopy() const; [all …]
|
| H A D | event_factory.h | 58 typedef std::pair<Event::Type, std::string> Key; 61 typedef std::map<Key, Event::BuildMethod *> Registry; 66 Event::Type m_type; 68 Event::BuildMethod *m_buildMethod; 72 Event *Build(Event::Type type, NVPairMap &nvpairs, 75 EventFactory(Event::BuildMethod *defaultBuildMethod = NULL); 84 Event::BuildMethod *m_defaultBuildMethod;
|
| H A D | consumer.cc | 77 Consumer::Consumer(Event::BuildMethod *defBuilder, in Consumer() 177 Consumer::SaveEvent(const Event &event) in SaveEvent() 185 Event * 191 Event *event(NULL); in NextEvent() 197 Event::TimestampEventString(evString); in NextEvent() 198 event = Event::CreateEvent(m_eventFactory, evString); in NextEvent() 211 Event *event; in ProcessEvents()
|
| H A D | consumer.h | 46 class Event; variable 56 Consumer(Event::BuildMethod *defBuilder = NULL, 72 bool SaveEvent(const Event &event); 83 Event *NextEvent();
|
| H A D | event_factory.cc | 59 EventFactory::EventFactory(Event::BuildMethod *defaultBuildMethod) in EventFactory() 80 Event * 81 EventFactory::Build(Event::Type type, NVPairMap &nvpairs, in Build() 85 Event::BuildMethod *buildMethod(m_defaultBuildMethod); in Build()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/events/ |
| H A D | evxfevnt.c | 299 UINT32 Event, in ACPI_EXPORT_SYMBOL() 318 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL() 328 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL() 372 UINT32 Event, in ACPI_EXPORT_SYMBOL() 391 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL() 401 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL() 442 UINT32 Event) in ACPI_EXPORT_SYMBOL() 459 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL() 494 UINT32 Event, in ACPI_EXPORT_SYMBOL() 512 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL() [all …]
|
| H A D | evevent.c | 169 UINT32 Event); 414 UINT32 Event) in AcpiEvFixedEventDispatch() argument 423 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in AcpiEvFixedEventDispatch() 430 if (!AcpiGbl_FixedEventHandlers[Event].Handler) in AcpiEvFixedEventDispatch() 433 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in AcpiEvFixedEventDispatch() 438 AcpiUtGetEventName (Event), Event)); in AcpiEvFixedEventDispatch() 445 return ((AcpiGbl_FixedEventHandlers[Event].Handler)( in AcpiEvFixedEventDispatch() 446 AcpiGbl_FixedEventHandlers[Event].Context)); in AcpiEvFixedEventDispatch()
|
| H A D | evxface.c | 816 UINT32 Event, in ACPI_EXPORT_SYMBOL() 828 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL() 841 if (AcpiGbl_FixedEventHandlers[Event].Handler) in ACPI_EXPORT_SYMBOL() 852 Status = AcpiEnableEvent (Event, 0); in ACPI_EXPORT_SYMBOL() 857 AcpiUtGetEventName (Event), Event)); in ACPI_EXPORT_SYMBOL() 868 AcpiUtGetEventName (Event), Event, Handler)); in ACPI_EXPORT_SYMBOL() 895 UINT32 Event, in ACPI_EXPORT_SYMBOL() 906 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL() 919 Status = AcpiDisableEvent (Event, 0); in ACPI_EXPORT_SYMBOL() 930 AcpiUtGetEventName (Event), Event)); in ACPI_EXPORT_SYMBOL() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Event.h | 30 class Event; variable 42 friend class Event; variable 54 virtual void DoOnRemoval(Event *event_ptr) {} in DoOnRemoval() 131 void DoOnRemoval(Event *event_ptr) override { in DoOnRemoval() 177 GetEventDataFromEvent(const Event *event_ptr); 184 GetPluginFromEvent(const Event *event_ptr); 199 class Event { 205 Event(Broadcaster *broadcaster, uint32_t event_type, 215 ~Event(); 268 DISALLOW_COPY_AND_ASSIGN(Event); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Event.cpp | 27 #pragma mark Event 33 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 48 Event::~Event() = default; 50 void Event::Dump(Stream *s) const { in Dump() 83 void Event::DoOnRemoval() { in DoOnRemoval() 172 size_t EventDataBytes::GetByteSizeFromEvent(const Event *event_ptr) { in GetByteSizeFromEvent() 180 EventDataBytes::GetEventDataFromEvent(const Event *event_ptr) { in GetEventDataFromEvent() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBEvent.cpp | 28 : m_event_sp(new Event(event_type, new EventDataBytes(cstr, cstr_len))), in SBEvent() 34 SBEvent::SBEvent(Event *event_ptr) : m_event_sp(), m_opaque_ptr(event_ptr) {} in SBEvent() 50 Event *lldb_event = get(); in GetDataFlavor() 62 const Event *lldb_event = get(); in GetType() 83 const Event *lldb_event = get(); in GetBroadcaster() 90 const Event *lldb_event = get(); in GetBroadcasterClass() 105 Event *lldb_event = get(); in BroadcasterMatchesRef() 120 Event *lldb_event = get(); in Clear() 127 Event *SBEvent::get() const { in get() 143 void SBEvent::reset(Event *event_ptr) { in reset()
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntpsim.h | 75 } Event; typedef 134 Event *event (double t, funcTkn f); 135 void sim_event_timer (Event *e); 138 void sim_update_clocks (Event *e); 139 void sim_event_recv_packet (Event *e); 140 void sim_event_beep (Event *e);
|
| /freebsd-12.1/cddl/usr.sbin/zfsd/tests/ |
| H A D | zfsd_unittest.cc | 74 using DevdCtl::Event; 97 MockZfsEvent(Event::Type, NVPairMap&, const string&); 118 Event * 119 MockZfsEvent::MockZfsEventBuilder(Event::Type type, in MockZfsEventBuilder() 157 MOCK_METHOD1(RegisterCallout, void(const Event &event)); 395 Event *m_event; 408 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F() 458 Event *m_event; 561 Event *event(Event::CreateEvent(*m_eventFactory, in TEST_F() 614 Event *event(Event::CreateEvent(*m_eventFactory, in TEST_F() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/ |
| H A D | DispatchStatistics.cpp | 22 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() argument 23 if (Event.Type < HWStallEvent::LastGenericEvent) in onEvent() 24 HWStalls[Event.Type]++; in onEvent() 27 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() argument 28 if (Event.Type != HWInstructionEvent::Dispatched) in onEvent() 31 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent()
|
| H A D | SummaryView.cpp | 35 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() argument 36 if (Event.Type == HWInstructionEvent::Dispatched) in onEvent() 37 LastInstructionIdx = Event.IR.getSourceIndex(); in onEvent() 41 if (Event.Type != HWInstructionEvent::Retired || in onEvent() 42 Event.IR.getSourceIndex() >= Source.size()) in onEvent() 49 const Instruction &Inst = *Event.IR.getInstruction(); in onEvent()
|
| H A D | RetireControlUnitStatistics.cpp | 32 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() argument 33 if (Event.Type == HWInstructionEvent::Dispatched) { in onEvent() 35 static_cast<const HWInstructionDispatchedEvent &>(Event).MicroOpcodes; in onEvent() 39 if (Event.Type == HWInstructionEvent::Retired) { in onEvent() 40 unsigned ReleasedEntries = Event.IR.getInstruction()->getDesc().NumMicroOps; in onEvent()
|
| H A D | SchedulerStatistics.cpp | 46 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() argument 47 if (Event.Type == HWInstructionEvent::Issued) in onEvent() 49 else if (Event.Type == HWInstructionEvent::Dispatched) { in onEvent() 50 const Instruction &Inst = *Event.IR.getInstruction(); in onEvent() 51 const unsigned Index = Event.IR.getSourceIndex(); in onEvent() 62 } else if (Event.Type == HWInstructionEvent::Executed) { in onEvent() 63 const Instruction &Inst = *Event.IR.getInstruction(); in onEvent()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ThreadPlan.h | 424 bool PlanExplainsStop(Event *event_ptr); 426 virtual bool ShouldStop(Event *event_ptr) = 0; 428 virtual bool ShouldAutoContinue(Event *event_ptr) { return false; } in ShouldAutoContinue() 433 virtual Vote ShouldReportStop(Event *event_ptr); 435 virtual Vote ShouldReportRun(Event *event_ptr); 568 virtual bool DoPlanExplainsStop(Event *event_ptr) = 0; 646 bool ShouldStop(Event *event_ptr) override; 659 bool DoPlanExplainsStop(Event *event_ptr) override;
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntpsim.c | 18 int determine_event_ordering(const Event *e1, const Event *e2); 31 void (*event_ptr[]) (Event *) = { 42 const Event *e1, in determine_event_ordering() 43 const Event *e2 in determine_event_ordering() 106 Event * curr_event; in ntpsim() 209 Event *event(double t, funcTkn f) in event() 211 Event *e; in event() 226 void sim_event_timer(Event *e) in sim_event_timer() 384 void sim_update_clocks(Event *e) in sim_update_clocks() 443 void sim_event_recv_packet(Event *e) in sim_event_recv_packet() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | POSIXStopInfo.cpp | 26 bool POSIXLimboStopInfo::ShouldStop(Event *event_ptr) { return false; } in ShouldStop() 28 bool POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() 43 bool POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) { return false; } in ShouldStop() 45 bool POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify()
|
| H A D | POSIXStopInfo.h | 42 bool ShouldStop(lldb_private::Event *event_ptr); 44 bool ShouldNotify(lldb_private::Event *event_ptr); 62 bool ShouldStop(lldb_private::Event *event_ptr); 64 bool ShouldNotify(lldb_private::Event *event_ptr);
|
| /freebsd-12.1/lib/libdevdctl/tests/ |
| H A D | libdevdctl_unittest.cc | 73 Event *m_ev; 78 { Event::NOTIFY, "DEVFS", &DevfsEvent::Builder }, 79 { Event::NOTIFY, "GEOM", &GeomEvent::Builder } 87 m_ev = Event::CreateEvent(*m_factory, evString); in TEST_P() 96 m_ev = Event::CreateEvent(*m_factory, evString); in TEST_P()
|
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_event.cc | 72 using DevdCtl::Event; 82 Event * 83 GeomEvent::Builder(Event::Type type, in Builder() 91 Event * 163 GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs, in GeomEvent() 255 DevdCtl::Event * 256 ZfsEvent::Builder(Event::Type type, NVPairMap &nvpairs, in Builder() 263 Event * 368 ZfsEvent::ZfsEvent(Event::Type type, NVPairMap &nvpairs, in ZfsEvent()
|