Searched defs:pr_debug (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/tools/lib/api/
H A Ddebug-internal.h19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
/linux-master/tools/testing/memblock/linux/
H A Dprintk.h20 #define pr_debug printk macro
/linux-master/tools/lib/perf/
H A Dinternal.h19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
/linux-master/tools/testing/radix-tree/linux/
H A Dkernel.h19 #define pr_debug printk macro
/linux-master/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-master/tools/perf/util/
H A Ddebug.h35 #define pr_debug(fmt, ...) \ macro
/linux-master/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-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dcyan_skillfish_ppt.c45 #undef pr_debug macro
H A Dvangogh_ppt.c47 #undef pr_debug macro
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Dsmu_v12_0.c49 #undef pr_debug macro
H A Drenoir_ppt.c42 #undef pr_debug macro
/linux-master/tools/testing/selftests/kvm/include/
H A Dtest_util.h28 #define pr_debug(...) printf(__VA_ARGS__) macro
30 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
/linux-master/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
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_5_ppt.c43 #undef pr_debug macro
H A Dsmu_v13_0_4_ppt.c44 #undef pr_debug macro
H A Dyellow_carp_ppt.c43 #undef pr_debug macro
H A Dsmu_v13_0.c57 #undef pr_debug macro
/linux-master/include/linux/
H A Dprintk.h580 #define pr_debug(fmt, ...) \ macro
583 #define pr_debug(fmt, ...) \ macro
586 #define pr_debug(fmt, ...) \ macro
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c162 #define pr_debug(fmt, ...) \ macro
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_0_ppt.c44 #undef pr_debug macro
H A Dsmu_v14_0.c52 #undef pr_debug macro
/linux-master/tools/lib/bpf/
H A Drelo_core.c52 #undef pr_debug macro
55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
[all...]
H A Dlibbpf_internal.h172 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c38 #undef pr_debug macro

Completed in 255 milliseconds

12