Home
last modified time | relevance | path

Searched defs:pr_debug (Results 1 – 3 of 3) sorted by relevance

/tools/virtio/virtio-trace/
Dtrace-agent.h70 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
72 #define pr_debug(format, ...) do {} while (0) macro
/tools/virtio/linux/
Dkernel.h92 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
94 #define pr_debug(format, ...) do {} while (0) macro
/tools/perf/util/
Ddebug.h26 #define pr_debug(fmt, ...) \ macro