Searched defs:pr_debug (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/virtio/virtio-trace/ |
| H A D | trace-agent.h | 71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro 73 #define pr_debug(format, ...) do {} while (0) macro
|
| /linux/tools/testing/memblock/linux/ |
| H A D | printk.h | 20 #define pr_debug printk macro
|
| /linux/tools/virtio/linux/ |
| H A D | kernel.h | 130 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro 132 #define pr_debug(format, ...) do {} while (0) macro
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | test_util.h | 30 #define pr_debug(...) printf(__VA_ARGS__) macro 32 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
|
| /linux/tools/lib/api/ |
| H A D | debug-internal.h | 19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
|
| /linux/tools/testing/shared/linux/ |
| H A D | kernel.h | 19 #define pr_debug printk macro
|
| /linux/tools/lib/perf/ |
| H A D | internal.h | 19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
|
| /linux/tools/perf/util/ |
| H A D | debug.h | 36 #define pr_debug(fmt, ...) \ macro
|
| /linux/rust/kernel/ |
| H A D | print.rs | 391 macro_rules! pr_debug ( macro
|
| /linux/include/linux/ |
| H A D | printk.h | 635 #define pr_debug(fmt, ...) \ macro 638 #define pr_debug(fmt, ...) \ macro 641 #define pr_debug(fmt, ...) \ macro
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 163 #define pr_debug(fmt, ...) \ macro
|