Searched refs:__pr (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/lib/perf/ |
D | internal.h | 11 #define __pr(level, fmt, ...) \ macro 16 #define pr_err(fmt, ...) __pr(LIBPERF_ERR, fmt, ##__VA_ARGS__) 17 #define pr_warning(fmt, ...) __pr(LIBPERF_WARN, fmt, ##__VA_ARGS__) 18 #define pr_info(fmt, ...) __pr(LIBPERF_INFO, fmt, ##__VA_ARGS__) 19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) 20 #define pr_debug2(fmt, ...) __pr(LIBPERF_DEBUG2, fmt, ##__VA_ARGS__) 21 #define pr_debug3(fmt, ...) __pr(LIBPERF_DEBUG3, fmt, ##__VA_ARGS__)
|
/linux-6.12.1/tools/lib/api/ |
D | debug-internal.h | 7 #define __pr(func, fmt, ...) \ macro 17 #define pr_warn(fmt, ...) __pr(__pr_warn, 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__)
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf_internal.h | 165 #define __pr(level, fmt, ...) \ macro 170 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) 171 #define pr_info(fmt, ...) __pr(LIBBPF_INFO, fmt, ##__VA_ARGS__) 172 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__)
|
D | libbpf.c | 4942 __pr(level, "object '%s': failed (%d) to open BPF FS mount at '%s'%s\n", in bpf_object_prepare_token() 4956 __pr(level, "object '%s': failed (%d) to create BPF token from '%s'%s\n", in bpf_object_prepare_token()
|