Mailinglist Archive: opensuse-programming (8 mails)
| < Previous | Next > |
Re: [opensuse-programming] using performance counters?
- From: Volker Poplawski <volker@xxxxxxxxxxxx>
- Date: Wed, 30 Mar 2011 14:31:34 +0200
- Message-id: <4D9322A6.5050001@openbios.org>
On 03/20/2011 05:47 PM, Marcus Meissner wrote:
Thanks for the hint to oprofile. Looks interessting.
oprofile requires the uncompressed image of the running kernel to work: vmlinux
Does anybody know how to get a such an image on opensuse?
--
To unsubscribe, e-mail: opensuse-programming+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming+help@xxxxxxxxxxxx
On Sun, Mar 20, 2011 at 09:34:24AM -0400, Jerry Feldman wrote:
On 03/19/2011 02:21 PM, Per Jessen wrote:
I'm trying to optimize some assembler code for which I'm measuringValgrind can give you some of what you want. I've also used Intel's
runtime over a<slice of data>. Is there any easy (in C or assembler )
access to counters for pipeline stalls and cache misses available? At
some point I'd also like to look at context switches, although I'm not
sure how I might affect those.
Vtune. The Linux Trace Toolkit may also be useful. But, I think for
things like pipeline stalls you would need one of the profiling tools.
oprofile is also at this kind of lowlevel.
Thanks for the hint to oprofile. Looks interessting.
oprofile requires the uncompressed image of the running kernel to work: vmlinux
Does anybody know how to get a such an image on opensuse?
--
To unsubscribe, e-mail: opensuse-programming+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming+help@xxxxxxxxxxxx
| < Previous | Next > |