Re: [PATCH 2/7] perf cs-etm: Only search timestamp in current sample's queue.

2021-03-02 Thread Leo Yan
On Mon, Mar 01, 2021 at 05:28:57PM +0200, James Clark wrote: > > > On 20/02/2021 13:50, Leo Yan wrote: > > On Fri, Feb 12, 2021 at 04:45:08PM +0200, James Clark wrote: > >> Change initial timestamp search to only operate on the queue > >> related to the current event. In a later change the bounds

Re: [PATCH 2/7] perf cs-etm: Only search timestamp in current sample's queue.

2021-03-01 Thread James Clark
On 20/02/2021 13:50, Leo Yan wrote: > On Fri, Feb 12, 2021 at 04:45:08PM +0200, James Clark wrote: >> Change initial timestamp search to only operate on the queue >> related to the current event. In a later change the bounds >> of the aux record will also be used to reset the decoder and >> the

Re: [PATCH 2/7] perf cs-etm: Only search timestamp in current sample's queue.

2021-02-20 Thread Leo Yan
On Fri, Feb 12, 2021 at 04:45:08PM +0200, James Clark wrote: > Change initial timestamp search to only operate on the queue > related to the current event. In a later change the bounds > of the aux record will also be used to reset the decoder and > the record is only relevant to a single queue. I

[PATCH 2/7] perf cs-etm: Only search timestamp in current sample's queue.

2021-02-12 Thread James Clark
Change initial timestamp search to only operate on the queue related to the current event. In a later change the bounds of the aux record will also be used to reset the decoder and the record is only relevant to a single queue. This change makes some files that had coresight data but didn't syntes