feat: agent/eBPF: Add lua disabled config#11119
Open
qlndzt wants to merge 4 commits intodeepflowio:mainfrom
Open
feat: agent/eBPF: Add lua disabled config#11119qlndzt wants to merge 4 commits intodeepflowio:mainfrom
qlndzt wants to merge 4 commits intodeepflowio:mainfrom
Conversation
Contributor
|
注意一下提交的格式 |
Contributor
@yinjiping 是依赖dwarf的,和python是一致的。因为代码会调用C库,C库的部分会用到dwarf,如果dwarf部分不enable,拿到的栈数据中就会是unknown的地址 |
Contributor
@qlndzt 如果lua不依赖,一方面就不应该在unwind_events_handle中的判断后面添加lua相关的初始逻辑 |
Collaborator
Author
不依赖是因为dwarf逻辑在lua中容易出错,所以也不太存在重复问题
现在dwarf关闭不影响lua初始化了
|
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.






This PR is for:
Add lua disabled config
Checklist
Backport to branches