415c415
< if (thread->profile) {
---
> if (FullSystem && thread->profile) {
469c469,470
< traceFunctions(instAddr);
---
> if (FullSystem)
> traceFunctions(instAddr);