feat: support CORE and non-CORE mode in one#532
Merged
Conversation
…ndroid Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
…ng cross-compilation used `make nocore` Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Co-authored-by: tianzhenxiong <2096067752@qq.com> Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
2a72d38 to
5817625
Compare
In the Ubuntu 22.04 image of GitHub Action, the system kernel is not the default kernel version in APT. Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
5ad0c6a to
1f1682d
Compare
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
2fa0601 to
8af967e
Compare
In the environment initialization phase of GitHub Actin, decompress the kernel source code package and run the `make oldconfig` operation Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
8af967e to
9fce4d5
Compare
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
907e58b to
14a0455
Compare
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
8826649 to
860a85a
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在同一个程序里,同时支持CORE和非CORE两种模式。
新增
-b, --btf参数指定BPF字节码加载模式。In the same program, support both CORE and non-CORE modes at the same time.
Add the
-b, --btfparameter to specify the BPF bytecode loading mode.TODO