Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/tools/testing/memblock/linux/
H A Dprintk.h20 #define pr_debug printk macro
/openbmc/u-boot/include/linux/
H A Dprintk.h69 #define pr_debug(fmt, ...) \ macro
72 #define pr_debug(fmt, ...) \ macro
/openbmc/linux/tools/lib/api/
H A Ddebug-internal.h19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
/openbmc/linux/tools/testing/radix-tree/linux/
H A Dkernel.h19 #define pr_debug printk macro
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dtest_util.h26 #define pr_debug(...) printf(__VA_ARGS__) macro
28 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
/openbmc/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
/openbmc/linux/tools/lib/perf/
H A Dinternal.h19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
/openbmc/linux/tools/perf/util/
H A Ddebug.h34 #define pr_debug(fmt, ...) \ macro
/openbmc/linux/rust/kernel/
H A Dprint.rs385 macro_rules! pr_debug ( macro
/openbmc/linux/include/linux/
H A Dprintk.h578 #define pr_debug(fmt, ...) \ macro
581 #define pr_debug(fmt, ...) \ macro
584 #define pr_debug(fmt, ...) \ macro
/openbmc/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c121 #define pr_debug(fmt, ...) do { \ macro
H A Ddlfilter-test-api-v2.c136 #define pr_debug(fmt, ...) do { \ macro
/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c162 #define pr_debug(fmt, ...) \ macro
/openbmc/linux/tools/lib/bpf/
H A Drelo_core.c55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
H A Dlibbpf_internal.h171 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro