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