| To: | David Daney <david.s.daney@gmail.com> |
|---|---|
| Subject: | Re: [PATCH v5 10/12] MIPS/Perf-events: allow modules to get pmu number of counters |
| From: | Deng-Cheng Zhu <dengcheng.zhu@gmail.com> |
| Date: | Sat, 29 May 2010 11:14:33 +0800 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org, a.p.zijlstra@chello.nl, paulus@samba.org, mingo@elte.hu, acme@redhat.com, jamie.iles@picochip.com, will.deacon@arm.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=8f/EzrjKQ8mYX3Mr3b0+Kg4LOYgb6t01lQkvuGw20ig=; b=lH/BgW1j36oPLZpzagxpELt0zu7zw5WYAVhgvUUejCaiEQqQvZECQumwRulRs8jjE4 vubqwecKZbc4Zo8fpAkJcF1J2iDnrYzc6kYwLMLo5U61ycB1FfY9+I4HEyU0UWLKIKyT zTwdPOYdXDPuH0iXOts1cJpno68EXoJePZm2o= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nvxuXCynkrKJXjN8cP/3xwP0xky8sP7Sr7S1whwTjKoiba2wuPqU2T0LFL13R6cWWU FqFGrC6RKqUOwUserlLHqLZK8FnF0YQHMU5LZGNOgiUPKCPvJVipe0pYsH0oevCU7lc4 iXjuUipX3zjQBA80eY5Jw08KHNrvUB94qU7to= |
| In-reply-to: | <4BFEFD4D.4010801@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1274965420-5091-1-git-send-email-dengcheng.zhu@gmail.com> <1274965420-5091-11-git-send-email-dengcheng.zhu@gmail.com> <4BFEFD4D.4010801@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
2010/5/28 David Daney <david.s.daney@gmail.com>: > Why is it called 'max_events' when it is returning the number of counters? > How about mipspmu_get_max_counters? [DC]: OK. > Do we even need this accessor? > > Why not just query it from the struct mips_pmu? Don't you need the mipspmu > structure anyhow to be able to use the counters? [DC]: This is for the code outside of Perf-events, such as the module of the new Oprofile which is a client of Perf-events. If we don't need this, we have to export the whole mipspmu. Deng-Cheng |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v5 09/12] MIPS/Perf-events: replace pmu names with numeric IDs, Deng-Cheng Zhu |
|---|---|
| Next by Date: | Re: [PATCH v5 11/12] MIPS/Oprofile: use Perf-events framework as backend, Deng-Cheng Zhu |
| Previous by Thread: | Re: [PATCH v5 10/12] MIPS/Perf-events: allow modules to get pmu number of counters, David Daney |
| Next by Thread: | [PATCH v5 12/12] MIPS/Oprofile: remove old files and update Kconfig/Makefile, Deng-Cheng Zhu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |