Searched hist:227395 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_mips24k.cdiff 227395 Wed Nov 09 17:39:45 MST 2011 adrian Flip on processing interrupt profile events for mips24k.

This is a bit hackish and should be made more generic (ie, support more than
two hard-coded performance counter+config register pairs) so it can be used
for mips74k and other chips.

All this does is process the initial interrupt event. It doesn't (yet) handle
callgraph events, so even if you route the exception/interrupt to this routine
and flip the bit on, it will hang and crash pmc unless you disable callgraph
support when you enable a sample based PMC.

Completed in 53 milliseconds