Re: [PATCH 0/2] kprobes/x86: Allow "boost" for 10- and 11-byte instructions

2015-06-01 Thread Masami Hiramatsu
On 2015/06/02 1:32, Eugene Shatokhin wrote: > Kprobes' "boost" feature allows to avoid single-stepping in some cases, along > with its overhead. > It is useful for the Kprobes that cannot be optimized for some reason. > > Currently, "boost" cannot be applied to the instructions of 10 and 11

[PATCH 0/2] kprobes/x86: Allow "boost" for 10- and 11-byte instructions

2015-06-01 Thread Eugene Shatokhin
Kprobes' "boost" feature allows to avoid single-stepping in some cases, along with its overhead. It is useful for the Kprobes that cannot be optimized for some reason. Currently, "boost" cannot be applied to the instructions of 10 and 11 bytes in size, including some rather commonly used kinds

[PATCH 0/2] kprobes/x86: Allow boost for 10- and 11-byte instructions

2015-06-01 Thread Eugene Shatokhin
Kprobes' boost feature allows to avoid single-stepping in some cases, along with its overhead. It is useful for the Kprobes that cannot be optimized for some reason. Currently, boost cannot be applied to the instructions of 10 and 11 bytes in size, including some rather commonly used kinds of

Re: [PATCH 0/2] kprobes/x86: Allow boost for 10- and 11-byte instructions

2015-06-01 Thread Masami Hiramatsu
On 2015/06/02 1:32, Eugene Shatokhin wrote: Kprobes' boost feature allows to avoid single-stepping in some cases, along with its overhead. It is useful for the Kprobes that cannot be optimized for some reason. Currently, boost cannot be applied to the instructions of 10 and 11 bytes in