Skip to content

Commit

Permalink
labs/sysdev-application-development-and-debugging: add details about …
Browse files Browse the repository at this point in the history
…perf

Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
tpetazzoni committed Nov 30, 2024
1 parent be9451c commit 7a45c69
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,9 @@ \section{Profiling the application with perf}
\end{bashinput}

See the time spent in various kernel (\code{[k]}) and userspace
(\code{[.]}) functions.
(\code{[.]}) functions. The details of the kernel functions is not
visible, but additional symbol information can be added by building
the kernel with the \code{CONFIG_KALLSYMS_ALL} option enabled.

Now, let's profile the whole system. First, make sure that the system is
currently playing audio. Then SSH to your board and run \code{perf top}
Expand Down

0 comments on commit 7a45c69

Please sign in to comment.