Searched defs:pr_debug (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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
|
/linux-4.1.27/tools/virtio/linux/ |
D | kernel.h | 92 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro 94 #define pr_debug(format, ...) do {} while (0) macro
|
/linux-4.1.27/tools/perf/util/ |
D | debug.h | 27 #define pr_debug(fmt, ...) \ macro
|
/linux-4.1.27/include/linux/ |
D | printk.h | 280 #define pr_debug(fmt, ...) \ macro 283 #define pr_debug(fmt, ...) \ macro 286 #define pr_debug(fmt, ...) \ macro
|