Re: [PATCH RESEND 0/5] perf: Add support for hardware breakpoint address masks

2013-01-14 Thread Jacob Shin
On Fri, Jan 11, 2013 at 02:54:49PM +0100, Jiri Olsa wrote: > On Thu, Jan 10, 2013 at 02:10:54PM -0600, Jacob Shin wrote: > > The following patchset adds address masks to existing perf hardware > > breakpoint mechanism to allow trapping on an address range (currently > > only single address) on

Re: [PATCH RESEND 0/5] perf: Add support for hardware breakpoint address masks

2013-01-14 Thread Jacob Shin
On Fri, Jan 11, 2013 at 02:54:49PM +0100, Jiri Olsa wrote: On Thu, Jan 10, 2013 at 02:10:54PM -0600, Jacob Shin wrote: The following patchset adds address masks to existing perf hardware breakpoint mechanism to allow trapping on an address range (currently only single address) on supported

Re: [PATCH RESEND 0/5] perf: Add support for hardware breakpoint address masks

2013-01-11 Thread Jiri Olsa
On Thu, Jan 10, 2013 at 02:10:54PM -0600, Jacob Shin wrote: > The following patchset adds address masks to existing perf hardware > breakpoint mechanism to allow trapping on an address range (currently > only single address) on supported architectures. I haven't found any spec for that, could you

Re: [PATCH RESEND 0/5] perf: Add support for hardware breakpoint address masks

2013-01-11 Thread Jiri Olsa
On Thu, Jan 10, 2013 at 02:10:54PM -0600, Jacob Shin wrote: The following patchset adds address masks to existing perf hardware breakpoint mechanism to allow trapping on an address range (currently only single address) on supported architectures. I haven't found any spec for that, could you

[PATCH RESEND 0/5] perf: Add support for hardware breakpoint address masks

2013-01-10 Thread Jacob Shin
The following patchset adds address masks to existing perf hardware breakpoint mechanism to allow trapping on an address range (currently only single address) on supported architectures. perf uapi is updated, x86 AMD implementation (for AMD Family 16h and beyond) is provided, and perf tool has

[PATCH RESEND 0/5] perf: Add support for hardware breakpoint address masks

2013-01-10 Thread Jacob Shin
The following patchset adds address masks to existing perf hardware breakpoint mechanism to allow trapping on an address range (currently only single address) on supported architectures. perf uapi is updated, x86 AMD implementation (for AMD Family 16h and beyond) is provided, and perf tool has