Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index 6fbb683a..089cb9ae 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -554,7 +554,7 @@ To workaround this limitation, you will need to have a rooted device. Execute th
\begin{lstlisting}[language=sh]
setenforce 0
mount -o remount,hidepid=0 /proc
-echo 0 > /proc/sys/kernel/perf_event_paranoid
+echo -1 > /proc/sys/kernel/perf_event_paranoid
echo 0 > /proc/sys/kernel/kptr_restrict
\end{lstlisting}