Commit c66095f
committed
api: Remove deprecated FD-tracking actions from KprobeAction enum
The FollowFD, UnfollowFD, and CopyFD actions (values 2, 4, and 6) were
deprecated and have been removed from the API and BPF implementation.
Updated proto definitions, generated code, documentation, and removed
all related BPF map structures and helper functions.
Signed-off-by: ariosmon <ariosmon@cisco.com>1 parent 031ee31 commit c66095f
File tree
45 files changed
+798
-3025
lines changed- api/v1
- tetragon
- bpf/process
- types
- contrib/tetragon-rthooks/vendor/github.com/cilium/tetragon/api/v1/tetragon
- docs
- content/en/docs
- concepts/tracing-policy
- reference
- security-observability-with-ebpf
- 03_chapter/01_installation
- 04_chapter
- 01_cilium_tracing_policy
- examples
- install/kubernetes/tetragon/crds-yaml
- pkg
- api/tracingapi
- grpc/tracing
- k8s/apis/cilium.io
- client/crds/v1alpha1
- v1alpha1
- selectors
- sensors/tracing
- testdata/specs
- vendor/github.com/cilium/tetragon
- api/v1/tetragon
- pkg/k8s/apis/cilium.io
- client/crds/v1alpha1
- v1alpha1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+798
-3025
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
500 | | - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
501 | 502 | | |
502 | 503 | | |
503 | | - | |
504 | | - | |
505 | 504 | | |
506 | 505 | | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | 506 | | |
511 | 507 | | |
512 | 508 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
284 | 257 | | |
285 | 258 | | |
286 | 259 | | |
| |||
907 | 880 | | |
908 | 881 | | |
909 | 882 | | |
910 | | - | |
911 | | - | |
912 | 883 | | |
913 | 884 | | |
914 | 885 | | |
| |||
960 | 931 | | |
961 | 932 | | |
962 | 933 | | |
963 | | - | |
964 | | - | |
965 | | - | |
966 | | - | |
967 | | - | |
968 | | - | |
969 | | - | |
970 | | - | |
971 | | - | |
972 | | - | |
973 | | - | |
974 | 934 | | |
975 | 935 | | |
976 | 936 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments