[bootlin/training-materials updates] master: debugging: labs: add missing 'cd' (2e6c6a97)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Mar 24 16:10:53 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/2e6c6a97d6c9916baf87e5b2eb37fa1d4c6da674

>---------------------------------------------------------------

commit 2e6c6a97d6c9916baf87e5b2eb37fa1d4c6da674
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Mar 24 16:09:53 2023 +0100

    debugging: labs: add missing 'cd'
    
    As on other labs, to be in the correct dir on the board.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

2e6c6a97d6c9916baf87e5b2eb37fa1d4c6da674
 labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex | 1 +
 1 file changed, 1 insertion(+)

diff --git a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
index e50cca9c..af079717 100644
--- a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -33,6 +33,7 @@ On the target, we will create a uprobe in the main function of the
 numbers that are recognized by perf to add a uprobe:
 
 \begin{bashinput}
+$ cd /root/system_profiling
 $ perf probe --source=./ -x ./crc_random -L main
 \end{bashinput}
 




More information about the training-materials-updates mailing list