Home
last modified time | relevance | path

Searched full:dumps (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/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/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/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>
27 name: 'Dumps',
38 dumps() {
39 return this.$store.getters['dumps/allDumps'];
43 this.$store.dispatch('dumps/getAllDumps').finally(() => {
44 this.$root.$emit('overview-dumps-complete');
/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/
H A Ddumpfilelist12 desc="Dumps"
20 #bmc dumps
21 dir="/var/lib/phosphor-debug-collector/dumps/"
22 desc="BMC dumps"
30 #hardware dumps
32 desc="Hardware dumps"
41 #hostboot dumps
43 desc="Hostboot dumps"
52 #sbe dumps
54 desc="SBE dumps"
/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/
H A Ddumpfilelist12 desc="Dumps"
20 #bmc dumps
21 dir="/var/lib/phosphor-debug-collector/dumps/"
22 desc="BMC dumps"
30 #hardware dumps
32 desc="Hardware dumps"
41 #hostboot dumps
43 desc="Hostboot dumps"
52 #sbe dumps
54 desc="SBE dumps"
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/interface/
H A Dia_css_debug.h145 * SP thread's stack contents are set to 0xcafecafe. This function dumps the
164 * Dumps the isp hardware state to tracing output.
170 * Dumps the sp hardware state to tracing output.
177 * Dumps the GAC ACB hardware registers. may be useful for
184 * Dumps the dma controller state to tracing output.
190 * Dumps the sp software state to tracing output.
217 * Dumps the isp gdc fifo state to tracing output.
223 * Dumps the dma isp fifo state to tracing output.
229 * Dumps the dma sp fifo state to tracing output.
235 * Dumps the primary input formatter state to tracing output.
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_dumps.robot12 Test Setup Redfish Delete All BMC Dumps
25 ${BMC_DUMP_COLLECTOR_PATH} /var/lib/phosphor-debug-collector/dumps
78 Redfish Delete All BMC Dumps
98 [Documentation] Verify that multiple BMC dumps can be created one after
114 Redfish Delete All BMC Dumps
128 Redfish Delete All BMC Dumps
186 Delete All User Initiated BMC Dumps And Verify
187 [Documentation] Delete all user initiated BMC dumps and verify.
197 Redfish Delete All BMC Dumps
202 Create Two User Initiated BMC Dumps
[all …]
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dmeson.build3 unit_files += {'input': 'dump-extensions/openpower-dumps/clear_hostdumps_poweroff.service',
27 'dump-extensions/openpower-dumps/dump-extensions.cpp',
28 'dump-extensions/openpower-dumps/dump_manager_system.cpp',
29 'dump-extensions/openpower-dumps/system_dump_entry.cpp',
30 'dump-extensions/openpower-dumps/dump_manager_resource.cpp',
31 'dump-extensions/openpower-dumps/resource_dump_entry.cpp',
32 'dump-extensions/openpower-dumps/op_dump_util.cpp'
H A Dop_dump_util.hpp12 /** @brief Check whether OpenPOWER dumps are enabled
17 * the dumps are enabled.
18 * @return true - if dumps are enabled, false - if dumps are not enabled
/openbmc/openbmc-test-automation/lib/
H A Ddump_utils.py4 This file contains functions which are useful for processing BMC dumps.
30 are the dump IDs and the values are the full path names of the dumps.
41 /var/lib/phosphor-debug-collector/dumps/1/obmcdump_1_1508255216.tar.xz
43 /var/lib/phosphor-debug-collector/dumps/2/obmcdump_2_1508255245.tar.xz
45 /var/lib/phosphor-debug-collector/dumps/3/obmcdump_3_1508255267.tar.xz
47 /var/lib/phosphor-debug-collector/dumps/4/obmcdump_4_1508255283.tar.xz
86 + " dumps:\n"
105 SCP all dumps from the BMC to the indicated directory on the local system
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.robot36 ... Run Keyword And Return Check For Too Many Dumps ${resp}
67 Check For Too Many Dumps
69 ... 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.
139 Delete All Dumps
140 [Documentation] Delete all dumps.
168 Redfish Delete All BMC Dumps
169 [Documentation] Delete all BMC dumps via Redfish.
178 Redfish Get All System Dumps
[all …]
/openbmc/phosphor-debug-collector/
H A Dmeson.options26 description : 'Directory where core dumps are placed'
35 value : '/var/lib/phosphor-debug-collector/dumps/',
36 description : 'Directory where bmc dumps are placed'
61 description : 'Path of file for storing elog id\'s, which have associated dumps'
78 option('openpower-dumps-extension', type: 'feature',
80 description : 'Enable Open Power specific dumps'
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_bmc_dump.robot25 Run Keyword And Ignore Error Redfish Delete All BMC Dumps
66 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-dbus-interfaces/yaml/com/ibm/Dump/Entry/
H A DResource.interface.yaml4 The resource dumps are special types of dumps generated by host hypervisor.
12 The dump id provided by the source of the dump. There are dumps which
14 generated and stored in the host memory. All dumps will have a unique
26 dump request. Non-disruptive dumps consume significant host resources
/openbmc/webui-vue/src/views/Logs/Dumps/
H A Dindex.js1 import Dumps from './Dumps.vue';
2 export default Dumps;
H A DDumps.vue7 <dumps-form />
277 return this.$store.getters['dumps/allDumps'].map((item) => {
310 this.$store.dispatch('dumps/getAllDumps').finally(() => {
344 .dispatch('dumps/deleteDumps', [dump])
381 if (this.selectedRows.length === this.dumps.length) {
383 .dispatch('dumps/deleteAllDumps')
388 .dispatch('dumps/deleteDumps', this.selectedRows)
/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/
45 Run Keyword And Ignore Error Redfish Delete All BMC Dumps
46 Run Keyword And Ignore Error Redfish Delete All System Dumps
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/
H A DSystem.interface.yaml4 System dumps are dump of the host memory and hardware states generated
14 The dump id provided by the source of the dump. There are dumps which
16 and stored in the host memory. All dumps will have a unique id but
29 System dumps can be broadly classified into two types based on their
43 dump request. Non-disruptive dumps consume significant host resources
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot38 Wait Until Keyword Succeeds 5 min 10 sec Required Dumps Should Exist
50 Wait Until Keyword Succeeds 5 min 10 sec Required Dumps Should Exist
81 Run Keyword And Ignore Error Redfish Delete All BMC Dumps
82 Run Keyword And Ignore Error Redfish Delete All System Dumps
115 Required Dumps Should Exist
130 Log To Console BMC dumps generated: ${bmc_dump['Members@odata.count']}
/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.hpp28 * @brief Manages the collection of dumps from SBEs on failure.
31 * diagnostic dumps from Self Boot Engines across multiple processors
48 * @brief Orchestrates the collection of dumps from all available SBEs.
50 * Initiates the process of collecting diagnostic dumps from SBEs. This
58 * @param path The filesystem path where collected dumps should be stored.
103 * @param path The filesystem path where the collected dumps should be
112 * which dumps should be collected. The key is the proc target with the
/openbmc/webui-vue/src/env/router/
H A Dibm.js32 import Dumps from '@/views/Logs/Dumps';
99 path: '/logs/dumps',
100 name: 'dumps',
101 component: Dumps,
103 title: i18n.t('appPageTitle.dumps'),
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h337 * This function dumps an entry indexed by @idx from a queue specified by the
385 * This function dumps all entries from a queue specified by the queue
416 * This function dumps all entries from a FCP or NVME work queue specified
456 * This function dumps all entries from a FCP or NVME completion queue
518 * This function dumps all entries from a FCP event queue which is
537 * This function dumps all entries from the receive data queue.
551 * This function dumps all entries from the receive header queue.
566 * This function dumps all entries from a work queue identified by the queue
600 * This function dumps all entries from a mbox work queue identified by the
617 * This function dumps all entries from a receive queue identified by the
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/
H A DNotify.interface.yaml8 Specifically for IBM OpenPOWER systems, dumps are collected and stored in
26 systems, some types of dumps are generated and stored in the
27 host memory. All dumps have a unique id, but when communicating
/openbmc/phosphor-debug-collector/dump-extensions/
H A Dmeson.build3 if get_option('openpower-dumps-extension').allowed()
4 subdir('openpower-dumps')

12345678910>>...22