Hi all, Our SOC has performance counters, and we would like to use oProfile on it. After surveying the oProfile doc, I found that the model of our performance counters donot seem to fit oProfile. This is because oProfile uses the interrupts caused by overflow of, say, cache miss count to estimate the probability of this event in every portion. Our SOC doesn't emit interrupt when event count overflow. Therefore, oProfile cannot be used to estimate cache miss event on our chip. Is that right? Regards, Colin