kernel/tools/perf/include/bpf/stdio.h
.. .. @@ -9,9 +9,6 @@ 9 9 .max_entries = __NR_CPUS__, 10 10 }; 11 11 12 -static int (*perf_event_output)(void *, struct bpf_map *, int, void *, unsigned long) =13 - (void *)BPF_FUNC_perf_event_output;14 -15 12 #define puts(from) \ 16 13 ({ const int __len = sizeof(from); \ 17 14 char __from[__len] = from; \