Home
last modified time | relevance | path

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

/linux/tools/virtio/virtio-trace/
H A Dtrace-agent.h71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
73 #define pr_debug(format, ...) do {} while (0) macro
/linux/tools/testing/memblock/linux/
H A Dprintk.h20 #define pr_debug printk macro
/linux/tools/virtio/linux/
H A Dkernel.h130 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
132 #define pr_debug(format, ...) do {} while (0) macro
/linux/tools/lib/api/
H A Ddebug-internal.h19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
/linux/tools/testing/shared/linux/
H A Dkernel.h19 #define pr_debug printk macro
/linux/tools/lib/perf/
H A Dinternal.h19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
/linux/tools/perf/util/
H A Ddebug.h35 #define pr_debug( global() macro
/linux/rust/kernel/
H A Dprint.rs391 macro_rules! pr_debug ( macro
/linux/tools/bpf/resolve_btfids/
H A Dmain.c163 #define pr_debug(fmt, ...) \ macro