Re: [PATCH 1/2] tracing/uprobes: Fix documentation of uprobe registration syntax

2013-11-20 Thread Oleg Nesterov
On 11/18, Namhyung Kim wrote: > > From: Namhyung Kim > > The uprobe syntax requires an offset after a file path not a symbol. > > Reviewed-by: Masami Hiramatsu > Cc: Srikar Dronamraju > Cc: Oleg Nesterov > Cc: zhangwei(Jovi) > Cc: Arnaldo Carvalho de Melo > Signed-off-by: Namhyung Kim

Re: [PATCH 1/2] tracing/uprobes: Fix documentation of uprobe registration syntax

2013-11-20 Thread Oleg Nesterov
On 11/18, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com The uprobe syntax requires an offset after a file path not a symbol. Reviewed-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com Cc: Oleg Nesterov o...@redhat.com Cc:

[PATCH 1/2] tracing/uprobes: Fix documentation of uprobe registration syntax

2013-11-17 Thread Namhyung Kim
From: Namhyung Kim The uprobe syntax requires an offset after a file path not a symbol. Reviewed-by: Masami Hiramatsu Cc: Srikar Dronamraju Cc: Oleg Nesterov Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo Signed-off-by: Namhyung Kim --- Documentation/trace/uprobetracer.txt | 10

[PATCH 1/2] tracing/uprobes: Fix documentation of uprobe registration syntax

2013-11-17 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com The uprobe syntax requires an offset after a file path not a symbol. Reviewed-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com Cc: Oleg Nesterov o...@redhat.com Cc: zhangwei(Jovi) jovi.zhang...@huawei.com