/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
D | debug.c | 12 struct va_format vaf; in __wil_err() local 16 vaf.fmt = fmt; in __wil_err() 17 vaf.va = &args; in __wil_err() 18 netdev_err(wil->main_ndev, "%pV", &vaf); in __wil_err() 19 trace_wil6210_log_err(&vaf); in __wil_err() 25 struct va_format vaf; in __wil_err_ratelimited() local 32 vaf.fmt = fmt; in __wil_err_ratelimited() 33 vaf.va = &args; in __wil_err_ratelimited() 34 netdev_err(wil->main_ndev, "%pV", &vaf); in __wil_err_ratelimited() 35 trace_wil6210_log_err(&vaf); in __wil_err_ratelimited() [all …]
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | lib.c | 140 struct va_format vaf; in bt_info() local 145 vaf.fmt = format; in bt_info() 146 vaf.va = &args; in bt_info() 148 pr_info("%pV", &vaf); in bt_info() 156 struct va_format vaf; in bt_warn() local 161 vaf.fmt = format; in bt_warn() 162 vaf.va = &args; in bt_warn() 164 pr_warn("%pV", &vaf); in bt_warn() 172 struct va_format vaf; in bt_err() local 177 vaf.fmt = format; in bt_err() [all …]
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | trace.c | 17 struct va_format vaf = { in __sdata_info() local 23 vaf.va = &args; in __sdata_info() 25 pr_info("%pV", &vaf); in __sdata_info() 26 trace_mac80211_info(&vaf); in __sdata_info() 32 struct va_format vaf = { in __sdata_dbg() local 38 vaf.va = &args; in __sdata_dbg() 41 pr_debug("%pV", &vaf); in __sdata_dbg() 42 trace_mac80211_dbg(&vaf); in __sdata_dbg() 48 struct va_format vaf = { in __sdata_err() local 54 vaf.va = &args; in __sdata_err() [all …]
|
D | trace_msg.h | 22 TP_PROTO(struct va_format *vaf), 24 TP_ARGS(vaf), 32 MAX_MSG_LEN, vaf->fmt, 33 *vaf->va) >= MAX_MSG_LEN); 40 TP_PROTO(struct va_format *vaf), 41 TP_ARGS(vaf) 44 TP_PROTO(struct va_format *vaf), 45 TP_ARGS(vaf) 48 TP_PROTO(struct va_format *vaf), 49 TP_ARGS(vaf)
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | iscsi.h | 23 TP_PROTO(struct device *dev, struct va_format *vaf), 25 TP_ARGS(dev, vaf), 34 vsnprintf(__get_str(msg), ISCSI_MSG_MAX, vaf->fmt, *vaf->va); 45 TP_PROTO(struct device *dev, struct va_format *vaf), 47 TP_ARGS(dev, vaf) 54 TP_PROTO(struct device *dev, struct va_format *vaf), 56 TP_ARGS(dev, vaf) 63 TP_PROTO(struct device *dev, struct va_format *vaf), 65 TP_ARGS(dev, vaf) 72 TP_PROTO(struct device *dev, struct va_format *vaf), [all …]
|
D | qla.h | 19 struct va_format *vaf), 21 TP_ARGS(buf, vaf), 29 vsnprintf(__get_str(msg), QLA_MSG_MAX, vaf->fmt, *vaf->va); 38 TP_PROTO(const char *buf, struct va_format *vaf), 39 TP_ARGS(buf, vaf)
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | brcms_trace_brcmsmac_msg.h | 28 TP_PROTO(struct va_format *vaf), 29 TP_ARGS(vaf), 35 MAX_MSG_LEN, vaf->fmt, 36 *vaf->va) >= MAX_MSG_LEN); 42 TP_PROTO(struct va_format *vaf), 43 TP_ARGS(vaf) 47 TP_PROTO(struct va_format *vaf), 48 TP_ARGS(vaf) 52 TP_PROTO(struct va_format *vaf), 53 TP_ARGS(vaf) [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-devtrace-msg.h | 23 TP_PROTO(struct va_format *vaf), 24 TP_ARGS(vaf), 30 MAX_MSG_LEN, vaf->fmt, 31 *vaf->va) >= MAX_MSG_LEN); 37 TP_PROTO(struct va_format *vaf), 38 TP_ARGS(vaf) 42 TP_PROTO(struct va_format *vaf), 43 TP_ARGS(vaf) 47 TP_PROTO(struct va_format *vaf), 48 TP_ARGS(vaf) [all …]
|
D | iwl-debug.c | 69 struct va_format vaf = { \ 75 vaf.va = &args; \ 76 dev_ ##fn(dev, "%pV", &vaf); \ 77 trace_iwlwifi_ ##fn(&vaf); \ 91 struct va_format vaf = { in __iwl_err() local 97 vaf.va = &args; in __iwl_err() 100 dev_err(dev, "(RFKILL) %pV", &vaf); in __iwl_err() 102 dev_err(dev, "%pV", &vaf); in __iwl_err() 104 trace_iwlwifi_err(&vaf); in __iwl_err() 114 struct va_format vaf = { in __iwl_dbg() local [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
D | qedi_dbg.c | 15 struct va_format vaf; in qedi_dbg_err() local 19 vaf.fmt = fmt; in qedi_dbg_err() 20 vaf.va = &va; in qedi_dbg_err() 24 func, line, qedi->host_no, &vaf); in qedi_dbg_err() 26 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_err() 36 struct va_format vaf; in qedi_dbg_warn() local 40 vaf.fmt = fmt; in qedi_dbg_warn() 41 vaf.va = &va; in qedi_dbg_warn() 48 func, line, qedi->host_no, &vaf); in qedi_dbg_warn() 50 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_warn() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_print.c | 99 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() argument 109 len = snprintf(NULL, 0, "%pV", vaf); in __drm_printfn_coredump() 122 iterator->remain, "%pV", vaf); in __drm_printfn_coredump() 138 snprintf(buf, len + 1, "%pV", vaf); in __drm_printfn_coredump() 151 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() argument 153 seq_printf(p->arg, "%pV", vaf); in __drm_printfn_seq_file() 157 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() argument 159 dev_info(p->arg, "[" DRM_NAME "] %pV", vaf); in __drm_printfn_info() 163 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() argument 165 pr_debug("%s %pV", p->prefix, vaf); in __drm_printfn_debug() [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
D | bnx2fc_debug.c | 19 struct va_format vaf; in BNX2FC_IO_DBG() local 27 vaf.fmt = fmt; in BNX2FC_IO_DBG() 28 vaf.va = &args; in BNX2FC_IO_DBG() 34 io_req->xid, &vaf); in BNX2FC_IO_DBG() 36 pr_info("NULL %pV", &vaf); in BNX2FC_IO_DBG() 43 struct va_format vaf; in BNX2FC_TGT_DBG() local 51 vaf.fmt = fmt; in BNX2FC_TGT_DBG() 52 vaf.va = &args; in BNX2FC_TGT_DBG() 58 tgt->rport->port_id, &vaf); in BNX2FC_TGT_DBG() 60 pr_info("NULL %pV", &vaf); in BNX2FC_TGT_DBG() [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
D | qedf_dbg.c | 14 struct va_format vaf; in qedf_dbg_err() local 18 vaf.fmt = fmt; in qedf_dbg_err() 19 vaf.va = &va; in qedf_dbg_err() 23 func, line, qedf->host_no, &vaf); in qedf_dbg_err() 25 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedf_dbg_err() 35 struct va_format vaf; in qedf_dbg_warn() local 39 vaf.fmt = fmt; in qedf_dbg_warn() 40 vaf.va = &va; in qedf_dbg_warn() 47 func, line, qedf->host_no, &vaf); in qedf_dbg_warn() 49 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedf_dbg_warn() [all …]
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_message.c | 21 struct va_format *vaf) in __xfs_printk() argument 24 printk("%sXFS (%s): %pV\n", level, mp->m_super->s_id, vaf); in __xfs_printk() 27 printk("%sXFS: %pV\n", level, vaf); in __xfs_printk() 33 struct va_format vaf; \ 39 vaf.fmt = fmt; \ 40 vaf.va = &args; \ 42 __xfs_printk(kern_level, mp, &vaf); \ 68 struct va_format vaf; in xfs_alert_tag() local 79 vaf.fmt = fmt; in xfs_alert_tag() 80 vaf.va = &args; in xfs_alert_tag() [all …]
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | misc.c | 8 struct va_format vaf; in ubifs_msg() local 13 vaf.fmt = fmt; in ubifs_msg() 14 vaf.va = &args; in ubifs_msg() 17 c->vi.ubi_num, c->vi.vol_id, &vaf); in ubifs_msg() 25 struct va_format vaf; in ubifs_err() local 30 vaf.fmt = fmt; in ubifs_err() 31 vaf.va = &args; in ubifs_err() 36 &vaf); in ubifs_err() 44 struct va_format vaf; in ubifs_warn() local 49 vaf.fmt = fmt; in ubifs_warn() [all …]
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | debug.c | 32 struct va_format vaf; in __ntfs_warning() local 43 vaf.fmt = fmt; in __ntfs_warning() 44 vaf.va = &args; in __ntfs_warning() 47 sb->s_id, flen ? function : "", &vaf); in __ntfs_warning() 49 pr_warn("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_warning() 75 struct va_format vaf; in __ntfs_error() local 86 vaf.fmt = fmt; in __ntfs_error() 87 vaf.va = &args; in __ntfs_error() 90 sb->s_id, flen ? function : "", &vaf); in __ntfs_error() 92 pr_err("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_error() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
D | debug.c | 12 struct va_format vaf = { in ath11k_info() local 18 vaf.va = &args; in ath11k_info() 19 dev_info(ab->dev, "%pV", &vaf); in ath11k_info() 27 struct va_format vaf = { in ath11k_err() local 33 vaf.va = &args; in ath11k_err() 34 dev_err(ab->dev, "%pV", &vaf); in ath11k_err() 42 struct va_format vaf = { in ath11k_warn() local 48 vaf.va = &args; in ath11k_warn() 49 dev_warn_ratelimited(ab->dev, "%pV", &vaf); in ath11k_warn() 60 struct va_format vaf; in __ath11k_dbg() local [all …]
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
D | misc.c | 147 struct va_format vaf; in ubi_msg() local 152 vaf.fmt = fmt; in ubi_msg() 153 vaf.va = &args; in ubi_msg() 155 pr_notice(UBI_NAME_STR "%d: %pV\n", ubi->ubi_num, &vaf); in ubi_msg() 163 struct va_format vaf; in ubi_warn() local 168 vaf.fmt = fmt; in ubi_warn() 169 vaf.va = &args; in ubi_warn() 172 ubi->ubi_num, __builtin_return_address(0), &vaf); in ubi_warn() 180 struct va_format vaf; in ubi_err() local 185 vaf.fmt = fmt; in ubi_err() [all …]
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | trace_dbg.h | 67 TP_PROTO(const char *function, struct va_format *vaf), 68 TP_ARGS(function, vaf), 75 MAX_MSG_LEN, vaf->fmt, 76 *vaf->va) >= 92 TP_PROTO(const char *function, struct va_format *vaf), \ 93 TP_ARGS(function, vaf)) 98 struct va_format vaf = { \ 104 vaf.va = &args; \ 105 trace_hfi1_ ##lvl(func, &vaf); \
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | tracepoint.c | 17 struct va_format vaf = { in __brcmf_err() local 23 vaf.va = &args; in __brcmf_err() 25 dev_err(bus->dev, "%s: %pV", func, &vaf); in __brcmf_err() 27 pr_err("%s: %pV", func, &vaf); in __brcmf_err() 28 trace_brcmf_err(func, &vaf); in __brcmf_err()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
D | trace.h | 253 TP_PROTO(struct va_format *vaf), 254 TP_ARGS(vaf), 261 vaf->fmt, 262 *vaf->va) >= ATH6KL_MSG_MAX); 268 TP_PROTO(struct va_format *vaf), 269 TP_ARGS(vaf) 273 TP_PROTO(struct va_format *vaf), 274 TP_ARGS(vaf) 278 TP_PROTO(struct va_format *vaf), 279 TP_ARGS(vaf) [all …]
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-dbg.c | 25 struct va_format vaf; in xhci_dbg_trace() local 29 vaf.fmt = fmt; in xhci_dbg_trace() 30 vaf.va = &args; in xhci_dbg_trace() 31 xhci_dbg(xhci, "%pV\n", &vaf); in xhci_dbg_trace() 32 trace(&vaf); in xhci_dbg_trace()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
D | main.c | 74 struct va_format vaf; in ath_printk() local 79 vaf.fmt = fmt; in ath_printk() 80 vaf.va = &args; in ath_printk() 84 level, wiphy_name(common->hw->wiphy), &vaf); in ath_printk() 85 trace_ath_log(common->hw->wiphy, &vaf); in ath_printk() 87 printk("%sath: %pV", level, &vaf); in ath_printk()
|
/kernel/linux/linux-5.10/sound/core/ |
D | misc.c | 57 struct va_format vaf; in __snd_printk() local 69 vaf.fmt = format; in __snd_printk() 70 vaf.va = &args; in __snd_printk() 72 while ((kern_level = printk_get_level(vaf.fmt)) != 0) { in __snd_printk() 73 const char *end_of_header = printk_skip_level(vaf.fmt); in __snd_printk() 77 memcpy(verbose_fmt, vaf.fmt, end_of_header - vaf.fmt); in __snd_printk() 81 vaf.fmt = end_of_header; in __snd_printk() 87 printk(verbose_fmt, sanity_file_name(path), line, &vaf); in __snd_printk()
|
/kernel/linux/linux-5.10/fs/verity/ |
D | init.c | 17 struct va_format vaf; in fsverity_msg() local 24 vaf.fmt = fmt; in fsverity_msg() 25 vaf.va = &args; in fsverity_msg() 28 level, inode->i_sb->s_id, inode->i_ino, &vaf); in fsverity_msg() 30 printk("%sfs-verity: %pV\n", level, &vaf); in fsverity_msg()
|