Re: [PATCH v2] tile: support kprobes on tilegx

2013-08-18 Thread Masami Hiramatsu
(2013/08/13 23:08), Tony Lu wrote: > This change includes support for Kprobes, Jprobes and Return Probes. > This looks OK for me, just reviewed, not tested :). Reviewed-by: Masami Hiramatsu Thank you! > Signed-off-by: Tony Lu > Signed-off-by: Chris Metcalf > --- > v2: implement Masami Hiram

[PATCH v2] tile: support kprobes on tilegx

2013-08-13 Thread Tony Lu
This change includes support for Kprobes, Jprobes and Return Probes. Signed-off-by: Tony Lu Signed-off-by: Chris Metcalf --- v2: implement Masami Hiramatsu's suggestion to add an insn_has_control() check to disallow placing probes on instructions that modify control flow. We can improve this in