From: Mathieu Desnoyers Date: Sat, 30 Jul 2011 02:21:07 +0000 (-0400) Subject: Add info about kretprobes X-Git-Tag: v2.0-pre7~8 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=e5fb2910ea78d0dd7be05521d13ea74b11dbe812;p=lttng-modules.git Add info about kretprobes Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index 1a7cea16..3bd0d153 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ need for additional patches. Other features: - Produces CTF (Common Trace Format) natively, (http://www.efficios.com/ctf) - Tracepoints, Function tracer, CPU Performance Monitoring Unit (PMU) - counters and kprobes support, + counters, kprobes, and kretprobes support, - Integrated interface for both kernel and userspace tracing, - Have the ability to attach "context" information to events in the trace (e.g. any PMU counter, pid, ppid, tid, comm name, etc).