Searched refs:pr_fmt (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/util/include/linux/ |
D | kernel.h | 104 #ifndef pr_fmt 105 #define pr_fmt(fmt) fmt macro 109 eprintf(0, pr_fmt(fmt), ##__VA_ARGS__) 111 eprintf(0, pr_fmt(fmt), ##__VA_ARGS__) 113 eprintf(0, pr_fmt(fmt), ##__VA_ARGS__) 115 eprintf(1, pr_fmt(fmt), ##__VA_ARGS__) 117 eprintf(n, pr_fmt(fmt), ##__VA_ARGS__) 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__)
|