Home
last modified time | relevance | path

Searched full:dump (Results 1 – 25 of 181) sorted by relevance

12345678

/Zephyr-latest/subsys/debug/coredump/
DKconfig5 bool "Core Dump"
8 Enable core dump so it can be used for offline debugging.
20 Core dump is done via logging subsystem.
28 Core dump is saved to a flash partition with DTS alias
35 Core dump is done via memory window slot[1].
42 Core dump is done via custom mechanism defined out of tree
47 prompt "Memory dump"
59 minimum core dump.
107 Core dump will contain the threads metadata section containing
111 bool "Dump privilege stack of user threads"
[all …]
/Zephyr-latest/tests/subsys/debug/coredump_backends/src/
Dmain.c88 TC_ERROR("Can't query stored dump: unexpectedly not supported.\n"); in test_has_stored_dump()
91 TC_PRINT("Can't query stored dump: expectedly not supported.\n"); in test_has_stored_dump()
100 TC_ERROR("Can't have a stored dump: not supported.\n"); in test_has_stored_dump()
106 zassert_false(is_expected, "Should have stored dump!\n"); in test_has_stored_dump()
109 TC_ERROR("Can't have an empty stored dump: not supported.\n"); in test_has_stored_dump()
113 TC_ERROR("Error reading stored dump! (%d)\n", ret); in test_has_stored_dump()
129 TC_ERROR("Can't verify stored dump: unexpectedly not supported.\n"); in test_verify_stored_dump()
132 TC_PRINT("Can't verify stored dump: expectedly not supported.\n"); in test_verify_stored_dump()
140 TC_ERROR("Can't have a stored dump: not supported.\n"); in test_verify_stored_dump()
145 TC_ERROR("Verification of stored dump failed!\n"); in test_verify_stored_dump()
[all …]
/Zephyr-latest/drivers/gnss/
Dgnss_dump.h13 * @brief Dump struct gnss_info as string
17 * @param info GNSS info to dump
25 * @brief Dump struct navigation_data as string
29 * @param nav_data Navigation data to dump
37 * @brief Dump struct gnss_time as string
41 * @param utc GNSS time to dump
49 * @brief Dump struct gnss_satellite as string
53 * @param utc GNSS satellite to dump
DKconfig18 bool "GNSS dump support"
21 Enable GNSS dump library
24 bool "Dump GNSS events to log"
27 Enable GNSS dump to log.
32 int "GNSS log dump buffer size"
35 Size of GNSS log dump buffer
/Zephyr-latest/include/zephyr/drivers/
Dcoredump.h31 * stored in core dump at the time it is generated
49 * @brief Callback that occurs at dump time, data copied into dump_area will
50 * be included in the dump that is generated
52 * @param dump_area Pointer to area to copy data into for inclusion in dump
84 * Type definition of coredump API function for registering a dump
94 coredump_device_dump_t dump; member
105 * @brief Register a region of memory to be stored in core dump at the
124 * @brief Unregister a region of memory to be stored in core dump at the
143 * @brief Register a callback to be invoked at dump time
146 * @param callback Callback to be invoked at dump time
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst3 Core Dump
6 The core dump module enables dumping the CPU registers and memory content
18 Here are the options to enable output backends for core dump:
20 * ``DEBUG_COREDUMP_BACKEND_LOGGING``: use log module for core dump output.
22 dump output.
23 * ``DEBUG_COREDUMP_BACKEND_NULL``: fallback core dump backend if other
26 Here are the choices regarding memory dump:
31 dump is desired.
40 Additional memory can be included in a dump (even with the "DEBUG_COREDUMP_MEMORY_DUMP_MIN"
46 When the core dump module is enabled, during a fatal error, CPU registers
[all …]
/Zephyr-latest/samples/subsys/input/input_dump/
DREADME.rst1 .. zephyr:code-sample:: input-dump
2 :name: Input dump
10 The Input Dump sample prints any input event using the :ref:`input` APIs.
/Zephyr-latest/doc/hardware/peripherals/
Dcoredump.rst11 any dump. And the driver exposes an API to add/remove dump memory regions at runtime.
15 memory when a dump occurs.
/Zephyr-latest/samples/subsys/bindesc/hello_bindesc/
DREADME.rst23 To dump all binary descriptors in the image, run:
27 west bindesc dump build/zephyr/zephyr.bin
29 (Note: you can also dump the contents of ``zephyr.elf``, if your build system
/Zephyr-latest/dts/bindings/i2c/
Dzephyr,i2c-dump-allowlist.yaml4 description: Devices allowlist for i2c messages dump
6 compatible: "zephyr,i2c-dump-allowlist"
/Zephyr-latest/drivers/usb_c/ppc/
DKconfig.nxp16 bool "Dump full register names"
18 Dump human-readable names instead of offsets of registers
/Zephyr-latest/boards/digilent/arty_a7/
DCMakeLists.txt7 # Generate zephyr.mem verilog memory hex dump file for initialising ITCM in
25 …message(STATUS "Verilog memory hex dump will be written to: ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_…
27 …{CROSS_COMPILE_TARGET}-bin2hex) utility was not found, verilog memory hex dump file cannot be gene…
/Zephyr-latest/dts/bindings/coredump/
Dzephyr,coredump.yaml13 description: Start address and size of memory regions to be collected in a core dump
26 pointer to that memory which will be invoked at the time of a dump. This allows a consumer
28 provides an opportunity to manipulate data for inclusion in the dump. The
/Zephyr-latest/drivers/dma/
DKconfig.intel_adsp_gpdma30 bool "Debug dump for IP registers"
32 Dump Intel ADSP GPDMA registers for debug
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Ddsp_regs_arc.h24 * will be issued to dump the dsp registers to memory.
45 * @brief Dump all dsp registers to memory
65 * @brief Load then dump all dsp registers to memory
/Zephyr-latest/subsys/testsuite/
DKconfig10 # For tests, store thread names in binary and dump them on crash to
69 be available over serial. This serial dump can be passed to
76 int "Size of heap allocated for gcov coverage data dump"
86 bool "Dump coverage data on exit"
89 Dump collected coverage information to console on exit.
/Zephyr-latest/drivers/pcie/host/
Dshell.c288 static void show(const struct shell *sh, pcie_bdf_t bdf, bool details, bool dump) in show() argument
334 if (dump) { in show()
341 bool dump; member
348 show(data->sh, bdf, false, data->dump); in scan_cb()
358 .dump = false, in cmd_pcie_ls()
367 /* Check dump argument */ in cmd_pcie_ls()
368 if (strncmp(argv[i], "dump", 4) == 0) { in cmd_pcie_ls()
369 data.dump = true; in cmd_pcie_ls()
386 show(sh, bdf, true, data.dump); in cmd_pcie_ls()
397 "Usage: ls [bus:device:function] [dump]",
/Zephyr-latest/arch/common/
DKconfig35 bool "Shell command to dump the ISR tables"
39 This option enables a shell command to dump the ISR tables.
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_log.h86 * @brief Macro for logging a memory dump with the severity level ERROR.
95 * @brief Macro for logging a memory dump with the severity level WARNING.
104 * @brief Macro for logging a memory dump with the severity level INFO.
113 * @brief Macro for logging a memory dump with the severity level DEBUG.
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dmain.c26 /* Initialise the logger subsys and dump the current buffer. */ in main()
44 /* Dump any queued log messages, and wait for system events. */ in main()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dtcpci_priv.h23 * @brief Structure used to bind the register address to name in registers dump
34 /** Size of the array containing the standard registers used by tcpci dump command */
39 * function tp dump them and should also dump the standard registers using this array.
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dfloat_regs_arm_gcc.h53 * will be issued to dump the floating point registers to memory.
75 * @brief Dump all floating point registers to memory
96 * @brief Load then dump all float registers to memory
Dfloat_regs_arc_gcc.h28 * will be issued to dump the floating point registers to memory.
62 * @brief Dump all floating point registers to memory
94 * @brief Load then dump all float registers to memory
/Zephyr-latest/subsys/input/
DKconfig74 Dump all input devents using log info messages, has to be enabled
75 with "input dump on" if INPUT_SHELL is used.
/Zephyr-latest/drivers/coredump/
Dcoredump_impl.c32 /* Callback to be invoked at time of dump */
52 * Add each memory region specified in device tree to the core dump, in coredump_impl_dump()
67 /* Add each memory region registered at runtime to the core dump */ in coredump_impl_dump()
130 .dump = coredump_impl_dump,

12345678