Home
last modified time | relevance | path

Searched refs:StartTime (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpinfo26 "$DUMP_PROP" StartTime | awk '{print $2}')
/openbmc/openbmc-test-automation/redfish/task_service/
H A Dtest_tasks_service.robot112 # "StartTime": "2022-08-09T12:57:06+00:00",
131 ${start_time}= Get Regexp Matches ${resp["StartTime"]}
/openbmc/openbmc-test-automation/lib/
H A Ddump_utils.robot363 # "StartTime": 1616760931,
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1338 start_time = self.collection.glb.StartTime(self.collection.machine_id)
1411 self.xrangelo = glb.StartTime(machine_id)
2200 self.start_time = self.glb.StartTime(collection.machine_id)
2282 rel_time_from = time_from - self.glb.StartTime(self.collection.machine_id)
4928 def StartTime(self, machine_id): member in Glb