Home
last modified time | relevance | path

Searched refs:dumps (Results 1 – 25 of 209) sorted by relevance

123456789

/openbmc/webui-vue/src/views/Overview/
H A DOverviewDumps.vue3 :data="dumps"
4 :disabled="dumps.length === 0"
7 :title="$t('pageOverview.dumps')"
8 :to="`/logs/dumps`"
14 <dd class="h3">{{ dataFormatter(dumps.length) }}</dd>
38 dumps() {
39 return this.$store.getters['dumps/allDumps'];
43 this.$store.dispatch('dumps/getAllDumps').finally(() => {
44 this.$root.$emit('overview-dumps-complete');
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A Dlibsmi-fix-the-test-dump-files.patch14 test/dumps/cm/MAU-MIB | 8 ++++----
15 test/dumps/cm/RMON2-MIB | 6 +++---
16 test/dumps/sming/IF-MIB | 22 +++++++++++++---------
17 test/dumps/sming/MAU-MIB | 19 +++++++++++--------
18 test/dumps/sming/RMON2-MIB | 40 ++++++++++++++++++++++++----------------
19 test/dumps/sming/SNMPv2-MIB | 11 +++++++----
22 diff --git a/test/dumps/cm/MAU-MIB b/test/dumps/cm/MAU-MIB
24 --- a/test/dumps/cm/MAU-MIB
25 +++ b/test/dumps/cm/MAU-MIB
62 diff --git a/test/dumps/cm/RMON2-MIB b/test/dumps/cm/RMON2-MIB
[all …]
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dmeson.build4 'input': 'dump-extensions/openpower-dumps/clear_hostdumps_poweroff.service',
9 'dump-extensions/openpower-dumps/dump-extensions.cpp',
10 'dump-extensions/openpower-dumps/dump_manager_system.cpp',
11 'dump-extensions/openpower-dumps/system_dump_entry.cpp',
12 'dump-extensions/openpower-dumps/dump_manager_resource.cpp',
13 'dump-extensions/openpower-dumps/resource_dump_entry.cpp',
14 'dump-extensions/openpower-dumps/op_dump_util.cpp',
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.py133 + json.dumps(headers)
180 + json.dumps(headers)
184 + json.dumps(data)
229 + json.dumps(headers)
233 + json.dumps(data)
244 data=json.dumps(data),
287 + json.dumps(headers)
291 + json.dumps(data)
343 + json.dumps(headers)
347 + json.dumps(data)
H A Ddump_utils.robot69 ... creation failed due to too many dumps.
74 # Example object if there are too many dumps:
92 # If there are too many dumps, return ${EMPTY}, otherwise Fail.
140 [Documentation] Delete all dumps.
169 [Documentation] Delete all BMC dumps via Redfish.
195 [Documentation] Delete all system dumps via Redfish.
227 [Documentation] Verify that BMC dumps do not exist.
244 ... ls /var/lib/phosphor-debug-collector/dumps
247 # ls /var/lib/phosphor-debug-collector/dumps/2
/openbmc/docs/designs/
H A Ddump-manager.md15 dump interfaces support only the dumps generated on the BMC and dump manager
34 Various types of dumps are created based on the type and source of failure. The
40 ### Type of dumps supported.
42 These are some of the dumps supported by dump manager.
90 - List the dumps: List all dumps present in the BMC.
100 There are various types of dumps; interfaces are standard for most of the dumps,
101 but huge dumps which cannot be stored on the BMC needs additional support. This
102 document will explain the design of different types of dumps. The dumps are
111 which collects the dumps from BMC.
118 caller for the user-initiated dumps.
[all …]
/openbmc/phosphor-debug-collector/
H A Dmeson.options36 description: 'Directory where core dumps are placed',
49 value: '/var/lib/phosphor-debug-collector/dumps/',
50 description: 'Directory where bmc dumps are placed',
85 description: 'Path of file for storing elog id\'s, which have associated dumps',
110 'openpower-dumps-extension',
113 description: 'Enable Open Power specific dumps',
H A Dmeson.build89 description: 'Directory where core dumps are placed',
99 description: 'Directory where bmc dumps are placed',
129 description: 'Path of file for storing elog id\'s, which have associated dumps',
306 #pick any architecture specific dumps
/openbmc/webui-vue/src/store/modules/Logs/
H A DDumpsStore.js13 setAllDumps: (state, dumps) => { argument
14 state.allDumps = dumps.map((dump) => ({
82 async deleteDumps({ dispatch }, dumps) { argument
83 const promises = dumps.map(({ location }) =>
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_bmc_dump.robot66 Create Binary File ${EXECDIR}${/}dumps ${response.content}
67 Run tar -xvf ${EXECDIR}${/}dumps
69 ${download_dump_checksum}= Run md5sum ${EXECDIR}/dumps|awk '{print$1}'
70 ${download_dump_size}= Run stat -c "%s" ${EXECDIR}${/}dumps
77 Run rm -rf ${EXECDIR}${/}${download_dump_name};rm ${EXECDIR}${/}dumps
/openbmc/phosphor-debug-collector/dump-extensions/
H A Dmeson.build3 if get_option('openpower-dumps-extension').allowed()
4 subdir('openpower-dumps')
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dbacking-file-invalidation56 '-b', 'json:' + json.dumps(backing),
103 .add_blockdev(json.dumps(blockdev))
105 .add_blockdev(json.dumps(blockdev)) \
/openbmc/qemu/python/qemu/qmp/
H A Dmessage.py109 return json.dumps(self._object, indent=2)
142 return json.dumps(value, separators=(',', ':')).encode('utf-8')
205 strval = json.dumps(self.value, indent=2)
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_dumps.robot25 ${BMC_DUMP_COLLECTOR_PATH} /var/lib/phosphor-debug-collector/dumps
98 [Documentation] Verify that multiple BMC dumps can be created one after
187 [Documentation] Delete all user initiated BMC dumps and verify.
203 [Documentation] Create two user initiated BMC dumps.
217 [Documentation] Create two dumps and delete the first.
247 # Maximum allowed space for dump is 1024 KB. BMC typically hold 8-14 dumps
248 # before running out of this dump space. So trying to create dumps in 20
269 # Ensure all dumps are cleaned out.
283 # Ensure all dumps are cleaned out.
335 [Documentation] Verify initiate core dumps and kill Phosphor-dump-manager.
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py26 yield "".join((json.dumps({"chunk-stream": None}), "\n"))
52 for c in chunkify(json.dumps(msg, default=json_serialize), self.max_chunk):
115 await self.send(json.dumps(msg, default=json_serialize))
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/
H A Dreport.txt32 [X] ACS - Linux dumps
33 [X] ACS - UEFI Shell dumps
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumps.vue7 <dumps-form />
279 return this.$store.getters['dumps/allDumps'].map((item) => {
312 this.$store.dispatch('dumps/getAllDumps').finally(() => {
346 .dispatch('dumps/deleteDumps', [dump])
383 if (this.selectedRows.length === this.dumps.length) {
385 .dispatch('dumps/deleteAllDumps')
390 .dispatch('dumps/deleteDumps', this.selectedRows)
/openbmc/openbmc-tools/check_journal/
H A Dcheck_journal71 print(json.dumps(members3[0], indent=4))
73 print(json.dumps(members[page], indent=4))
/openbmc/openbmc/meta-ibm/recipes-phosphor/dump/
H A Dphosphor-debug-collector_%.bbappend6 PACKAGECONFIG:append:p10bmc = " openpower-dumps-extension"
7 PACKAGECONFIG:append:witherspoon-tacoma = " openpower-dumps-extension"
/openbmc/qemu/scripts/simplebench/
H A Dbench_block_job.py123 '-blockdev', json.dumps(source),
124 '-blockdev', json.dumps(target)])
/openbmc/openbmc-test-automation/redfish/
H A Dtest_xit.robot32 ... msg=${resp.dict["Members@odata.count"]} dumps exist.
44 … Run Keyword And Ignore Error BMC Execute Command rm -rf /var/lib/phosphor-debug-collector/dumps/
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/
H A Dphosphor-debug-collector_git.bb27 PACKAGECONFIG[openpower-dumps-extension] = " \
28 -Dopenpower-dumps-extension=enabled, \
29 -Dopenpower-dumps-extension=disabled \
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py116 return super(Base, self).fail(json.dumps(value))
127 return super(Base, self).skipTest(json.dumps(value))
133 return json.dumps({'id': self.id()})
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-firmware-opal-dump6 the FSP and platform dumps through OPAL firmware interface.
19 among all dumps. For determining the type
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-struct_ops.rst50 If *STRUCT_OPS_MAP* is specified, it dumps information only
51 for the given struct_ops. Otherwise, it dumps all struct_ops

123456789