Searched refs:coredump (Results 1 – 22 of 22) sorted by relevance
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-devices-coredump | 1 What: /sys/devices/.../coredump 5 The /sys/devices/.../coredump attribute is only present when the 6 device is bound to a driver, which provides the .coredump() 8 file will trigger the .coredump() callback.
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | coredump.c | 1103 struct ath10k_fw_crash_data *crash_data = ar->coredump.fw_crash_data; in ath10k_coredump_new() 1120 struct ath10k_fw_crash_data *crash_data = ar->coredump.fw_crash_data; in ath10k_coredump_build() 1246 ar->coredump.fw_crash_data = vzalloc(sizeof(*ar->coredump.fw_crash_data)); in ath10k_coredump_create() 1247 if (!ar->coredump.fw_crash_data) in ath10k_coredump_create() 1255 struct ath10k_fw_crash_data *crash_data = ar->coredump.fw_crash_data; in ath10k_coredump_register() 1270 struct ath10k_fw_crash_data *crash_data = ar->coredump.fw_crash_data; in ath10k_coredump_unregister() 1277 if (ar->coredump.fw_crash_data->ramdump_buf) { in ath10k_coredump_destroy() 1278 vfree(ar->coredump.fw_crash_data->ramdump_buf); in ath10k_coredump_destroy() 1279 ar->coredump.fw_crash_data->ramdump_buf = NULL; in ath10k_coredump_destroy() 1280 ar->coredump.fw_crash_data->ramdump_buf_len = 0; in ath10k_coredump_destroy() [all …]
|
| D | Makefile | 24 ath10k_core-$(CONFIG_DEV_COREDUMP) += coredump.o
|
| D | core.h | 1161 } coredump; member
|
| /Linux-v5.4/drivers/connector/ |
| D | cn_proc.c | 250 ev->event_data.coredump.process_pid = task->pid; in proc_coredump_connector() 251 ev->event_data.coredump.process_tgid = task->tgid; in proc_coredump_connector() 256 ev->event_data.coredump.parent_pid = parent->pid; in proc_coredump_connector() 257 ev->event_data.coredump.parent_tgid = parent->tgid; in proc_coredump_connector()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | cn_proc.h | 121 } coredump; member
|
| /Linux-v5.4/arch/powerpc/platforms/cell/spufs/ |
| D | Makefile | 7 spufs-$(CONFIG_COREDUMP) += coredump.o
|
| /Linux-v5.4/drivers/base/ |
| D | dd.c | 401 dev->driver->coredump(dev); in coredump_store() 406 static DEVICE_ATTR_WO(coredump); 426 if (!IS_ENABLED(CONFIG_DEV_COREDUMP) || !dev->driver->coredump || in driver_sysfs_add() 445 if (drv->coredump) in driver_sysfs_remove()
|
| D | Kconfig | 96 device coredump mechanism. 99 bool "Allow device coredump" if EXPERT 102 This option controls if the device coredump mechanism is available or
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_ethtool.c | 3084 struct bnxt_coredump *coredump) in bnxt_hwrm_dbg_coredump_list() argument 3099 coredump->data = info.dest_buf; in bnxt_hwrm_dbg_coredump_list() 3100 coredump->data_size = info.dest_buf_size; in bnxt_hwrm_dbg_coredump_list() 3101 coredump->total_segs = info.segs; in bnxt_hwrm_dbg_coredump_list() 3229 struct bnxt_coredump coredump = {NULL}; in bnxt_get_coredump() local 3249 rc = bnxt_hwrm_dbg_coredump_list(bp, &coredump); in bnxt_get_coredump() 3255 *dump_len += seg_hdr_len * coredump.total_segs; in bnxt_get_coredump() 3257 seg_record = (struct coredump_segment_record *)coredump.data; in bnxt_get_coredump() 3260 for (i = 0; i < coredump.total_segs; i++) { in bnxt_get_coredump() 3306 start_utc, coredump.total_segs + 1, in bnxt_get_coredump() [all …]
|
| /Linux-v5.4/fs/ |
| D | Makefile | 52 obj-$(CONFIG_COREDUMP) += coredump.o
|
| /Linux-v5.4/arch/arc/kernel/ |
| D | entry.S | 311 ; (i) If this signal causes coredump - full regfile needed
|
| /Linux-v5.4/Documentation/arm64/ |
| D | sve.rst | 361 8. ELF coredump extensions 364 * A NT_ARM_SVE note will be added to each coredump for each thread of the 367 when the coredump was generated.
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | bcmsdh.c | 1167 .coredump = brcmf_dev_coredump,
|
| D | pcie.c | 2132 .driver.coredump = brcmf_dev_coredump,
|
| /Linux-v5.4/drivers/bluetooth/ |
| D | btmrvl_sdio.c | 1795 .coredump = btmrvl_sdio_coredump,
|
| /Linux-v5.4/Documentation/admin-guide/sysctl/ |
| D | kernel.rst | 249 The default coredump filename is "core". By setting 250 core_uses_pid to 1, the coredump filename becomes core.PID.
|
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | usb.c | 686 .coredump = mwifiex_usb_coredump,
|
| D | sdio.c | 537 .coredump = mwifiex_sdio_coredump,
|
| D | pcie.c | 428 .coredump = mwifiex_pcie_coredump,
|
| /Linux-v5.4/include/linux/ |
| D | device.h | 390 void (*coredump) (struct device *dev); member
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 3677 coredump - etc.
|