Lines Matching full:spdk
5 When debugging an spdk application using gdb we may need to view data structures
40 SPDK object of type struct spdk_bdev at 0x7f7dcc1642a8
46 SPDK object of type struct spdk_bdev at 0x7f7dcc216008
52 SPDK object of type struct spdk_bdev at 0x7f7dcc2c7c08
65 SPDK object of type struct spdk_bdev at 0x7f7dcc1642a8
70 Printing spdk threads:
75 SPDK object of type struct spdk_thread at 0x7fffd0008b50
79 SPDK object of type struct spdk_io_channel at 0x7fffd0052610
86 SPDK object of type struct spdk_io_channel at 0x7fffd0056cd0
93 SPDK object of type struct spdk_io_channel at 0x7fffd00582e0
100 SPDK object of type struct spdk_io_channel at 0x7fffd00583b0
113 SPDK object of type struct spdk_nvmf_subsystem at 0x7fffd0008d00
121 SPDK object of type struct spdk_nvmf_subsystem at 0x7fffd0055760
123 name "nqn.2016-06.io.spdk.umgmt:cnode1", '\000' <repeats 191 times>
124 nqn "nqn.2016-06.io.spdk.umgmt:cnode1", '\000' <repeats 191 times>
128 Printing SPDK spinlocks:
142 0x404feb <_bdev_init+16> /build/spdk/spdk-review-public/lib/bdev/bdev.c:116
148 0x40ca9c <bdev_name_add+129> /build/spdk/spdk-review-public/lib/bdev/bdev.c:3855
149 0x411a3c <bdev_register+641> /build/spdk/spdk-review-public/lib/bdev/bdev.c:6660
150 0x412e1e <spdk_bdev_register+24> /build/spdk/spdk-review-public/lib/bdev/bdev.c:7171
166 0x40c6a1 <spdk_spin_lock+436> /build/spdk/spdk-review-public/lib/thread/thread.c:2909
221 The reason is that the macros need to use globals provided by spdk in order to
222 iterate the spdk lists and build iterable representations of the list objects.
224 gdb is used for reasons other than debugging spdk core dumps.