Re: [PATCH v6 0/8] perf cs-etm: Add support for sample flags

2019-01-23 Thread Leo Yan
On Wed, Jan 23, 2019 at 05:22:03PM -0700, Mathieu Poirier wrote: > On Fri, 18 Jan 2019 at 18:44, Leo Yan wrote: [...] > > After applying this patch series, we can verify sample flags with below > > command: > > > > # perf script -F,-time,+flags,+ip,+sym,+dso,+addr,+symoff -k vmlinux > >

Re: [PATCH v6 0/8] perf cs-etm: Add support for sample flags

2019-01-23 Thread Mathieu Poirier
On Fri, 18 Jan 2019 at 18:44, Leo Yan wrote: > > This patch seris adds support for sample flags so can facilitate perf > to print sample flags for branch instruction. > > Patch 0001 is used to save last branch information in packet structure, > this includes instruction type, subtype and

[PATCH v6 0/8] perf cs-etm: Add support for sample flags

2019-01-18 Thread Leo Yan
This patch seris adds support for sample flags so can facilitate perf to print sample flags for branch instruction. Patch 0001 is used to save last branch information in packet structure, this includes instruction type, subtype and condition flag to help making decision for which branch