Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wynyibo committed Jun 27, 2024
1 parent dc6f8a4 commit e4332fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eBPF_Supermarket/Network_Subsystem/net_watcher/netwatcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e4332fa

Please sign in to comment.