hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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; \