Searched defs:pr_info (Results 1 – 10 of 10) sorted by relevance
/tools/bootconfig/include/linux/ |
D | printk.h | 11 #define pr_info printk macro
|
/tools/testing/selftests/kvm/include/ |
D | test_util.h | 31 #define pr_info(...) printf(__VA_ARGS__) macro 33 #define pr_info(...) _no_printf(__VA_ARGS__) macro
|
/tools/testing/radix-tree/linux/ |
D | kernel.h | 17 #define pr_info printk macro
|
/tools/lib/api/ |
D | debug-internal.h | 18 #define pr_info(fmt, ...) __pr(__pr_info, fmt, ##__VA_ARGS__) macro
|
/tools/perf/pmu-events/ |
D | json.h | 24 #define pr_info(fmt, ...) \ macro
|
/tools/lib/perf/ |
D | internal.h | 18 #define pr_info(fmt, ...) __pr(LIBPERF_INFO, fmt, ##__VA_ARGS__) macro
|
/tools/virtio/virtio-trace/ |
D | trace-agent.h | 69 #define pr_info(format, ...) fprintf(stdout, format, ## __VA_ARGS__) macro
|
/tools/perf/util/ |
D | debug.h | 32 #define pr_info(fmt, ...) \ macro
|
/tools/bpf/resolve_btfids/ |
D | main.c | 142 #define pr_info(fmt, ...) \ macro
|
/tools/lib/bpf/ |
D | libbpf_internal.h | 116 #define pr_info(fmt, ...) __pr(LIBBPF_INFO, fmt, ##__VA_ARGS__) macro
|