Skip to content

Commit

Permalink
Include vmlinux.h
Browse files Browse the repository at this point in the history
As cargo package doesn't allow pulling in source from the build
environment, add the extracted vmlinux.h in the repository.

Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Nov 20, 2023
1 parent 513ca37 commit e142290
Show file tree
Hide file tree
Showing 3 changed files with 144,885 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
agent/src/bpf/vmlinux.h
scripts/*.csv
target/
5 changes: 0 additions & 5 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,3 @@ install: install-programs
.PHONY: check
check: all
cargo test --target-dir="${TARGETDIR}"

.PHONY: clean
clean:
cargo clean
rm -f agent/src/bpf/vmlinux.h
Loading

0 comments on commit e142290

Please sign in to comment.