> # opreport -l > CPU: AMD64 processors, speed 1994.52 MHz (estimated) > Counted CPU_CLK_UNHALTED events (Cycles outside of halt state) with a unit > mask of 0x00 (No unit mask) count 100000 > samples % app name symbol name > 914379 48.8404 vmlinux-2.6.21.5 check_poison_obj > 341920 18.2632 vmlinux-2.6.21.5 poison_obj
You have slab debugging enabled. That makes everything slow. It costs you ~66% of your CPU time. Disable it. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/