Skip to content

Commit

Permalink
debugging: labs: slightly reword sentence
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
  • Loading branch information
lucaceresoli committed Feb 23, 2023
1 parent b0db6d1 commit 5c3c98b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ \section{ftrace \& uprobes}
\end{bashinput}

On the target, we will create a uprobe in the main function of the
\code{crc_random} program each time a crc is computed. First, let list the lines
number that are recognized by perf to add a uprobe:
\code{crc_random} program each time a crc is computed. First, let's list the line
numbers that are recognized by perf to add a uprobe:

\begin{bashinput}
$ perf probe --source=./ -x ./crc_random -L main
Expand Down

0 comments on commit 5c3c98b

Please sign in to comment.