Skip to content

Commit

Permalink
tracee-ebpf: fix socket_accept print
Browse files Browse the repository at this point in the history
When listing available events in tracee-ebpf, no parameters where shown.
Fix this by adding the missing sets field.
  • Loading branch information
yanivagman committed May 31, 2022
1 parent a96317b commit 9ef2e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ebpf/events_definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -5692,6 +5692,7 @@ var EventsDefinitions = map[int32]EventDefinition{
{mapName: "sys_exit_tails", mapIdx: uint32(Accept4EventID), progName: "syscall__accept4"},
},
},
Sets: []string{},
Params: []trace.ArgMeta{
{Type: "int", Name: "sockfd"},
{Type: "struct sockaddr*", Name: "local_addr"},
Expand Down

0 comments on commit 9ef2e5f

Please sign in to comment.