Searched hist:"73 f64076834f4f565e4ded9e28f3e3dabc8fb108" (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager.hpp | diff 73f64076834f4f565e4ded9e28f3e3dabc8fb108 Fri Apr 01 17:04:47 CDT 2022 Patrick Williams <patrick@stwcx.xyz> sdbusplus: object: don't use 'bool' argument constructor
`sdbusplus::server::object_t` has long had an enum-based parameter for signal action, but maintained a backwards compatible boolean mapping. It is time to remove this boolean to make it more observable which actions are being used in applications. Map all `true` occurrences to `action::defer_emit` or `action::emit_no_signals` as appropriate.
- DumpEntry: emit_no_signals (secondary object) - {bmc,resource,system}::DumpEntry: defer_emit (primary object) - Manager: defer_emit (primary object)
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I91990031384230550903a46332adc04d691a3cb9
|
H A D | dump_entry.hpp | diff 73f64076834f4f565e4ded9e28f3e3dabc8fb108 Fri Apr 01 17:04:47 CDT 2022 Patrick Williams <patrick@stwcx.xyz> sdbusplus: object: don't use 'bool' argument constructor
`sdbusplus::server::object_t` has long had an enum-based parameter for signal action, but maintained a backwards compatible boolean mapping. It is time to remove this boolean to make it more observable which actions are being used in applications. Map all `true` occurrences to `action::defer_emit` or `action::emit_no_signals` as appropriate.
- DumpEntry: emit_no_signals (secondary object) - {bmc,resource,system}::DumpEntry: defer_emit (primary object) - Manager: defer_emit (primary object)
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I91990031384230550903a46332adc04d691a3cb9
|
H A D | bmc_dump_entry.hpp | diff 73f64076834f4f565e4ded9e28f3e3dabc8fb108 Fri Apr 01 17:04:47 CDT 2022 Patrick Williams <patrick@stwcx.xyz> sdbusplus: object: don't use 'bool' argument constructor
`sdbusplus::server::object_t` has long had an enum-based parameter for signal action, but maintained a backwards compatible boolean mapping. It is time to remove this boolean to make it more observable which actions are being used in applications. Map all `true` occurrences to `action::defer_emit` or `action::emit_no_signals` as appropriate.
- DumpEntry: emit_no_signals (secondary object) - {bmc,resource,system}::DumpEntry: defer_emit (primary object) - Manager: defer_emit (primary object)
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I91990031384230550903a46332adc04d691a3cb9
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | system_dump_entry.hpp | diff 73f64076834f4f565e4ded9e28f3e3dabc8fb108 Fri Apr 01 17:04:47 CDT 2022 Patrick Williams <patrick@stwcx.xyz> sdbusplus: object: don't use 'bool' argument constructor
`sdbusplus::server::object_t` has long had an enum-based parameter for signal action, but maintained a backwards compatible boolean mapping. It is time to remove this boolean to make it more observable which actions are being used in applications. Map all `true` occurrences to `action::defer_emit` or `action::emit_no_signals` as appropriate.
- DumpEntry: emit_no_signals (secondary object) - {bmc,resource,system}::DumpEntry: defer_emit (primary object) - Manager: defer_emit (primary object)
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I91990031384230550903a46332adc04d691a3cb9
|
H A D | resource_dump_entry.hpp | diff 73f64076834f4f565e4ded9e28f3e3dabc8fb108 Fri Apr 01 17:04:47 CDT 2022 Patrick Williams <patrick@stwcx.xyz> sdbusplus: object: don't use 'bool' argument constructor
`sdbusplus::server::object_t` has long had an enum-based parameter for signal action, but maintained a backwards compatible boolean mapping. It is time to remove this boolean to make it more observable which actions are being used in applications. Map all `true` occurrences to `action::defer_emit` or `action::emit_no_signals` as appropriate.
- DumpEntry: emit_no_signals (secondary object) - {bmc,resource,system}::DumpEntry: defer_emit (primary object) - Manager: defer_emit (primary object)
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I91990031384230550903a46332adc04d691a3cb9
|