Added profiling events for core/skin cheap/expensive sanity checks.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1138 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/vg_skin.h b/include/vg_skin.h
index 8f99dcf..87a7f7b 100644
--- a/include/vg_skin.h
+++ b/include/vg_skin.h
@@ -180,11 +180,15 @@
    VGP_PAIR(VgpAddToT,      "add-to-transtab"),       \
    VGP_PAIR(VgpCoreSysWrap, "core-syscall-wrapper"),  \
    VGP_PAIR(VgpDemangle,    "demangle"),              \
+   VGP_PAIR(VgpCoreCheapSanity,     "core-cheap-sanity"),     \
+   VGP_PAIR(VgpCoreExpensiveSanity, "core-expensive-sanity"), \
    /* These ones depend on the skin */                \
    VGP_PAIR(VgpPreCloInit,  "pre-clo-init"),          \
    VGP_PAIR(VgpPostCloInit, "post-clo-init"),         \
    VGP_PAIR(VgpInstrument,  "instrument"),            \
    VGP_PAIR(VgpSkinSysWrap, "skin-syscall-wrapper"),  \
+   VGP_PAIR(VgpSkinCheapSanity,     "skin-cheap-sanity"),     \
+   VGP_PAIR(VgpSkinExpensiveSanity, "skin-expensive-sanity"), \
    VGP_PAIR(VgpFini,        "fini")
 
 #define VGP_PAIR(n,name) n