Searched defs:pr_info (Results 1 – 9 of 9) sorted by relevance
/tools/testing/selftests/kvm/include/ |
D | test_util.h | 30 #define pr_info(...) printf(__VA_ARGS__) macro 32 #define pr_info(...) _no_printf(__VA_ARGS__) macro
|
/tools/bootconfig/include/linux/ |
D | printk.h | 11 #define pr_info printk 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 | 24 #define pr_info(fmt, ...) \ macro
|
/tools/lib/bpf/ |
D | libbpf_internal.h | 78 #define pr_info(fmt, ...) __pr(LIBBPF_INFO, fmt, ##__VA_ARGS__) macro
|