OSDN Git Service

tracing/uprobes: Add @+file_offset fetch method
[uclinux-h8/linux.git] / Documentation / trace / uprobetracer.txt
index 6e5cff2..f1cf9a3 100644 (file)
@@ -32,6 +32,7 @@ Synopsis of uprobe_tracer
   FETCHARGS     : Arguments. Each probe can have up to 128 args.
    %REG         : Fetch register REG
    @ADDR       : Fetch memory at ADDR (ADDR should be in userspace)
+   @+OFFSET    : Fetch memory at OFFSET (OFFSET from same file as PATH)
    $stackN     : Fetch Nth entry of stack (N >= 0)
    $stack      : Fetch stack address.
    $retval     : Fetch return value.(*)