forked from linuxkerneltravel/lmp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stack_Analyzer: fix bug and arrange code (linuxkerneltravel#634)
* format and comment Signed-off-by: LiuLingze <[email protected]> * arrange code Signed-off-by: LiuLingze <[email protected]> * fix no precision bug of io enhancement Signed-off-by: LiuLingze <[email protected]> * fix segment fault Signed-off-by: LiuLingze <[email protected]> * fix bug for changed api Signed-off-by: LiuLingze <[email protected]> * A new version more simple for C/S architechture Separate the target run logic from the stack collection class. Take advantage of the C++ feature definitions in the eBPF program header file to simplify the code with macro. Add a sub-function queue to control the use of multiple sub-functions at the same time. Renaming symbols makes the code easier to understand. Removed the code that implemented the visualization capability. Signed-off-by: LiuLingze <[email protected]> * update action Signed-off-by: LiuLingze <[email protected]> * update macro Signed-off-by: LiuLingze <[email protected]> * add filter self ability and filter kthread ability Signed-off-by: LiuLingze <[email protected]> * update using of api Signed-off-by: LiuLingze <[email protected]> * fix segment fault Signed-off-by: LiuLingze <[email protected]> --------- Signed-off-by: LiuLingze <[email protected]>
- Loading branch information
1 parent
b4a1f19
commit ae4d827
Showing
10 changed files
with
875 additions
and
1,197 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
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
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
Oops, something went wrong.