/linux-6.6.21/tools/virtio/virtio-trace/ |
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-6.6.21/tools/testing/memblock/linux/ |
D | printk.h | 20 #define pr_debug printk macro
|
/linux-6.6.21/tools/testing/selftests/kvm/include/ |
D | test_util.h | 26 #define pr_debug(...) printf(__VA_ARGS__) macro 28 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
|
/linux-6.6.21/tools/lib/api/ |
D | debug-internal.h | 19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
|
/linux-6.6.21/tools/testing/radix-tree/linux/ |
D | kernel.h | 19 #define pr_debug printk macro
|
/linux-6.6.21/tools/virtio/linux/ |
D | kernel.h | 130 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro 132 #define pr_debug(format, ...) do {} while (0) macro
|
/linux-6.6.21/tools/lib/perf/ |
D | internal.h | 19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
|
/linux-6.6.21/tools/perf/util/ |
D | debug.h | 34 #define pr_debug(fmt, ...) \ macro
|
/linux-6.6.21/rust/kernel/ |
D | print.rs | 385 macro_rules! pr_debug ( macro
|
/linux-6.6.21/include/linux/ |
D | printk.h | 578 #define pr_debug(fmt, ...) \ macro 581 #define pr_debug(fmt, ...) \ macro 584 #define pr_debug(fmt, ...) \ macro
|
/linux-6.6.21/tools/perf/dlfilters/ |
D | dlfilter-test-api-v0.c | 121 #define pr_debug(fmt, ...) do { \ macro
|
D | dlfilter-test-api-v2.c | 136 #define pr_debug(fmt, ...) do { \ macro
|
/linux-6.6.21/tools/bpf/resolve_btfids/ |
D | main.c | 152 #define pr_debug(fmt, ...) \ macro
|
/linux-6.6.21/tools/lib/bpf/ |
D | relo_core.c | 55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
|
D | libbpf_internal.h | 157 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
|