forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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; \