InstrumentationEvents for passthrough callbacks.

Bug: 32141398
Test: pass
Change-Id: Ic510ce9a88df5298a112ead7a73c6ed347619539
diff --git a/include/hidl/HidlSupport.h b/include/hidl/HidlSupport.h
index 826ca9f..4fbe826 100644
--- a/include/hidl/HidlSupport.h
+++ b/include/hidl/HidlSupport.h
@@ -701,6 +701,8 @@
         SYNC_CALLBACK_EXIT,
         ASYNC_CALLBACK_ENTRY,
         ASYNC_CALLBACK_EXIT,
+        PASSTHROUGH_ENTRY,
+        PASSTHROUGH_EXIT,
     };
 
     // Signature of the instrumentation callback function.