Searched defs:pr_debug (Results 1 – 7 of 7) sorted by relevance
| /tools/virtio/virtio-trace/ |
| D | trace-agent.h | 70 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro 72 #define pr_debug(format, ...) do {} while (0) macro
|
| /tools/lib/api/ |
| D | debug-internal.h | 18 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
|
| /tools/perf/pmu-events/ |
| D | json.h | 26 #define pr_debug(fmt, ...) \ macro
|
| /tools/testing/radix-tree/linux/ |
| D | kernel.h | 27 #define pr_debug printk macro
|
| /tools/virtio/linux/ |
| D | kernel.h | 113 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro 115 #define pr_debug(format, ...) do {} while (0) macro
|
| /tools/perf/util/ |
| D | debug.h | 27 #define pr_debug(fmt, ...) \ macro
|
| /tools/lib/bpf/ |
| D | libbpf.c | 70 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
|