mirror of
https://github.com/torvalds/linux.git
synced 2026-07-09 06:42:48 +02:00
Support string type tracing and printing in kprobe-tracer.
This allows user to trace string data in kernel including __user data. Note
that sometimes __user data may not be accessed if it is paged-out (sorry, but
kprobes operation should be done in atomic, we can not wait for page-in).
Commiter note: Fixed up conflicts with
|
||
|---|---|---|
| .. | ||
| postprocess | ||
| events-kmem.txt | ||
| events.txt | ||
| ftrace-design.txt | ||
| ftrace.txt | ||
| function-graph-fold.vim | ||
| kprobetrace.txt | ||
| mmiotrace.txt | ||
| ring-buffer-design.txt | ||
| tracepoint-analysis.txt | ||
| tracepoints.txt | ||