diff options
| author | Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> | 2017-03-08 12:04:14 -0500 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-03-14 14:17:40 -0400 |
| commit | c1ac094d5061e757624a47217d2195ba24a75450 (patch) | |
| tree | b086f38632adec636b977734f22431432ece268b | |
| parent | 44ca9341f65295c56e904cce4c84f5778f5c8537 (diff) | |
doc: trace/kprobes: add information about NOKPROBE_SYMBOL
Update kprobe tracer documentation to also mention that
NOKPROBE_SYMBOL() and nokprobe_inline add symbols to the kprobes
blacklist.
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/d924e20de099579ace4286e610304f054cd798db.1488991670.git.naveen.n.rao@linux.vnet.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
| -rw-r--r-- | Documentation/trace/kprobetrace.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/trace/kprobetrace.txt b/Documentation/trace/kprobetrace.txt index 41ef9d8efe95..5ea85059db3b 100644 --- a/Documentation/trace/kprobetrace.txt +++ b/Documentation/trace/kprobetrace.txt | |||
| @@ -8,8 +8,9 @@ Overview | |||
| 8 | -------- | 8 | -------- |
| 9 | These events are similar to tracepoint based events. Instead of Tracepoint, | 9 | These events are similar to tracepoint based events. Instead of Tracepoint, |
| 10 | this is based on kprobes (kprobe and kretprobe). So it can probe wherever | 10 | this is based on kprobes (kprobe and kretprobe). So it can probe wherever |
| 11 | kprobes can probe (this means, all functions body except for __kprobes | 11 | kprobes can probe (this means, all functions except those with |
| 12 | functions). Unlike the Tracepoint based event, this can be added and removed | 12 | __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL). |
| 13 | Unlike the Tracepoint based event, this can be added and removed | ||
| 13 | dynamically, on the fly. | 14 | dynamically, on the fly. |
| 14 | 15 | ||
| 15 | To enable this feature, build your kernel with CONFIG_KPROBE_EVENTS=y. | 16 | To enable this feature, build your kernel with CONFIG_KPROBE_EVENTS=y. |
