I profile my application using oprofile on an ARM Cortex-A8 and I notice a lot of samples with image name "[vectors] (tgid:20712 range:0xffff0000-0xffff1000)"
oprofile reports that this is responsible for 17% of my process time so hopefully someone can explain what this is. I've searched extensively and can't find an explanation.
I was thinking perhaps something to do with exception handling?