Searched defs:pr_debug (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/tools/virtio/virtio-trace/ | 
| D | trace-agent.h | 71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__)  macro73 #define pr_debug(format, ...) do {} while (0)  macro
 
 | 
| /Linux-v5.4/tools/testing/radix-tree/linux/ | 
| D | kernel.h | 18 #define pr_debug printk  macro
 | 
| /Linux-v5.4/tools/perf/lib/ | 
| D | internal.h | 16 #define pr_debug(fmt, ...)      __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__)  macro
 | 
| /Linux-v5.4/tools/lib/api/ | 
| D | debug-internal.h | 19 #define pr_debug(fmt, ...)	__pr(__pr_debug, fmt, ##__VA_ARGS__)  macro
 | 
| /Linux-v5.4/tools/perf/pmu-events/ | 
| D | json.h | 27 #define pr_debug(fmt, ...) \  macro
 | 
| /Linux-v5.4/tools/virtio/linux/ | 
| D | kernel.h | 123 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__)  macro125 #define pr_debug(format, ...) do {} while (0)  macro
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | debug.h | 25 #define pr_debug(fmt, ...) \  macro
 | 
| /Linux-v5.4/include/linux/ | 
| D | printk.h | 335 #define pr_debug(fmt, ...) \  macro338 #define pr_debug(fmt, ...) \  macro
 341 #define pr_debug(fmt, ...) \  macro
 
 | 
| /Linux-v5.4/tools/lib/bpf/ | 
| D | libbpf_internal.h | 64 #define pr_debug(fmt, ...)	__pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__)  macro
 |