]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 283613,287374:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Sep 2015 18:39:58 +0000 (18:39 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Sep 2015 18:39:58 +0000 (18:39 +0000)
commit511a16f474f52ba1eed5b2e73a421f0809bc5ef6
treeb340964c7df074661b10247170df409cd52f2514
parent8f4ce3dccd952bc2e14ae8aa245e9daa051130f2
MFC 283613,287374:
Use the cpuset API more consistently:
- Fetch the root set from cpuset_getaffinity() instead of assuming all CPUs
  from 0 to hw.ncpu are the root set.
- Use CPU_SETSIZE and CPU_FFS.
- The original notion of halted CPUs the manpage and code refers to is gone.
  Use the term "available" instead.

git-svn-id: svn://svn.freebsd.org/base/stable/10@288387 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/pmcstat/pmcstat.8
usr.sbin/pmcstat/pmcstat.c