Skip to content
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

Refactor code of main.go #340

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Refactor code of main.go #340

merged 3 commits into from
Jun 17, 2024

Commits on Apr 25, 2024

  1. Refactor code of attaching kprobe

    Hide attaching kprobes progress from `main.go`.
    
    Signed-off-by: Leon Hwang <hffilwlqm@gmail.com>
    Asphaltt committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1767033 View commit details
    Browse the repository at this point in the history
  2. Refactor code of attaching skb-tracking kprobe

    Hide the attaching details of tracking skb from `main.go`.
    
    Signed-off-by: Leon Hwang <hffilwlqm@gmail.com>
    Asphaltt committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    462c585 View commit details
    Browse the repository at this point in the history
  3. Refactor code of attaching kprobe to non-skb funcs

    Hide attaching kprobe to non-skb funcs from `main.go`.
    
    Signed-off-by: Leon Hwang <hffilwlqm@gmail.com>
    Asphaltt committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    41ef81e View commit details
    Browse the repository at this point in the history