-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename import path, fix gid bug, fix license (#4)
Co-authored-by: Kyle Carberry Co-authored-by: Katie Horne <katie@coder.com>
- Loading branch information
1 parent
67b8879
commit 78e0433
Showing
10 changed files
with
433 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
bpf/bpf_helper_defs.h linguist-generated=true | ||
bpf/bpf_helpers.h linguist-generated=true | ||
bpf/bpf_core_read.h linguist-vendored | ||
bpf/bpf_helper_defs.h linguist-vendored | ||
bpf/bpf_helpers.h linguist-vendored | ||
bpf/handler-bpfeb.o linguist-generated | ||
bpf/handler-bpfel.o linguist-generated | ||
bpf/vmlinux.h linguist-vendored |
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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module cdr.dev/exectrace | ||
module github.com/coder/exectrace | ||
|
||
go 1.16 | ||
|
||
|