Skip to content

Commit

Permalink
debugging: labs: tweak mystery_program timings to be more visible ove…
Browse files Browse the repository at this point in the history
…r shared video

The 200 ms timing produces a short pause in crc_random, probably not very
visible over shared video for trainees with low bandwidth.

Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Jan 13, 2025
1 parent 17d0b76 commit cec9534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ \section{ftrace \& uprobes}
First of all, we will start a small program on the target using the following command:

\begin{bashinput}
$ mystery_program 1000 200 2 &
$ mystery_program 1500 400 2 &
\end{bashinput}
In order to trace a full system, we can use ftrace. However, if we want to trace
Expand Down

0 comments on commit cec9534

Please sign in to comment.