K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2014-07-03T06:52:26.560415Z K 7 svn:log V 287 Fix a bug in hwpmc(4) callchain retrieval, for both user and kernel. The array index for the callchain is getting double-incremented -- both in the loop and the storing. It should only be incremented in one location. Also, constrain the stack pointer range check. MFC after: 2 weeks END