forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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; \