This repository was archived by the owner on Jan 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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 (#38)
Co-authored-by: Joel Höner <[email protected]> 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: Joseph Kruskal <[email protected]> Co-authored-by: Timo Teräs <[email protected]>
- Loading branch information
1 parent
319d980
commit f80a3cd
Showing
445 changed files
with
16,843 additions
and
12,006 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.