aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/include/bpf/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/include/bpf/unistd.h')
-rw-r--r--tools/perf/include/bpf/unistd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/perf/include/bpf/unistd.h b/tools/perf/include/bpf/unistd.h
deleted file mode 100644
index ca7877f9a976..000000000000
--- a/tools/perf/include/bpf/unistd.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// SPDX-License-Identifier: LGPL-2.1
-
-#include <bpf.h>
-
-static int (*bpf_get_current_pid_tgid)(void) = (void *)BPF_FUNC_get_current_pid_tgid;
-
-static pid_t getpid(void)
-{
- return bpf_get_current_pid_tgid();
-}