Searched refs:__pr (Results 1 – 3 of 3) sorted by relevance
/tools/lib/api/ |
D | debug-internal.h | 7 #define __pr(func, fmt, ...) \ macro 17 #define pr_warning(fmt, ...) __pr(__pr_warning, fmt, ##__VA_ARGS__) 18 #define pr_info(fmt, ...) __pr(__pr_info, fmt, ##__VA_ARGS__) 19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__)
|
/tools/perf/lib/ |
D | internal.h | 9 #define __pr(level, fmt, ...) \ macro 14 #define pr_warning(fmt, ...) __pr(LIBPERF_WARN, fmt, ##__VA_ARGS__) 15 #define pr_info(fmt, ...) __pr(LIBPERF_INFO, fmt, ##__VA_ARGS__) 16 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__)
|
/tools/lib/bpf/ |
D | libbpf_internal.h | 57 #define __pr(level, fmt, ...) \ macro 62 #define pr_warning(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) 63 #define pr_info(fmt, ...) __pr(LIBBPF_INFO, fmt, ##__VA_ARGS__) 64 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__)
|