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

netwatcher:Modify Code #845

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test
wynyibo committed Jun 27, 2024
commit e4332fac6cf5af07931e46ced7fde5de5d86fde2
2 changes: 2 additions & 0 deletions eBPF_Supermarket/Network_Subsystem/net_watcher/netwatcher.c
Original file line number Diff line number Diff line change
@@ -1189,7 +1189,9 @@ int attach_uprobe_mysql(struct netwatcher_bpf *skel) {
query__end);
return 0;
}

int attach_uprobe_redis(struct netwatcher_bpf *skel) {

ATTACH_UPROBE_CHECKED(skel, processCommand, query__start_redis);
ATTACH_UPROBE_CHECKED(
skel, call,