Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
Dtest_util.h25 #define pr_debug(...) printf(__VA_ARGS__) macro
27 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
/kernel/linux/linux-6.6/tools/virtio/virtio-trace/
Dtrace-agent.h71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
73 #define pr_debug(format, ...) do {} while (0) macro
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/
Dtrace-agent.h71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
73 #define pr_debug(format, ...) do {} while (0) macro
/kernel/linux/linux-6.6/tools/testing/memblock/linux/
Dprintk.h20 #define pr_debug printk macro
/kernel/linux/linux-5.10/tools/bootconfig/include/linux/
Dprintk.h12 #define pr_debug printk macro
/kernel/linux/linux-5.10/tools/testing/radix-tree/linux/
Dkernel.h18 #define pr_debug printk macro
/kernel/linux/linux-6.6/tools/testing/radix-tree/linux/
Dkernel.h19 #define pr_debug printk macro
/kernel/linux/linux-6.6/tools/lib/api/
Ddebug-internal.h19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
/kernel/linux/linux-5.10/tools/lib/api/
Ddebug-internal.h19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
/kernel/linux/linux-5.10/tools/perf/pmu-events/
Djson.h27 #define pr_debug(fmt, ...) \ macro
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
Dtest_util.h26 #define pr_debug(...) printf(__VA_ARGS__) macro
28 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
/kernel/linux/linux-6.6/tools/virtio/linux/
Dkernel.h130 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
132 #define pr_debug(format, ...) do {} while (0) macro
/kernel/linux/linux-5.10/tools/virtio/linux/
Dkernel.h123 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
125 #define pr_debug(format, ...) do {} while (0) macro
/kernel/linux/linux-5.10/tools/lib/perf/
Dinternal.h19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
/kernel/linux/linux-6.6/tools/lib/perf/
Dinternal.h19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
/kernel/linux/linux-5.10/tools/perf/util/
Ddebug.h26 #define pr_debug(fmt, ...) \ macro
/kernel/linux/linux-6.6/tools/perf/util/
Ddebug.h34 #define pr_debug(fmt, ...) \ macro
/kernel/linux/linux-6.6/rust/kernel/
Dprint.rs385 macro_rules! pr_debug ( macro
/kernel/linux/linux-5.10/include/linux/
Dprintk.h423 #define pr_debug(fmt, ...) \ macro
426 #define pr_debug(fmt, ...) \ macro
429 #define pr_debug(fmt, ...) \ macro
/kernel/linux/linux-6.6/include/linux/
Dprintk.h578 #define pr_debug(fmt, ...) \ macro
581 #define pr_debug(fmt, ...) \ macro
584 #define pr_debug(fmt, ...) \ macro
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf_internal.h79 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
/kernel/linux/linux-6.6/tools/perf/dlfilters/
Ddlfilter-test-api-v2.c136 #define pr_debug(fmt, ...) do { \ macro
Ddlfilter-test-api-v0.c121 #define pr_debug(fmt, ...) do { \ macro
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
Dmain.c135 #define pr_debug(fmt, ...) \ macro
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
Dmain.c162 #define pr_debug(fmt, ...) \ macro

12