/linux/fs/btrfs/ |
H A D | messages.h | 18 void btrfs_no_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...) in btrfs_no_printk() argument 26 #define btrfs_printk(fs_info, fmt, args...) \ argument 27 _btrfs_printk(fs_info, fmt, ##args) 31 void _btrfs_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...); 35 #define btrfs_printk(fs_info, fmt, args...) \ argument 36 btrfs_no_printk(fs_info, fmt, ##args) 39 #define btrfs_emerg(fs_info, fmt, args...) \ argument 40 btrfs_printk(fs_info, KERN_EMERG fmt, ##args) 41 #define btrfs_alert(fs_info, fmt, args...) \ argument 42 btrfs_printk(fs_info, KERN_ALERT fmt, ##args) [all …]
|
/linux/include/linux/ |
H A D | printk.h | 86 const char *fmt; member 132 #define no_printk(fmt, ...) \ argument 135 _printk(fmt, ##__VA_ARGS__); \ 141 void early_printk(const char *fmt, ...); 153 const char *fmt, va_list args); 156 int vprintk(const char *fmt, va_list args); 159 int _printk(const char *fmt, ...); 164 __printf(1, 2) __cold int _printk_deferred(const char *fmt, ...); 199 __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...); 275 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc() argument [all …]
|
H A D | dynamic_debug.h | 141 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 147 const char *fmt, ...); 154 const char *fmt, ...); 161 const char *fmt, ...); 163 #define DEFINE_DYNAMIC_DEBUG_METADATA_CLS(name, cls, fmt) \ argument 169 .format = (fmt), \ 178 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ argument 179 DEFINE_DYNAMIC_DEBUG_METADATA_CLS(name, _DPRINTK_CLASS_DFLT, fmt) 221 #define __dynamic_func_call_cls(id, cls, fmt, func, ...) do { \ argument 222 DEFINE_DYNAMIC_DEBUG_METADATA_CLS(id, cls, fmt); \ [all …]
|
/linux/include/drm/ |
H A D | drm_print.h | 214 drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) in drm_vprintf() argument 216 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf() 227 #define drm_printf_indent(printer, indent, fmt, ...) \ argument 228 drm_printf((printer), "%.*s" fmt, (indent), "\t\t\t\t\tX", ##__VA_ARGS__) 503 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument 504 drm_dev_printk(dev, KERN_ERR, "*ERROR* " fmt, ##__VA_ARGS__) 517 #define DRM_DEV_ERROR_RATELIMITED(dev, fmt, ...) \ argument 524 DRM_DEV_ERROR(dev, fmt, ##__VA_ARGS__); \ 528 #define DRM_DEV_INFO(dev, fmt, ...) \ argument 529 drm_dev_printk(dev, KERN_INFO, fmt, ##__VA_ARGS__) [all …]
|
/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | deb_defs.h | 49 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \ argument 51 printk(KERN_DEBUG DRV_NAME grpnam ": " fmt, ## args); } while (0) 53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument 58 #define lbtf_deb_enter_args(grp, fmt, args...) \ argument 59 LBTF_DEB_LL(grp | LBTF_DEB_ENTER, " enter", "%s(" fmt ")\n", __func__, ## args); 62 #define lbtf_deb_leave_args(grp, fmt, args...) \ argument 63 LBTF_DEB_LL(grp | LBTF_DEB_LEAVE, " leave", "%s(), " fmt "\n", \ 65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args) argument 66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument 67 #define lbtf_deb_mesh(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MESH, " mesh", fmt, ##args) argument [all …]
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe.h | 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 41 #define rxe_dbg(fmt, ...) pr_debug("%s: " fmt, __func__, ##__VA_ARGS__) argument 42 #define rxe_dbg_dev(rxe, fmt, ...) ibdev_dbg(&(rxe)->ib_dev, \ argument 43 "%s: " fmt, __func__, ##__VA_ARGS__) 44 #define rxe_dbg_uc(uc, fmt, ...) ibdev_dbg((uc)->ibuc.device, \ argument 45 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__) 46 #define rxe_dbg_pd(pd, fmt, ...) ibdev_dbg((pd)->ibpd.device, \ argument 47 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__) 48 #define rxe_dbg_ah(ah, fmt, ...) ibdev_dbg((ah)->ibah.device, \ argument 49 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__) [all …]
|
/linux/include/uapi/linux/media/raspberrypi/ |
H A D | pisp_common.h | 95 #define PISP_IMAGE_FORMAT_BPS_8(fmt) \ argument 96 (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) == PISP_IMAGE_FORMAT_BPS_8) 97 #define PISP_IMAGE_FORMAT_BPS_10(fmt) \ argument 98 (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) == PISP_IMAGE_FORMAT_BPS_10) 99 #define PISP_IMAGE_FORMAT_BPS_12(fmt) \ argument 100 (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) == PISP_IMAGE_FORMAT_BPS_12) 101 #define PISP_IMAGE_FORMAT_BPS_16(fmt) \ argument 102 (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) == PISP_IMAGE_FORMAT_BPS_16) 103 #define PISP_IMAGE_FORMAT_BPS(fmt) \ argument 104 (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) ? \ [all …]
|
/linux/fs/jffs2/ |
H A D | debug.h | 67 #define jffs2_dbg(level, fmt, ...) \ argument 70 pr_debug(fmt, ##__VA_ARGS__); \ 79 #define JFFS2_ERROR(fmt, ...) \ argument 80 pr_err("error: (%d) %s: " fmt, \ 83 #define JFFS2_WARNING(fmt, ...) \ argument 84 pr_warn("warning: (%d) %s: " fmt, \ 87 #define JFFS2_NOTICE(fmt, ...) \ argument 88 pr_notice("notice: (%d) %s: " fmt, \ 91 #define JFFS2_DEBUG(fmt, ...) \ argument 92 printk(KERN_DEBUG "[JFFS2 DBG] (%d) %s: " fmt, \ [all …]
|
/linux/tools/perf/util/ |
H A D | debug.h | 20 #define pr_fmt(fmt) fmt 23 #define pr_err(fmt, ...) \ 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) argument 25 #define pr_warning(fmt, ...) \ 26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) argument 27 #define pr_warning_once(fmt, ...) ({ \ 30 pr_warning(fmt, ##__VA_ARGS__); \ 34 #define pr_info(fmt, ...) \ 35 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS_ argument 19 pr_fmt(fmt) global() argument 22 pr_err(fmt,...) global() argument 33 pr_info(fmt,...) global() argument 37 pr_debugN(n,fmt,...) global() argument 39 pr_debug2(fmt,...) global() argument 40 pr_debug3(fmt,...) global() argument 41 pr_debug4(fmt,...) global() argument 44 pr_debug2_peo(fmt,...) global() argument 51 pr_time_N(n,var,t,fmt,...) global() argument 54 pr_oe_time(t,fmt,...) global() argument 55 pr_oe_time2(t,fmt,...) global() argument [all...] |
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | defs.h | 51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ argument 53 printk(KERN_DEBUG DRV_NAME grpnam ": " fmt, ## args); } while (0) 55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument 58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) argument 59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args) argument 60 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args) argument 61 #define lbs_deb_wext(fmt, args...) LBS_DEB_LL(LBS_DEB_WEXT, " wext", fmt, ##args) argument 62 #define lbs_deb_ioctl(fmt, args...) LBS_DEB_LL(LBS_DEB_IOCTL, " ioctl", fmt, ##args) argument 63 #define lbs_deb_scan(fmt, args...) LBS_DEB_LL(LBS_DEB_SCAN, " scan", fmt, ##args) argument 64 #define lbs_deb_assoc(fmt, args...) LBS_DEB_LL(LBS_DEB_ASSOC, " assoc", fmt, ##args) argument [all …]
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 158 #define CX18_DEBUG(x, type, fmt, args...) \ argument 161 v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \ 163 #define CX18_DEBUG_WARN(fmt, args...) CX18_DEBUG(CX18_DBGFLG_WARN, "warning", fmt , ## args) argument 164 #define CX18_DEBUG_INFO(fmt, args...) CX18_DEBUG(CX18_DBGFLG_INFO, "info", fmt , ## args) argument 165 #define CX18_DEBUG_API(fmt, args...) CX18_DEBUG(CX18_DBGFLG_API, "api", fmt , ## args) argument 166 #define CX18_DEBUG_DMA(fmt, args...) CX18_DEBUG(CX18_DBGFLG_DMA, "dma", fmt , ## args) argument 167 #define CX18_DEBUG_IOCTL(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IOCTL, "ioctl", fmt , ## args) argument 168 #define CX18_DEBUG_FILE(fmt, args...) CX18_DEBUG(CX18_DBGFLG_FILE, "file", fmt , ## args) argument 169 #define CX18_DEBUG_I2C(fmt, args...) CX18_DEBUG(CX18_DBGFLG_I2C, "i2c", fmt , ## args) argument 170 #define CX18_DEBUG_IRQ(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IRQ, "irq", fmt , ## args) argument [all …]
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_debug.h | 41 #define ioc_err(ioc, fmt, ...) \ argument 42 pr_err("%s: " fmt, (ioc)->name, ##__VA_ARGS__) 43 #define ioc_notice(ioc, fmt, ...) \ argument 44 pr_notice("%s: " fmt, (ioc)->name, ##__VA_ARGS__) 45 #define ioc_warn(ioc, fmt, ...) \ argument 46 pr_warn("%s: " fmt, (ioc)->name, ##__VA_ARGS__) 47 #define ioc_info(ioc, fmt, ...) \ argument 48 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__) 50 #define dprint(ioc, fmt, ...) \ argument 53 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \ [all …]
|
/linux/fs/smb/client/ |
H A D | cifs_debug.h | 15 #define pr_fmt(fmt) "CIFS: " fmt argument 55 #define cifs_info_func(ratefunc, fmt, ...) \ argument 56 pr_info_ ## ratefunc(fmt, ##__VA_ARGS__) 58 #define cifs_info(fmt, ...) \ argument 59 cifs_info_func(ratelimited, fmt, ##__VA_ARGS__) 62 #define cifs_dbg_func(ratefunc, type, fmt, ...) \ argument 65 pr_debug_ ## ratefunc("%s: " fmt, \ 68 pr_err_ ## ratefunc("VFS: " fmt, ##__VA_ARGS__); \ 70 pr_debug_ ## ratefunc(fmt, ##__VA_ARGS__); \ 74 #define cifs_dbg(type, fmt, ...) \ argument [all …]
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | debug.h | 27 #define gvt_err(fmt, args...) \ argument 28 pr_err("gvt: "fmt, ##args) 30 #define gvt_vgpu_err(fmt, args...) \ argument 33 pr_err("gvt: "fmt, ##args); \ 35 pr_err("gvt: vgpu %d: "fmt, vgpu->id, ##args);\ 38 #define gvt_dbg_core(fmt, args...) \ argument 39 pr_debug("gvt: core: "fmt, ##args) 41 #define gvt_dbg_irq(fmt, args...) \ argument 42 pr_debug("gvt: irq: "fmt, ##args) 44 #define gvt_dbg_mm(fmt, args...) \ argument [all …]
|
/linux/include/linux/ceph/ |
H A D | ceph_debug.h | 5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 18 # define dout(fmt, ...) \ argument 19 pr_debug("%.*s %12.12s:%-4d : " fmt, \ 22 # define doutc(client, fmt, ...) \ argument 23 pr_debug("%.*s %12.12s:%-4d : [%pU %llu] " fmt, \ 30 # define dout(fmt, ...) \ argument 31 no_printk(KERN_DEBUG fmt, ##__VA_ARGS__) 32 # define doutc(client, fmt, ...) \ argument 33 no_printk(KERN_DEBUG "[%pU %llu] " fmt, \ 44 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) argument [all …]
|
/linux/tools/perf/ui/ |
H A D | hist.c | 19 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument 21 int __ret = fn(hpp, fmt, ##__VA_ARGS__); \ 27 int nr_samples, const char *fmt, int len, in __hpp__fmt_print() argument 37 return hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt_print() 43 return hpp__call_print_fn(hpp, print_fn, fmt, len, avg); in __hpp__fmt_print() 46 return hpp__call_print_fn(hpp, print_fn, fmt, len, val); in __hpp__fmt_print() 56 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt() argument 103 values[i].samples, fmt, len, in __hpp__fmt() 119 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt() argument 124 int len = max(fmt in hpp__fmt() 139 hpp__fmt_acc(struct perf_hpp_fmt * fmt,struct perf_hpp * hpp,struct hist_entry * he,hpp_field_fn get_field,const char * fmtstr,hpp_snprint_fn print_fn,enum perf_hpp_fmt_type fmtype) hpp__fmt_acc() argument 296 hpp__width_fn(struct perf_hpp_fmt * fmt,struct perf_hpp * hpp __maybe_unused,struct hists * hists) hpp__width_fn() argument 322 hpp__header_fn(struct perf_hpp_fmt * fmt,struct perf_hpp * hpp,struct hists * hists,int line __maybe_unused,int * span __maybe_unused) hpp__header_fn() argument 330 hpp_color_scnprintf(struct perf_hpp * hpp,const char * fmt,...) hpp_color_scnprintf() argument 346 hpp_entry_scnprintf(struct perf_hpp * hpp,const char * fmt,...) hpp_entry_scnprintf() argument 591 fmt_free(struct perf_hpp_fmt * fmt) fmt_free() argument 609 struct perf_hpp_fmt *fmt = &perf_hpp__format[i]; perf_hpp__init() local 674 struct perf_hpp_fmt *fmt, *acc, *ovh, *tmp; perf_hpp__cancel_cumulate() local 700 struct perf_hpp_fmt *fmt; perf_hpp__setup_output_field() local 723 struct perf_hpp_fmt *fmt; perf_hpp__append_sort_keys() local 743 struct perf_hpp_fmt *fmt, *tmp; perf_hpp__reset_output_field() local 765 struct perf_hpp_fmt *fmt; hists__sort_list_width() local 790 struct perf_hpp_fmt *fmt; hists__overhead_width() local 810 perf_hpp__reset_width(struct perf_hpp_fmt * fmt,struct hists * hists) perf_hpp__reset_width() argument 851 struct perf_hpp_fmt *fmt; hists__reset_column_width() local 866 struct perf_hpp_fmt *fmt; perf_hpp__set_user_width() local 882 add_hierarchy_fmt(struct hists * hists,struct perf_hpp_fmt * fmt) add_hierarchy_fmt() argument 926 struct perf_hpp_fmt *fmt; perf_hpp__setup_hists_formats() local [all...] |
/linux/drivers/block/drbd/ |
H A D | drbd_polymorph_printk.h | 18 #define __drbd_printk_drbd_device_fmt(fmt) "drbd %s/%u drbd%u: " fmt argument 27 #define __drbd_printk_drbd_peer_device_fmt(fmt) \ argument 28 "drbd %s/%u drbd%u: " fmt 35 #define __drbd_printk_drbd_resource_fmt(fmt) "drbd %s: " fmt argument 42 #define __drbd_printk_drbd_connection_fmt(fmt) \ argument 43 "drbd %s: " fmt 54 #define __drbd_printk_if_same_type(obj, struct_name, level, fmt, args...) \ argument 58 printk(level __drbd_printk_ ## struct_name ## _fmt(fmt), \ 63 #define drbd_printk(level, obj, fmt, args...) \ argument 65 __drbd_printk_if_same_type(obj, drbd_device, level, fmt, ## args), \ [all …]
|
/linux/kernel/trace/ |
H A D | trace_printk.c | 35 const char *fmt; member 38 static inline struct trace_bprintk_fmt *lookup_format(const char *fmt) in lookup_format() argument 42 if (!fmt) in lookup_format() 46 if (!strcmp(pos->fmt, fmt)) in lookup_format() 56 char *fmt; in hold_module_trace_bprintk_format() local 67 *iter = tb_fmt->fmt; in hold_module_trace_bprintk_format() 71 fmt = NULL; in hold_module_trace_bprintk_format() 74 fmt = kmalloc(strlen(*iter) + 1, GFP_KERNEL); in hold_module_trace_bprintk_format() 75 if (fmt) { in hold_module_trace_bprintk_format() 77 strcpy(fmt, *iter); in hold_module_trace_bprintk_format() [all …]
|
/linux/include/net/ |
H A D | net_debug.h | 28 #define netdev_level_once(level, dev, fmt, ...) \ argument 34 netdev_printk(level, dev, fmt, ##__VA_ARGS__); \ 38 #define netdev_emerg_once(dev, fmt, ...) \ argument 39 netdev_level_once(KERN_EMERG, dev, fmt, ##__VA_ARGS__) 40 #define netdev_alert_once(dev, fmt, ...) \ argument 41 netdev_level_once(KERN_ALERT, dev, fmt, ##__VA_ARGS__) 42 #define netdev_crit_once(dev, fmt, ...) \ argument 43 netdev_level_once(KERN_CRIT, dev, fmt, ##__VA_ARGS__) 44 #define netdev_err_once(dev, fmt, ...) \ argument 45 netdev_level_once(KERN_ERR, dev, fmt, ##__VA_ARGS__) [all …]
|
/linux/arch/alpha/boot/ |
H A D | stdio.c | 110 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() argument 128 for (str = buf ; *fmt ; ++fmt) { in vsprintf() 129 if (*fmt != '%') { in vsprintf() 130 *str++ = *fmt; in vsprintf() 137 ++fmt; /* this also skips first '%' */ in vsprintf() 138 switch (*fmt) { in vsprintf() 148 if ('0' <= *fmt && *fmt <= '9') in vsprintf() 149 field_width = skip_atoi(&fmt); in vsprintf() 150 else if (*fmt == '*') { in vsprintf() 151 ++fmt; in vsprintf() [all …]
|
/linux/arch/powerpc/boot/ |
H A D | stdio.c | 146 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() argument 164 for (str=buf ; *fmt ; ++fmt) { in vsprintf() 165 if (*fmt != '%') { in vsprintf() 166 *str++ = *fmt; in vsprintf() 173 ++fmt; /* this also skips first '%' */ in vsprintf() 174 switch (*fmt) { in vsprintf() 184 if ('0' <= *fmt && *fmt <= '9') in vsprintf() 185 field_width = skip_atoi(&fmt); in vsprintf() 186 else if (*fmt == '*') { in vsprintf() 187 ++fmt; in vsprintf() [all …]
|
/linux/drivers/block/rnbd/ |
H A D | rnbd-log.h | 15 #define rnbd_clt_log(fn, dev, fmt, ...) ( \ argument 16 fn("<%s@%s> " fmt, (dev)->pathname, \ 19 #define rnbd_srv_log(fn, dev, fmt, ...) ( \ argument 20 fn("<%s@%s>: " fmt, (dev)->pathname, \ 23 #define rnbd_clt_err(dev, fmt, ...) \ argument 24 rnbd_clt_log(pr_err, dev, fmt, ##__VA_ARGS__) 25 #define rnbd_clt_err_rl(dev, fmt, ...) \ argument 26 rnbd_clt_log(pr_err_ratelimited, dev, fmt, ##__VA_ARGS__) 27 #define rnbd_clt_info(dev, fmt, ...) \ argument 28 rnbd_clt_log(pr_info, dev, fmt, ##__VA_ARGS__) [all …]
|
/linux/lib/ |
H A D | vsprintf.c | 887 const char *fmt) in dentry_name() argument 894 switch (fmt[1]) { in dentry_name() 896 depth = fmt[1] - '0'; in dentry_name() 936 struct printf_spec spec, const char *fmt) in file_dentry_name() argument 941 return dentry_name(buf, end, f->f_path.dentry, spec, fmt); in file_dentry_name() 946 struct printf_spec spec, const char *fmt) in bdev_name() argument 969 struct printf_spec spec, const char *fmt) in symbol_string() argument 976 if (fmt[1] == 'R') in symbol_string() 981 if (*fmt == 'B' && fmt[1] == 'b') in symbol_string() 983 else if (*fmt == 'B') in symbol_string() [all …]
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debug.c | 10 void __wil_err(struct wil6210_priv *wil, const char *fmt, ...) in __wil_err() argument 15 va_start(args, fmt); in __wil_err() 16 vaf.fmt = fmt; in __wil_err() 23 void __wil_err_ratelimited(struct wil6210_priv *wil, const char *fmt, ...) in __wil_err_ratelimited() argument 31 va_start(args, fmt); in __wil_err_ratelimited() 32 vaf.fmt = fmt; in __wil_err_ratelimited() 39 void wil_dbg_ratelimited(const struct wil6210_priv *wil, const char *fmt, ...) in wil_dbg_ratelimited() argument 47 va_start(args, fmt); in wil_dbg_ratelimited() 48 vaf.fmt = fmt; in wil_dbg_ratelimited() 55 void __wil_info(struct wil6210_priv *wil, const char *fmt, ...) in __wil_info() argument [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/ |
H A D | dml2_debug.h | 30 #define DML_LOG_FATAL(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 32 #define DML_LOG_ERROR(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 34 #define DML_LOG_ERROR(fmt, ...) ((void)0) argument 37 #define DML_LOG_WARN(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 39 #define DML_LOG_WARN(fmt, ...) ((void)0) argument 42 #define DML_LOG_INFO(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 44 #define DML_LOG_INFO(fmt, ...) ((void)0) argument 47 #define DML_LOG_DEBUG(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 49 #define DML_LOG_DEBUG(fmt, ...) ((void)0) argument 52 #define DML_LOG_VERBOSE(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument [all …]
|