[PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-05-06 Thread Jean Pihet
Introducing perf_regs_load function, which is going to be used for dwarf unwind test in following patches. It takes single argument as a pointer to the regs dump buffer and populates it with current registers values, as expected by the perf built-in unwinding test. Signed-off-by: Jean Pihet Cc:

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-05-06 Thread Will Deacon
On Mon, May 05, 2014 at 08:07:11AM +0100, Jean Pihet wrote: > Hi Will, > > On Fri, May 2, 2014 at 6:51 PM, Will Deacon wrote: > > On Fri, May 02, 2014 at 10:19:38AM +0100, Jean Pihet wrote: > >> Hi WIll, Mark, > >> > >> Ping on this series. Can you please check? Is the refreshed patch OK? > > > >

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-05-05 Thread Jean Pihet
Hi Will, On Fri, May 2, 2014 at 6:51 PM, Will Deacon wrote: > On Fri, May 02, 2014 at 10:19:38AM +0100, Jean Pihet wrote: >> Hi WIll, Mark, >> >> Ping on this series. Can you please check? Is the refreshed patch OK? > > Fine by me, as long as it's not reused outside of this test :) Great! Is ther

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-05-02 Thread Will Deacon
On Fri, May 02, 2014 at 10:19:38AM +0100, Jean Pihet wrote: > Hi WIll, Mark, > > Ping on this series. Can you please check? Is the refreshed patch OK? Fine by me, as long as it's not reused outside of this test :) Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-05-02 Thread Jean Pihet
Hi WIll, Mark, Ping on this series. Can you please check? Is the refreshed patch OK? Cheers, Jean On 28 April 2014 15:12, Jean Pihet wrote: > Introducing perf_regs_load function, which is going > to be used for dwarf unwind test in following patches. > > It takes single argument as a pointer t

[PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-04-28 Thread Jean Pihet
Introducing perf_regs_load function, which is going to be used for dwarf unwind test in following patches. It takes single argument as a pointer to the regs dump buffer and populates it with current registers values, as expected by the perf built-in unwinding test. Signed-off-by: Jean Pihet Cc:

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-04-28 Thread Jean Pihet
On 22 April 2014 15:42, Mark Rutland wrote: > Hi Jean, > > Apologies for the delay on this. > > On Tue, Mar 25, 2014 at 03:23:26PM +, Jean Pihet wrote: >> Hi Mark, >> >> On 21 March 2014 16:11, Mark Rutland wrote: >> > Hi Jean, >> > >> > On Wed, Mar 19, 2014 at 09:42:33AM +, Jean Pihet wr

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-04-22 Thread Mark Rutland
Hi Jean, Apologies for the delay on this. On Tue, Mar 25, 2014 at 03:23:26PM +, Jean Pihet wrote: > Hi Mark, > > On 21 March 2014 16:11, Mark Rutland wrote: > > Hi Jean, > > > > On Wed, Mar 19, 2014 at 09:42:33AM +, Jean Pihet wrote: > >> Introducing perf_regs_load function, which is go

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-04-22 Thread Mark Rutland
On Tue, Apr 22, 2014 at 11:37:44AM +0100, Will Deacon wrote: > On Tue, Apr 22, 2014 at 09:13:33AM +0100, Jean Pihet wrote: > > Hi Mark, Will, > > Hi Jean, > > > Ping on this series. Can you please check? I > > Do you have a pointer to the latest version of your code please? The email > backlog I

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-04-22 Thread Will Deacon
On Tue, Apr 22, 2014 at 09:13:33AM +0100, Jean Pihet wrote: > Hi Mark, Will, Hi Jean, > Ping on this series. Can you please check? I Do you have a pointer to the latest version of your code please? The email backlog I have seems to end with MarkR saying he would take a look. Will -- To unsubscr

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-04-22 Thread Jean Pihet
Hi Mark, Will, Ping on this series. Can you please check? I Regards, Jean On 25 March 2014 16:23, Jean Pihet wrote: > Hi Mark, > > On 21 March 2014 16:11, Mark Rutland wrote: >> Hi Jean, >> >> On Wed, Mar 19, 2014 at 09:42:33AM +, Jean Pihet wrote: >>> Introducing perf_regs_load function,

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-04-04 Thread Jean Pihet
Hi Mark, ping on this series, see comment below. On 25 March 2014 16:23, Jean Pihet wrote: > Hi Mark, > > On 21 March 2014 16:11, Mark Rutland wrote: >> Hi Jean, >> >> On Wed, Mar 19, 2014 at 09:42:33AM +, Jean Pihet wrote: >>> Introducing perf_regs_load function, which is going >>> to be u

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-03-25 Thread Jean Pihet
Hi Mark, On 21 March 2014 16:11, Mark Rutland wrote: > Hi Jean, > > On Wed, Mar 19, 2014 at 09:42:33AM +, Jean Pihet wrote: >> Introducing perf_regs_load function, which is going >> to be used for dwarf unwind test in following patches. >> >> It takes single argument as a pointer to the regs

Re: [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-03-21 Thread Mark Rutland
Hi Jean, On Wed, Mar 19, 2014 at 09:42:33AM +, Jean Pihet wrote: > Introducing perf_regs_load function, which is going > to be used for dwarf unwind test in following patches. > > It takes single argument as a pointer to the regs dump > buffer and populates it with current registers values, a

[PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-03-19 Thread Jean Pihet
Introducing perf_regs_load function, which is going to be used for dwarf unwind test in following patches. It takes single argument as a pointer to the regs dump buffer and populates it with current registers values, as expected by the perf built-in unwinding test. Signed-off-by: Jean Pihet Cc: