/Linux-v5.10/include/linux/ |
D | printk.h | 300 #ifndef pr_fmt 301 #define pr_fmt(fmt) fmt macro 313 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__) 323 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__) 333 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__) 343 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) 353 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) 363 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) 373 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__) 399 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
/Linux-v5.10/tools/perf/util/ |
D | debug.h | 16 #ifndef pr_fmt 17 #define pr_fmt(fmt) fmt macro 21 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 23 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 25 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 27 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 29 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 30 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) 31 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) 32 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
/Linux-v5.10/tools/usb/usbip/libsrc/ |
D | usbip_common.h | 62 #define pr_fmt(fmt) "%s: %s: " fmt "\n", PROGNAME macro 63 #define dbg_fmt(fmt) pr_fmt("%s:%d:[%s] " fmt), "debug", \ 69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \ 72 fprintf(stderr, pr_fmt(fmt), "error", ##args); \ 79 syslog(LOG_INFO, pr_fmt(fmt), "info", ##args); \ 82 fprintf(stderr, pr_fmt(fmt), "info", ##args); \
|
/Linux-v5.10/tools/perf/pmu-events/ |
D | json.h | 19 #define pr_fmt(fmt) fmt macro 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 25 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(2, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/Linux-v5.10/drivers/input/ |
D | evbug.c | 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro 27 printk(KERN_DEBUG pr_fmt("Event. Dev: %s, Type: %d, Code: %d, Value: %d\n"), in evbug_event() 53 printk(KERN_DEBUG pr_fmt("Connected device: %s (%s at %s)\n"), in evbug_connect() 69 printk(KERN_DEBUG pr_fmt("Disconnected device: %s\n"), in evbug_disconnect()
|
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/ |
D | pp_debug.h | 27 #ifdef pr_fmt 28 #undef pr_fmt 31 #define pr_fmt(fmt) "amdgpu: [powerplay] " fmt macro
|
/Linux-v5.10/drivers/firmware/efi/ |
D | apple-properties.c | 10 #define pr_fmt(fmt) "apple-properties: " fmt macro 95 print_hex_dump(KERN_INFO, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_key_value_pairs() 105 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_key_value_pairs() 138 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_devices() 208 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties() 213 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties()
|
/Linux-v5.10/arch/x86/kernel/cpu/ |
D | bugs.c | 228 #undef pr_fmt 229 #define pr_fmt(fmt) "MDS: " fmt macro 289 #undef pr_fmt 290 #define pr_fmt(fmt) "TAA: " fmt macro 403 #undef pr_fmt 404 #define pr_fmt(fmt) "SRBDS: " fmt macro 494 #undef pr_fmt 495 #define pr_fmt(fmt) "Spectre V1 : " fmt macro 584 #undef pr_fmt 585 #define pr_fmt(fmt) "Spectre V2 : " fmt macro [all …]
|
/Linux-v5.10/net/wimax/ |
D | wimax-internal.h | 18 #ifdef pr_fmt 19 #undef pr_fmt 22 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.10/drivers/infiniband/sw/rxe/ |
D | rxe.h | 10 #ifdef pr_fmt 11 #undef pr_fmt 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.10/fs/coda/ |
D | coda_linux.h | 16 #ifdef pr_fmt 17 #undef pr_fmt 20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/ |
D | wcn36xx.h | 59 printk(KERN_ERR pr_fmt("ERROR " fmt), ##arg) 62 printk(KERN_WARNING pr_fmt("WARNING " fmt), ##arg) 65 printk(KERN_INFO pr_fmt(fmt), ##arg) 69 printk(KERN_DEBUG pr_fmt(fmt), ##arg); \ 74 print_hex_dump(KERN_DEBUG, pr_fmt(prefix_str), \
|
/Linux-v5.10/arch/mips/bcm47xx/ |
D | bcm47xx_private.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) "bcm47xx: " fmt macro
|
/Linux-v5.10/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | bcm47xxnflash.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.10/fs/efs/ |
D | efs.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.10/net/tipc/ |
D | core.h | 64 #ifdef pr_fmt 65 #undef pr_fmt 68 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.10/drivers/clk/ti/ |
D | fixed-factor.c | 27 #undef pr_fmt 28 #define pr_fmt(fmt) "%s: " fmt, __func__ macro
|
/Linux-v5.10/fs/cifs/ |
D | cifs_debug.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) "CIFS: " fmt macro
|
/Linux-v5.10/drivers/infiniband/ulp/rtrs/ |
D | rtrs-srv-stats.c | 9 #undef pr_fmt 10 #define pr_fmt(fmt) KBUILD_MODNAME " L" __stringify(__LINE__) ": " fmt macro
|
/Linux-v5.10/fs/qnx6/ |
D | qnx6.h | 14 #ifdef pr_fmt 15 #undef pr_fmt 18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.10/fs/hfs/ |
D | hfs_fs.h | 12 #ifdef pr_fmt 13 #undef pr_fmt 16 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro 46 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \
|
/Linux-v5.10/fs/configfs/ |
D | configfs_internal.h | 13 #ifdef pr_fmt 14 #undef pr_fmt 17 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.10/net/batman-adv/ |
D | main.h | 200 #ifdef pr_fmt 201 #undef pr_fmt 204 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.10/drivers/crypto/hisilicon/zip/ |
D | zip.h | 6 #undef pr_fmt 7 #define pr_fmt(fmt) "hisi_zip: " fmt macro
|
/Linux-v5.10/fs/ufs/ |
D | ufs.h | 5 #ifdef pr_fmt 6 #undef pr_fmt 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|