From: Namhyung Kim Date: Mon, 25 Nov 2013 04:42:47 +0000 (+0900) Subject: tracing/uprobes: Add @+file_offset fetch method X-Git-Tag: v3.14-rc1~133^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e0bf341f6cfa92ae0a0e3d0c3496729595e1e9;p=pandora-kernel.git tracing/uprobes: Add @+file_offset fetch method 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 address translation. Suggested-by: Oleg Nesterov Acked-by: Masami Hiramatsu Acked-by: Oleg Nesterov Cc: Srikar Dronamraju Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo Signed-off-by: Namhyung Kim --- Reading git-diff-tree failed