OSDN Git Service

perf bpf: Remove now unused BPF headers
authorIan Rogers <irogers@google.com>
Thu, 3 Nov 2022 04:54:37 +0000 (21:54 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 4 Nov 2022 14:41:48 +0000 (11:41 -0300)
commitcfddf0d4a5571bcc94760c27729a60daefda38bb
treebde7a7198ecaeba3d8d8e083af170b5e711c862c
parent71811e8c77e974a0ab978c86a2b32b3f2c82f455
perf bpf: Remove now unused BPF headers

Example code has migrated to use standard BPF header files, remove
unnecessary perf equivalents. Update install step to not try to copy
these.

Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: https://lore.kernel.org/r/20221103045437.163510-8-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.perf
tools/perf/include/bpf/bpf.h [deleted file]
tools/perf/include/bpf/linux/socket.h [deleted file]
tools/perf/include/bpf/pid_filter.h [deleted file]
tools/perf/include/bpf/stdio.h [deleted file]
tools/perf/include/bpf/unistd.h [deleted file]