-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack_Analyzer:Adapted to MagicEyes #720
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
fdcacea
new arrangement
GorilaMond 712fda4
update introduction
GorilaMond c4dfae9
update action
GorilaMond c289228
modify submodule
GorilaMond 06d585e
remove assets
GorilaMond 9989514
modify doc
GorilaMond 325166c
modify submodule
GorilaMond 1def496
modify ignore
GorilaMond 07c6e5e
modify ignore
GorilaMond ae1ef65
Merge branch 'develop' of github.com:linuxkerneltravel/lmp into struc…
GorilaMond a43bed5
Merge branch 'develop' of github.com:linuxkerneltravel/lmp into struc…
GorilaMond 48f3f67
adapt to MagicEyes
GorilaMond c1c8c08
update file header
GorilaMond 739e529
Achieve code consistency
GorilaMond 10bb16e
fix action err
GorilaMond 5dcb58a
fix off cpu probe mismatching
GorilaMond 22bba1e
fix bpf code
GorilaMond 869b045
Merge branch 'develop' of github.com:linuxkerneltravel/lmp into struc…
GorilaMond File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../eBPF_Supermarket/Stack_Analyser/bpf/ |
94 changes: 0 additions & 94 deletions
94
MagicEyes/src/backend/system_diagnosis/stack_analyzer/bpf/io_count.bpf.c
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
MagicEyes/src/backend/system_diagnosis/stack_analyzer/bpf/off_cpu_count.bpf.c
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
MagicEyes/src/backend/system_diagnosis/stack_analyzer/bpf/on_cpu_count.bpf.c
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果不想include名字太长,也可以的,建议最起码带上你的工具名,这样对以后的集成工具使用者比较友好。就是你在代码里 #include “stack_analyzer/.skel.h”, 而不是直接的 #include “.skel.h” 。下次提交pr的时候再改就行