/openbmc/linux/arch/powerpc/perf/ |
D | power7-events-list.h |
|
D | power9-events-list.h |
|
D | power8-events-list.h |
|
D | power10-events-list.h |
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | event.py | 2 # BitBake Tests for the Event implementation (event.py) 21 import bb.event 31 def _store_event_data_string(self, event): argument 32 if isinstance(event, logging.LogRecord): 34 self.event_calls.append(formatter.format(event)) 36 self.event_calls.append(bb.event.getName(event)) 41 """ Class used as specification for UI event handler queue stub objects """ 45 def send(self, event): argument 46 super(EventQueueStub, self)._store_event_data_string(event) 50 """ Class used as specification for UI event handler queue stub objects [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
D | generic_events_valid_test.c |
|
D | hw_cache_event_type_test.c |
|
/openbmc/qemu/replay/ |
H A D | replay-events.c | 20 typedef struct Event { struct 26 QTAILQ_ENTRY(Event) events; argument 27 } Event; typedef 29 static QTAILQ_HEAD(, Event) events_list = QTAILQ_HEAD_INITIALIZER(events_list); 34 static void replay_run_event(Event *event) in replay_run_event() argument 36 switch (event->event_kind) { in replay_run_event() 38 aio_bh_call(event->opaque); in replay_run_event() 41 ((QEMUBHFunc *)event->opaque)(event->opaque2); in replay_run_event() 44 qemu_input_event_send_impl(NULL, (InputEvent *)event->opaque); in replay_run_event() 45 qapi_free_InputEvent((InputEvent *)event->opaque); in replay_run_event() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | toasterui.py | 95 "bb.event.BuildInit", 96 "bb.event.BuildCompleted", 97 "bb.event.BuildStarted", 98 "bb.event.CacheLoadCompleted", 99 "bb.event.CacheLoadProgress", 100 "bb.event.CacheLoadStarted", 101 "bb.event.ConfigParsed", 102 "bb.event.DepTreeGenerated", 103 "bb.event.LogExecTTY", 104 "bb.event.MetadataEvent", [all …]
|
H A D | uihelper.py | 22 def eventHandler(self, event): argument 32 if isinstance(event, bb.build.TaskStarted): 33 tid = event._fn + ":" + event._task 34 if event._mc != "": 35 …tid] = { 'title' : "mc:%s:%s %s" % (event._mc, event._package, event._task), 'starttime' : time.ti… 37 …ning_tasks[tid] = { 'title' : "%s %s" % (event._package, event._task), 'starttime' : time.time(), … 39 self.pidmap[event.pid] = tid 41 elif isinstance(event, bb.build.TaskSucceeded): 42 tid = event._fn + ":" + event._task 43 removetid(event.pid, tid) [all …]
|
H A D | teamcity.py | 32 import bb.event 123 _evt_list = ["bb.runqueue.runQueueExitWait", "bb.event.LogExecTTY", "logging.LogRecord", 124 "bb.build.TaskFailed", "bb.build.TaskBase", "bb.event.ParseStarted", 125 "bb.event.ParseProgress", "bb.event.ParseCompleted", "bb.event.CacheLoadStarted", 126 … "bb.event.CacheLoadProgress", "bb.event.CacheLoadCompleted", "bb.command.CommandFailed", 128 … "bb.event.MultipleProviders", "bb.event.NoProvider", "bb.runqueue.sceneQueueTaskStarted", 130 …"bb.event.BuildBase", "bb.build.TaskStarted", "bb.build.TaskSucceeded", "bb.build.TaskFailedSilent… 131 …"bb.build.TaskProgress", "bb.event.ProcessStarted", "bb.event.ProcessProgress", "bb.event.ProcessF… 208 event = eventHandler.waitEvent(0.25) 209 if not event: [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
D | event.c |
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Event_v1.xml | 4 <!--# Redfish Schema: Event v1.11.1 --> 40 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event"> 44 <EntityType Name="Event" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 45 …scription" String="The `Event` schema describes the JSON payload received by an event destination,… 46 …<Annotation Term="OData.LongDescription" String="This resource contains an event for a Redfish imp… 70 … Property="Description" String="Starting with Redfish Specification v1.6 (Event v1.3), subscriptio… 102 …="Because `EventType` is deprecated as of Redfish Specification v1.6, the event is based on a regi… 117 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_0"> 121 <EntityType Name="Event" BaseType="Event.Event"> 122 …<NavigationProperty Name="Events" Type="Collection(Event.v1_0_0.EventRecord)" ContainsTarget="true… [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | Event_v1.xml | 4 <!--# Redfish Schema: Event v1.11.1 --> 40 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event"> 44 <EntityType Name="Event" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 45 …scription" String="The `Event` schema describes the JSON payload received by an event destination,… 46 …<Annotation Term="OData.LongDescription" String="This resource contains an event for a Redfish imp… 70 … Property="Description" String="Starting with Redfish Specification v1.6 (Event v1.3), subscriptio… 102 …="Because `EventType` is deprecated as of Redfish Specification v1.6, the event is based on a regi… 117 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_0"> 121 <EntityType Name="Event" BaseType="Event.Event"> 122 …<NavigationProperty Name="Events" Type="Collection(Event.v1_0_0.EventRecord)" ContainsTarget="true… [all …]
|
/openbmc/sdeventplus/src/sdeventplus/ |
H A D | event.cpp | 1 #include <systemd/sd-event.h> 3 #include <sdeventplus/event.hpp> 14 Event::Event(sd_event* event, const internal::SdEvent* sdevent) : in Event() function in sdeventplus::Event 15 sdevent(sdevent), event(event, sdevent, true) in Event() 18 Event::Event(sd_event* event, std::false_type, in Event() function in sdeventplus::Event 20 sdevent(sdevent), event(std::move(event), sdevent, true) in Event() 23 Event::Event(const Event& other, sdeventplus::internal::NoOwn) : in Event() function in sdeventplus::Event 24 sdevent(other.sdevent), event(other.get(), other.getSdEvent(), false) in Event() 27 Event Event::get_new(const internal::SdEvent* sdevent) in get_new() 29 sd_event* event = nullptr; in get_new() local [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-dfl_fme |
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
D | event_attributes_test.c |
|
/openbmc/linux/tools/perf/pmu-events/arch/riscv/ |
D | riscv-sbi-firmware.json |
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | log-event.html | 1 <div class="row column event-log__single-event" 2 ng-class="{'active': event.meta, 'selected': event.selected}"> 4 <div class="inline__confirm" ng-class="{active: event.confirm}"> 6 …<p class="h3"><i></i>Are you sure you want to <strong class="ng-binding">delete this event</strong… 9 <button class="btn-primary" ng-click="accept(event)">Yes</button> 10 <button class="btn-primary" ng-click="event.confirm=false;">No</button> 14 <div class="column small-1 large-2 event-log__col-check"> 16 <input type="checkbox" name="events__check" ng-click="event.selected= ! event.selected" 17 ng-checked="event.selected"/> 21 <div class="column small-9 large-10 event-log__event-info" [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 24 Event Log Check After BMC Reboot 25 [Documentation] Check event log after BMC rebooted. 28 Redfish Purge Event Log 29 Event Log Should Not Exist 36 Event Log Should Not Exist 39 Event Log Check After Host Poweron 40 [Documentation] Check event log after host has booted. 43 Redfish Purge Event Log 44 Event Log Should Not Exist 49 Event Log Should Not Exist [all …]
|
/openbmc/linux/Documentation/trace/ |
D | boottime-trace.rst |
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 2 BitBake 'Event' implementation 24 # This is the pid for which we should generate the event. This is set when 29 logger = logging.getLogger('BitBake.Event') 31 class Event(object): class 38 class HeartbeatEvent(Event): 42 event is more suitable for doing some task-independent work occasionally.""" 44 Event.__init__(self) 71 _should_exit = threading.Event() 99 def execute_handler(name, handler, event, d): argument 100 event.data = d [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/ |
D | other.json |
|
D | pipeline.json |
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | event_matches_filter_test.cpp | 17 nlohmann::json::object_t event; in TEST() local 20 EXPECT_TRUE(eventMatchesFilter(sub, event, "Event")); in TEST() 23 nlohmann::json::object_t event; in TEST() local 27 EXPECT_FALSE(eventMatchesFilter(sub, event, "Event")); in TEST() 28 EXPECT_TRUE(eventMatchesFilter(sub, event, "Task")); in TEST() 31 nlohmann::json::object_t event; in TEST() local 37 event["MessageId"] = "OpenBMC.0.1.PostComplete"; in TEST() 38 EXPECT_TRUE(eventMatchesFilter(sub, event, "Event")); in TEST() 41 event["MessageId"] = "Task.0.1.PostComplete"; in TEST() 42 EXPECT_FALSE(eventMatchesFilter(sub, event, "Event")); in TEST() [all …]
|