summaryrefslogtreecommitdiff
path: root/kernel-devel/section.tex
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2019-03-28 10:49:47 +0106
committerJohn Ogness <john.ogness@linutronix.de>2019-03-28 10:49:47 +0106
commitd23b68334f0cdbde09b321691cbe3d2b6e6cec17 (patch)
treecb05d4a72d7bd52612c8d1f655a5d74bb94df86e /kernel-devel/section.tex
parent45d0059285af1d9edc8b73b98308272c4f900cef (diff)
kernel-tracing: fixup denglish, add perf probe, tracing_on
There were some german and german-like words lingering. Fix these to proper english. Show the use of "perf probe" for adding kprobes and uprobes. Move the tracing_on()/tracing_off() slide next to the trace_printk(). It makes more sense there since we are talking about writing kernel code for tracing. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'kernel-devel/section.tex')
-rw-r--r--kernel-devel/section.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-devel/section.tex b/kernel-devel/section.tex
index 4b78c2f..325e494 100644
--- a/kernel-devel/section.tex
+++ b/kernel-devel/section.tex
@@ -1 +1 @@
-\section{Kernelprogrammierung}
+\section{Kernel Development}