hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/tools/perf/include/bpf/stdio.h
....@@ -9,9 +9,6 @@
99 .max_entries = __NR_CPUS__,
1010 };
1111
12
-static int (*perf_event_output)(void *, struct bpf_map *, int, void *, unsigned long) =
13
- (void *)BPF_FUNC_perf_event_output;
14
-
1512 #define puts(from) \
1613 ({ const int __len = sizeof(from); \
1714 char __from[__len] = from; \