[for-next][PATCH 17/17] tracing/uprobes: Add @+file_offset fetch method

2014-01-02 Thread Steven Rostedt
From: Namhyung Kim Enable to fetch data from a file offset. Currently it only supports fetching from same binary uprobe set. It'll translate the file offset to a proper virtual address in the process. The syntax is "@+OFFSET" as it does similar to normal memory fetching (@ADDR) which does no a

[PATCH 17/17] tracing/uprobes: Add @+file_offset fetch method

2013-12-15 Thread Namhyung Kim
From: Namhyung Kim Enable to fetch data from a file offset. Currently it only supports fetching from same binary uprobe set. It'll translate the file offset to a proper virtual address in the process. The syntax is "@+OFFSET" as it does similar to normal memory fetching (@ADDR) which does no a

[PATCH 17/17] tracing/uprobes: Add @+file_offset fetch method

2013-12-08 Thread Namhyung Kim
From: Namhyung Kim Enable to fetch data from a file offset. Currently it only supports fetching from same binary uprobe set. It'll translate the file offset to a proper virtual address in the process. The syntax is "@+OFFSET" as it does similar to normal memory fetching (@ADDR) which does no a