We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755680c commit b0769dbCopy full SHA for b0769db
docs/content/en/docs/concepts/tracing-policy/hooks.md
@@ -679,6 +679,15 @@ spec:
679
- action: Post
680
```
681
682
+It is also possible to resolve arrays (`int arr[100]`) and dynamic arrays
683
+(`int **dyn_arr`) by using square bracket notations, similarly as follows:
684
+
685
+```yaml
686
+- index: 0
687
+ resolve: some.field[12].some.subfield
688
+ type: uint32
689
+```
690
691
## Data
692
693
Kprobes allow definition of `data` fields and following `matchData` selector
0 commit comments