Searched refs:pr_debugN (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/include/linux/ |
D | kernel.h | 118 #define pr_debugN(n, fmt, ...) \ macro 120 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) 121 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) 122 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)
|