Skip to content

Commit

Permalink
tetragon: Fix uprobe documentation example
Browse files Browse the repository at this point in the history
We now have multiple symbols, not just one.

The rest of the documentation wrt argument processing is now
correct due to the previous patches.

Signed-off-by: Jiri Olsa <[email protected]>
  • Loading branch information
olsajiri committed Jan 22, 2024
1 parent c1b35b4 commit 733a127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/en/docs/concepts/tracing-policy/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ metadata:
spec:
uprobes:
- path: "/bin/bash"
symbol: "readline"
symbols:
- "readline"
```
This example shows how to use uprobes to hook into the readline function
Expand Down

0 comments on commit 733a127

Please sign in to comment.