[for-next][PATCH 11/17] tracing/probes: Add fetch{,_size} member into deref fetch method

2014-01-02 Thread Steven Rostedt
From: Hyeoncheol Lee The deref fetch methods access a memory region but it assumes that it's a kernel memory since uprobes does not support them. Add ->fetch and ->fetch_size member in order to provide a proper access methods for supporting uprobes. Acked-by: Masami Hiramatsu Acked-by: Oleg

[for-next][PATCH 11/17] tracing/probes: Add fetch{,_size} member into deref fetch method

2014-01-02 Thread Steven Rostedt
From: Hyeoncheol Lee cheol@lge.com The deref fetch methods access a memory region but it assumes that it's a kernel memory since uprobes does not support them. Add -fetch and -fetch_size member in order to provide a proper access methods for supporting uprobes. Acked-by: Masami Hiramatsu

[PATCH 11/17] tracing/probes: Add fetch{,_size} member into deref fetch method

2013-12-15 Thread Namhyung Kim
From: Hyeoncheol Lee The deref fetch methods access a memory region but it assumes that it's a kernel memory since uprobes does not support them. Add ->fetch and ->fetch_size member in order to provide a proper access methods for supporting uprobes. Acked-by: Masami Hiramatsu Cc: Srikar

[PATCH 11/17] tracing/probes: Add fetch{,_size} member into deref fetch method

2013-12-15 Thread Namhyung Kim
From: Hyeoncheol Lee cheol@lge.com The deref fetch methods access a memory region but it assumes that it's a kernel memory since uprobes does not support them. Add -fetch and -fetch_size member in order to provide a proper access methods for supporting uprobes. Acked-by: Masami Hiramatsu

[PATCH 11/17] tracing/probes: Add fetch{,_size} member into deref fetch method

2013-12-08 Thread Namhyung Kim
From: Hyeoncheol Lee The deref fetch methods access a memory region but it assumes that it's a kernel memory since uprobes does not support them. Add ->fetch and ->fetch_size member in order to provide a proper access methods for supporting uprobes. Acked-by: Masami Hiramatsu Cc: Srikar

[PATCH 11/17] tracing/probes: Add fetch{,_size} member into deref fetch method

2013-12-08 Thread Namhyung Kim
From: Hyeoncheol Lee cheol@lge.com The deref fetch methods access a memory region but it assumes that it's a kernel memory since uprobes does not support them. Add -fetch and -fetch_size member in order to provide a proper access methods for supporting uprobes. Acked-by: Masami Hiramatsu

[PATCH 11/17] tracing/probes: Add fetch{,_size} member into deref fetch method

2013-11-26 Thread Namhyung Kim
From: Hyeoncheol Lee The deref fetch methods access a memory region but it assumes that it's a kernel memory since uprobes does not support them. Add ->fetch and ->fetch_size member in order to provide a proper access methods for supporting uprobes. Acked-by: Masami Hiramatsu Cc: Srikar

[PATCH 11/17] tracing/probes: Add fetch{,_size} member into deref fetch method

2013-11-26 Thread Namhyung Kim
From: Hyeoncheol Lee cheol@lge.com The deref fetch methods access a memory region but it assumes that it's a kernel memory since uprobes does not support them. Add -fetch and -fetch_size member in order to provide a proper access methods for supporting uprobes. Acked-by: Masami Hiramatsu