Re: [PATCH] tile: support kprobes on tilegx

2013-08-11 Thread Masami Hiramatsu
Hello Tony, (2013/08/10 4:08), Tony Lu wrote: > This change includes support for Kprobes, Jprobes and Return Probes. Thank you for the effort, this looks good for the first step. However, it seems this only supports instructions which doesn't touch the execution path. I don't know tile ISA, but

Re: [PATCH] tile: support kprobes on tilegx

2013-08-11 Thread Masami Hiramatsu
Hello Tony, (2013/08/10 4:08), Tony Lu wrote: This change includes support for Kprobes, Jprobes and Return Probes. Thank you for the effort, this looks good for the first step. However, it seems this only supports instructions which doesn't touch the execution path. I don't know tile ISA, but

[PATCH] tile: support kprobes on tilegx

2013-08-09 Thread Tony Lu
This change includes support for Kprobes, Jprobes and Return Probes. Signed-off-by: Tony Lu Signed-off-by: Chris Metcalf --- I assume it makes sense for this to be pushed via the tile tree; it's currently queued in tile-next. arch/tile/Kconfig| 2 +

[PATCH] tile: support kprobes on tilegx

2013-08-09 Thread Tony Lu
This change includes support for Kprobes, Jprobes and Return Probes. Signed-off-by: Tony Lu z...@tilera.com Signed-off-by: Chris Metcalf cmetc...@tilera.com --- I assume it makes sense for this to be pushed via the tile tree; it's currently queued in tile-next. arch/tile/Kconfig