Skip to content

Commit 43b9032

Browse files
authored
chore(ebpf): remove ebpf module (#4324)
1 parent 090f5f5 commit 43b9032

File tree

154 files changed

+3
-244353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+3
-244353
lines changed

.github/workflows/test_ebpf.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "ebpf/testdata"]
2-
path = ebpf/testdata
3-
url = https://github.com/pyroscope-io/pyroscope-ebpf-testdata.git

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GO_LDFLAGS := -X $(VPREFIX).Branch=$(GIT_BRANCH) -X $(VPREFIX).Version=$(IMAGE
4141
GO_GCFLAGS_DEBUG := all="-N -l"
4242

4343
# Folders with go.mod file
44-
GO_MOD_PATHS := api/ ebpf/ lidia/ examples/language-sdk-instrumentation/golang-push/rideshare examples/language-sdk-instrumentation/golang-push/rideshare-alloy examples/language-sdk-instrumentation/golang-push/rideshare-k6 examples/language-sdk-instrumentation/golang-push/simple/ examples/tracing/golang-push/ examples/golang-pgo/
44+
GO_MOD_PATHS := api/ lidia/ examples/language-sdk-instrumentation/golang-push/rideshare examples/language-sdk-instrumentation/golang-push/rideshare-alloy examples/language-sdk-instrumentation/golang-push/rideshare-k6 examples/language-sdk-instrumentation/golang-push/simple/ examples/tracing/golang-push/ examples/golang-pgo/
4545

4646
# Add extra arguments to helm commands
4747
HELM_ARGS =
@@ -83,7 +83,7 @@ go/test: $(BIN)/gotestsum
8383
ifeq ($(GOOS),darwin)
8484
$(BIN)/gotestsum --rerun-fails=2 --packages './... ./lidia/...' -- $(GO_TEST_FLAGS)
8585
else
86-
$(BIN)/gotestsum --rerun-fails=2 --packages './... ./ebpf/... ./lidia/...' -- $(GO_TEST_FLAGS) -skip $(EBPF_TESTS)
86+
$(BIN)/gotestsum --rerun-fails=2 --packages './... ./lidia/...' -- $(GO_TEST_FLAGS) -skip $(EBPF_TESTS)
8787
endif
8888

8989
# Run test on examples
@@ -119,7 +119,7 @@ pyroscope/build: go/bin-pyroscope ## Build just the pyroscope binary
119119
.PHONY: release
120120
release/prereq: $(BIN)/goreleaser ## Ensure release pre requesites are met
121121
# remove local git tags coming from helm chart release
122-
git tag -d $(shell git tag -l "phlare-*" "api/*" "ebpf/*" "@pyroscope*")
122+
git tag -d $(shell git tag -l "phlare-*" "api/*" "@pyroscope*")
123123
# ensure there is a docker cli command
124124
@which docker || { apt-get update && apt-get install -y docker.io; }
125125
@docker info > /dev/null

ebpf/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

ebpf/CMakeLists.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

ebpf/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)