[for-next][PATCH 12/17] tracing/probes: Implement memory fetch method for uprobes

2014-01-02 Thread Steven Rostedt
From: Namhyung Kim Use separate method to fetch from memory. Move existing functions to trace_kprobe.c and make them static. Also add new memory fetch implementation for uprobes. Acked-by: Masami Hiramatsu Acked-by: Oleg Nesterov Cc: Srikar Dronamraju Cc: zhangwei(Jovi) Cc: Arnaldo

[for-next][PATCH 12/17] tracing/probes: Implement memory fetch method for uprobes

2014-01-02 Thread Steven Rostedt
From: Namhyung Kim namhyung@lge.com Use separate method to fetch from memory. Move existing functions to trace_kprobe.c and make them static. Also add new memory fetch implementation for uprobes. Acked-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com Acked-by: Oleg Nesterov