Searched refs:pr_debugN (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/util/include/linux/
H A Dkernel.h116 #define pr_debugN(n, fmt, ...) \ macro
118 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)
119 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__)
120 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)

Completed in 32 milliseconds