From d23b68334f0cdbde09b321691cbe3d2b6e6cec17 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Thu, 28 Mar 2019 10:49:47 +0106 Subject: 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 --- kernel-devel/section.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-devel/section.tex') 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} -- cgit v1.2.3