Skip to content

Commit

Permalink
Fix tense issue
Browse files Browse the repository at this point in the history
Signed-off-by: Tsai,Meng-Shr <[email protected]>
  • Loading branch information
CollieIsCute authored and anakryiko committed Dec 10, 2024
1 parent ad70a4e commit c3fac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ TIME EVENT COMM PID PPID FILENAME/EXIT CODE
## uprobe

`uprobe` is an example of dealing with user-space entry and exit (return) probes,
`uprobe` and `uretprobe`, in libbpf lingo. It attached `uprobe` and `uretprobe`
`uprobe` and `uretprobe`, in libbpf lingo. It attaches `uprobe` and `uretprobe`
BPF programs to its own functions (`uprobed_add()` and `uprobed_sub()`) and logs input arguments
and return result, respectively, using `bpf_printk()` macro. The user-space
function is triggered once every second:
Expand Down

0 comments on commit c3fac66

Please sign in to comment.