[Qemu-devel] [PATCH v10 00/14] More fully implement ARM PMUv3

2018-12-11 Thread Aaron Lindsay
The ARM PMU implementation currently contains a basic cycle counter, but it is often useful to gather counts of other events, filter them based on execution mode, and/or be notified on counter overflow. These patches flesh out the implementations of various PMU registers including PM[X]EVCNTR and P

Re: [Qemu-devel] [PATCH v10 00/14] More fully implement ARM PMUv3

2019-01-11 Thread Aaron Lindsay
Ping, just in case this got buried over the holidays... -Aaron On Dec 11 10:20, Aaron Lindsay wrote: > The ARM PMU implementation currently contains a basic cycle counter, but > it is often useful to gather counts of other events, filter them based > on execution mode, and/or be notified on count

Re: [Qemu-devel] [PATCH v10 00/14] More fully implement ARM PMUv3

2019-01-23 Thread Aaron Lindsay OS
On Jan 18 14:13, Peter Maydell wrote: > On Tue, 11 Dec 2018 at 15:20, Aaron Lindsay > wrote: > > > > The ARM PMU implementation currently contains a basic cycle counter, but > > it is often useful to gather counts of other events, filter them based > > on execution mode, and/or be notified on coun

Re: [Qemu-devel] [PATCH v10 00/14] More fully implement ARM PMUv3

2019-01-18 Thread Peter Maydell
On Tue, 11 Dec 2018 at 15:20, Aaron Lindsay wrote: > > The ARM PMU implementation currently contains a basic cycle counter, but > it is often useful to gather counts of other events, filter them based > on execution mode, and/or be notified on counter overflow. These patches > flesh out the implem