All of lore.kernel.org
 help / color / mirror / Atom feed
* First time user, problem with toplev.py levels (-l)
@ 2013-09-25 11:44 Luke Gorrie
  2013-09-25 15:24 ` Andi Kleen
  0 siblings, 1 reply; 5+ messages in thread
From: Luke Gorrie @ 2013-09-25 11:44 UTC (permalink / raw)
  To: linux-perf-users

Howdy!

I'm a first-time user of toplev.py today. The -l option isn't working
for me, and I'm wondering if someone can help me understand why?

I've tested with a few different programs under test and combinations
of -l<n>, -v, and -d. No luck yet. Here's an example below:

$ uname -a
Linux chur 3.11.0-8-generic #15-Ubuntu SMP Fri Sep 20 04:11:26 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux
$ perf --version
perf version 3.11.1
$ git log | head -1
commit c765cf1ae73efce887468abf4c7a3f4fbe549763
$ ./toplev.py -v -d -l4 sleep 5
WARNING: HT enabled
Measuring multiple processes/threads on the same core may not be reliable.
perf stat -x, -e '{r2c2,r100030d,r19c,r10e,cycles}' sleep 5
Frontend Bound:                                 10.11% below
        This category reflects slots where the Frontend of the
processor undersupplies
        its Backend.
Bad Speculation:                                 9.05% below
        This category reflects slots wasted due to incorrect speculations, which
        include slots used to allocate uops that do not eventually get
retired and
        slots for which allocation was blocked due to recovery from
earlier incorrect
        speculation. For example, wasted work due to miss-predicted branches is
        categorized under the Bad Speculation category
Backend Bound:                                  59.36% above
        This category reflects slots where no uops are being delivered
due to a lack
        of required resources for accepting more uops in the Backend
of the pipeline.
Retiring:                                       21.48% below
        This category reflects slots utilized by good uops i.e.
allocated uops that
        eventually get retired.

any tips would be much appreciated.

Cheers,
-Luke

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-25 17:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 11:44 First time user, problem with toplev.py levels (-l) Luke Gorrie
2013-09-25 15:24 ` Andi Kleen
2013-09-25 15:29   ` Luke Gorrie
2013-09-25 15:54     ` Andi Kleen
2013-09-25 17:18       ` Luke Gorrie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.