Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-Core-2.7.6/subsys/debug/coredump/
DKconfig8 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
34 Core dump is done via custom mechanism defined out of tree
39 prompt "Memory dump"
51 minimum core dump.
/Zephyr-Core-2.7.6/boards/arm/arty/
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-Core-2.7.6/doc/guides/debug_tools/
Dcoredump.rst6 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.
21 * ``DEBUG_COREDUMP_BACKEND_NULL``: fallback core dump backend if other
24 Here are the choices regarding memory dump:
29 dump is desired.
34 When the core dump module is enabled, during fatal error, CPU registers
36 are enabled. This core dump data can fed into a custom made GDB server as
42 1. Get the core dump log from the device depending on enabled backends.
46 2. Convert the core dump log into a binary format that can be parsed by
[all …]
/Zephyr-Core-2.7.6/samples/subsys/usb/hid/
DREADME.rst46 You can monitor report sending using standard Linux ``usbhid-dump`` command.
50 $ sudo usbhid-dump -d 2fe3:0006 -es
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/
DREADME.md17 - logtool.py performs a raw dump of the memory and exits immediately.
/Zephyr-Core-2.7.6/subsys/net/ip/
Dtp.c67 static void dump(void *data, size_t len) in dump() function
94 dump(&mem->header, sizeof(mem->header)); in tp_mem_chk()
95 dump(mem->mem, mem->size); in tp_mem_chk()
96 dump(mem->footer, sizeof(*mem->footer)); in tp_mem_chk()
/Zephyr-Core-2.7.6/scripts/ci/
Dversion_mgr.py129 json.dump(data, versions)
/Zephyr-Core-2.7.6/tests/lib/cbprintf_package/src/
Dtest.inc40 static void dump(const char *desc, uint8_t *package, size_t len)
80 dump("runtime", pkg, len); \
93 dump("static", pkg, len); \
/Zephyr-Core-2.7.6/drivers/virtualization/
Dvirt_ivshmem_shell.c203 SHELL_CMD_ARG(dump, NULL,
/Zephyr-Core-2.7.6/samples/subsys/shell/devmem_load/
DREADME.md43 (It is important to use plain-style hex dump)
/Zephyr-Core-2.7.6/scripts/coccinelle/
Dfind_functions.cocci124 pickle.dump(data, f, pickle.HIGHEST_PROTOCOL)
/Zephyr-Core-2.7.6/subsys/testsuite/
DKconfig10 # For tests, store thread names in binary and dump them on crash to
49 be available over serial. This serial dump can be passed to
/Zephyr-Core-2.7.6/samples/subsys/shell/fs/
DREADME.rst123 Read file and dump in hex and ASCII format
/Zephyr-Core-2.7.6/samples/drivers/fpga/fpga_controller_shell/
DREADME.md57 (It is important to use plain-style hex dump)
/Zephyr-Core-2.7.6/scripts/
Dgen_cfb_font_header.py23 if args.dump:
Dtwister821 hwm.dump(connected_only=True)
1190 hwm.dump(filtered=suite.selected_platforms)
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/doc/
Dindex.rst116 will dump the current log buffer, which may contain output from a
/Zephyr-Core-2.7.6/boards/arm64/xenvm/doc/
Dindex.rst161 One can make Xen to dump generated DTB by using :code:`LIBXL_DEBUG_DUMP_DTB`
/Zephyr-Core-2.7.6/doc/guides/test/
Dcoverage.rst58 the emulator with :kbd:`Ctrl-A X` for this to complete after the coverage dump
/Zephyr-Core-2.7.6/boards/x86/ehl_crb/doc/
Dindex.rst172 Shell> bcfg boot dump
/Zephyr-Core-2.7.6/subsys/tracing/
DKconfig162 See gdb dump binary memory documentation for example.
/Zephyr-Core-2.7.6/boards/arm/arty/doc/
Dindex.rst189 dump :file:`zephyr.mem` file suitable for initialising the block RAM using
/Zephyr-Core-2.7.6/scripts/dts/
Dgen_defines.py968 pickle.dump(edt, f, protocol=4)
/Zephyr-Core-2.7.6/scripts/footprint/
Dsize_report798 json.dump(data, fp, indent=4)
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py3718 json.dump(report, json_file, indent=4, separators=(',',':'))
4153 yaml.dump(hwm, yaml_file, Dumper=Dumper, default_flow_style=False)
4157 self.dump()
4178 yaml.dump(dl, yaml_file, Dumper=Dumper, default_flow_style=False)
4180 self.dump(detected=True)
4182 def dump(self, filtered=[], header=[], connected_only=False, detected=False): member in HardwareMap

12