-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize with Elastic's private repo
Co-Authored-By: Christos Kalkanis <[email protected]> Co-Authored-By: Damien Mathieu <[email protected]> Co-Authored-By: Florian Lehner <[email protected]> Co-Authored-By: Francesco Gualazzi <[email protected]> Co-Authored-By: Joel Höner <[email protected]> Co-Authored-By: Joseph Kruskal <[email protected]> Co-Authored-By: Tim Rühsen <[email protected]> Co-Authored-By: Timo Teräs <[email protected]>
- Loading branch information
1 parent
319d980
commit daec9d3
Showing
443 changed files
with
16,126 additions
and
12,003 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,3 @@ | |
/.idea | ||
/go | ||
otel-profiling-agent | ||
tracer.ebpf | ||
tracer.ebpf.arm64 | ||
tracer.ebpf.x86 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ clean: | |
@chmod -Rf u+w go/ || true | ||
@rm -rf go .cache | ||
|
||
generate: protobuf | ||
generate: | ||
go install github.com/florianl/[email protected] | ||
go generate ./... | ||
|
||
|
@@ -31,7 +31,7 @@ test: generate ebpf test-deps | |
go test ./... | ||
|
||
TESTDATA_DIRS:= \ | ||
libpf/nativeunwind/elfunwindinfo/testdata \ | ||
nativeunwind/elfunwindinfo/testdata \ | ||
libpf/pfelf/testdata \ | ||
reporter/testdata | ||
|
||
|
@@ -40,9 +40,6 @@ test-deps: | |
($(MAKE) -C "$(testdata_dir)") || exit ; \ | ||
) | ||
|
||
protobuf: | ||
cd proto && ./buildpb.sh | ||
|
||
# Detect native architecture. | ||
UNAME_NATIVE_ARCH:=$(shell uname -m) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.