2011/7/12 Pan Tsu <inyaoo@gmail.com>:
> pmcstat(8) stopped to work for me after largeSMP landed in r222813.
> At the time only pmccontrol(8) was updated. Then the next day
> machdep.hlt_cpus was ripped out. So, I've assumed it's going to
> be fixed by subsequent commits and commented out related code locally.
>
> =C2=A0$ qemu -smp 2 -nographic ...
> =C2=A0$ kldload hwpmc
> =C2=A0$ pmcstat -S instructions -T
> =C2=A0pmcstat: ERROR: Cannot determine which CPUs are halted: No such fil=
e or directory
> =C2=A0Exit 71
Hey Pan,
do you think you can try the following patch?:
http://www.freebsd.org/~attilio/pmcstat_cpumask.diff
This should fix pmcstat for correctly using cpuset_t rather than
custom 32 bit integers.
Thanks,
Attilio
--=20
Peace can only be achieved by understanding - A. Einstein
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"