RE: [PATCH] iommu/arm-smmu-v3: add tracepoints for cmdq_issue_cmdlist

2020-08-28 Thread Song Bao Hua (Barry Song)
ay, August 28, 2020 10:29 PM > >> To: Song Bao Hua (Barry Song) > >> Cc: iommu@lists.linux-foundation.org; > linux-arm-ker...@lists.infradead.org; > >> robin.mur...@arm.com; j...@8bytes.org; Linuxarm > > >> Subject: Re: [PATCH] iommu/arm-smmu-v3

Re: [PATCH] iommu/arm-smmu-v3: add tracepoints for cmdq_issue_cmdlist

2020-08-28 Thread Robin Murphy
...@8bytes.org; Linuxarm Subject: Re: [PATCH] iommu/arm-smmu-v3: add tracepoints for cmdq_issue_cmdlist On Thu, Aug 27, 2020 at 09:33:51PM +1200, Barry Song wrote: cmdq_issue_cmdlist() is the hotspot that uses a lot of time. This patch adds tracepoints for it to help debug. Signed-off-by: Barry

RE: [PATCH] iommu/arm-smmu-v3: add tracepoints for cmdq_issue_cmdlist

2020-08-28 Thread Song Bao Hua (Barry Song)
arm > Subject: Re: [PATCH] iommu/arm-smmu-v3: add tracepoints for > cmdq_issue_cmdlist > > On Thu, Aug 27, 2020 at 09:33:51PM +1200, Barry Song wrote: > > cmdq_issue_cmdlist() is the hotspot that uses a lot of time. This patch > > adds tracepoints for it to hel

Re: [PATCH] iommu/arm-smmu-v3: add tracepoints for cmdq_issue_cmdlist

2020-08-28 Thread Will Deacon
On Thu, Aug 27, 2020 at 09:33:51PM +1200, Barry Song wrote: > cmdq_issue_cmdlist() is the hotspot that uses a lot of time. This patch > adds tracepoints for it to help debug. > > Signed-off-by: Barry Song > --- > * can furthermore develop an eBPF program to benchmark using this trace Hmm, don't

Re: [PATCH] iommu/arm-smmu-v3: add tracepoints for cmdq_issue_cmdlist

2020-08-28 Thread Jean-Philippe Brucker
Cc: iommu@lists.linux-foundation.org; linux-arm-ker...@lists.infradead.org; > > robin.mur...@arm.com; w...@kernel.org; Linuxarm > > Subject: Re: [PATCH] iommu/arm-smmu-v3: add tracepoints for > > cmdq_issue_cmdlist > > > > Hi, > > > > On Thu, Aug 27, 2020 at

RE: [PATCH] iommu/arm-smmu-v3: add tracepoints for cmdq_issue_cmdlist

2020-08-28 Thread Song Bao Hua (Barry Song)
rnel.org; Linuxarm > Subject: Re: [PATCH] iommu/arm-smmu-v3: add tracepoints for > cmdq_issue_cmdlist > > Hi, > > On Thu, Aug 27, 2020 at 09:33:51PM +1200, Barry Song wrote: > > cmdq_issue_cmdlist() is the hotspot that uses a lot of time. This > > patch adds tracepo

Re: [PATCH] iommu/arm-smmu-v3: add tracepoints for cmdq_issue_cmdlist

2020-08-28 Thread Jean-Philippe Brucker
Hi, On Thu, Aug 27, 2020 at 09:33:51PM +1200, Barry Song wrote: > cmdq_issue_cmdlist() is the hotspot that uses a lot of time. This patch > adds tracepoints for it to help debug. > > Signed-off-by: Barry Song > --- > * can furthermore develop an eBPF program to benchmark using this trace Have