Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 03:25:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 207068] hwpmc wrap around/sign extension
Message-ID:  <bug-207068-6-IIGKuUoMJS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207068-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207068-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207068

--- Comment #8 from joss.upton@yahoo.com ---
(In reply to Konstantin Belousov from comment #7)
Not sure why you can't reproduce, but I'm doing the equivalent of the shell
script below.  Note the ",usr" and the lowercase p.

  On a 4 core machine:
   while true; do
    for a in 1 2 3 4 5 6 7 8; do
    pmcstat -p CPU_CLK_UNHALTED_CORE,usr perl loop.pl &
    done
    sleep 10
    killall perl
   done

This ensures that the PMCs are csw in/out very often (every hz).

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207068-6-IIGKuUoMJS>