Re: [PATCH] powerpc/mm: Add trace point for tracking hash pte fault
From: Anton Blanchard <hidden>
Date: 2015-02-02 10:26:08
From: Anton Blanchard <hidden>
Date: 2015-02-02 10:26:08
Hi,
quoted
ebizzy with -S 30 -t 1 -P gave 13627 records/s -> Without patch 13546 records/s -> With patch with tracepoint disabledOK. So that's about -0.6%. Are we happy with that? I'm not sure. Can you do a few more runs and see if that's a stable result.
Surprisingly large. Is CONFIG_JUMP_LABEL enabled? That should reduce the tracepoint to just a nop. Anton