Skip to content

Commit

Permalink
tetragon: Add syscall64 in KProbeArg type
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Olsa <[email protected]>
  • Loading branch information
olsajiri committed Dec 1, 2023
1 parent 5379fa2 commit 79314e5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ spec:
- cred
- load_info
- module
- syscall64
type: string
required:
- index
Expand Down Expand Up @@ -203,6 +204,7 @@ spec:
- cred
- load_info
- module
- syscall64
type: string
required:
- index
Expand Down Expand Up @@ -751,6 +753,7 @@ spec:
- cred
- load_info
- module
- syscall64
type: string
required:
- index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ spec:
- cred
- load_info
- module
- syscall64
type: string
required:
- index
Expand Down Expand Up @@ -203,6 +204,7 @@ spec:
- cred
- load_info
- module
- syscall64
type: string
required:
- index
Expand Down Expand Up @@ -751,6 +753,7 @@ spec:
- cred
- load_info
- module
- syscall64
type: string
required:
- index
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/apis/cilium.io/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type KProbeArg struct {
// +kubebuilder:validation:Minimum=0
// Position of the argument.
Index uint32 `json:"index"`
// +kubebuilder:validation:Enum=auto;int;uint32;int32;uint64;int64;char_buf;char_iovec;size_t;skb;sock;string;fd;file;filename;path;nop;bpf_attr;perf_event;bpf_map;user_namespace;capability;kiocb;iov_iter;cred;load_info;module;
// +kubebuilder:validation:Enum=auto;int;uint32;int32;uint64;int64;char_buf;char_iovec;size_t;skb;sock;string;fd;file;filename;path;nop;bpf_attr;perf_event;bpf_map;user_namespace;capability;kiocb;iov_iter;cred;load_info;module;syscall64;
// +kubebuilder:default=auto
// Argument type.
Type string `json:"type"`
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79314e5

Please sign in to comment.