We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad70a4e commit c3fac66Copy full SHA for c3fac66
README.md
@@ -111,7 +111,7 @@ TIME EVENT COMM PID PPID FILENAME/EXIT CODE
111
## uprobe
112
113
`uprobe` is an example of dealing with user-space entry and exit (return) probes,
114
-`uprobe` and `uretprobe`, in libbpf lingo. It attached `uprobe` and `uretprobe`
+`uprobe` and `uretprobe`, in libbpf lingo. It attaches `uprobe` and `uretprobe`
115
BPF programs to its own functions (`uprobed_add()` and `uprobed_sub()`) and logs input arguments
116
and return result, respectively, using `bpf_printk()` macro. The user-space
117
function is triggered once every second:
0 commit comments