Re: [PATCH v18 11/11] ARM: optprobes: execute instruction during restoring if possible.

2015-01-03 Thread Masami Hiramatsu
(2014/12/29 13:07), Wang Nan wrote: > This patch removes software emulation or simulation for most of probed > instructions. If the instruction doesn't use PC relative addressing, > it will be translated into following instructions in the restore code > in code template: > > ldmia {r0 - r14} //

Re: [PATCH v18 11/11] ARM: optprobes: execute instruction during restoring if possible.

2015-01-03 Thread Masami Hiramatsu
(2014/12/29 13:07), Wang Nan wrote: This patch removes software emulation or simulation for most of probed instructions. If the instruction doesn't use PC relative addressing, it will be translated into following instructions in the restore code in code template: ldmia {r0 - r14} //

[PATCH v18 11/11] ARM: optprobes: execute instruction during restoring if possible.

2014-12-28 Thread Wang Nan
This patch removes software emulation or simulation for most of probed instructions. If the instruction doesn't use PC relative addressing, it will be translated into following instructions in the restore code in code template: ldmia {r0 - r14} // restore all instruction except PC //

[PATCH v18 11/11] ARM: optprobes: execute instruction during restoring if possible.

2014-12-28 Thread Wang Nan
This patch removes software emulation or simulation for most of probed instructions. If the instruction doesn't use PC relative addressing, it will be translated into following instructions in the restore code in code template: ldmia {r0 - r14} // restore all instruction except PC instruction