File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Function arguments at exit
7474--------------------------
7575Function arguments can be accessed at exit probe using $arg<N> fetcharg. This
7676is useful to record the function parameter and return value at once, and
77- trace the difference of structure fields (for debuging a function whether it
77+ trace the difference of structure fields (for debugging a function whether it
7878correctly updates the given data structure or not)
7979See the :ref: `sample<fprobetrace_exit_args_sample> ` below for how it works.
8080
@@ -248,4 +248,4 @@ mode. You can trace that changes with return probe.
248248 cat-143 [007] ...1. 1945.720616: vfs_open__entry: (vfs_open+0x4/0x40) mode=0x1 inode=0x0
249249 cat-143 [007] ...1. 1945.728263: vfs_open__exit: (do_open+0x274/0x3d0 <- vfs_open) mode=0xa800d inode=0xffff888004ada8d8
250250
251- You can see the `file::f_mode ` and `file::f_inode ` are upated in `vfs_open() `.
251+ You can see the `file::f_mode ` and `file::f_inode ` are updated in `vfs_open() `.
Original file line number Diff line number Diff line change @@ -1968,7 +1968,7 @@ wakeup
19681968One common case that people are interested in tracing is the
19691969time it takes for a task that is woken to actually wake up.
19701970Now for non Real-Time tasks, this can be arbitrary. But tracing
1971- it none the less can be interesting.
1971+ it nonetheless can be interesting.
19721972
19731973Without function tracing::
19741974
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Function arguments at kretprobe
7474-------------------------------
7575Function arguments can be accessed at kretprobe using $arg<N> fetcharg. This
7676is useful to record the function parameter and return value at once, and
77- trace the difference of structure fields (for debuging a function whether it
77+ trace the difference of structure fields (for debugging a function whether it
7878correctly updates the given data structure or not).
7979See the :ref: `sample<fprobetrace_exit_args_sample> ` in fprobe event for how
8080it works.
You can’t perform that action at this time.
0 commit comments