summaryrefslogtreecommitdiff
path: root/src/pal/prebuilt
diff options
context:
space:
mode:
authorMukul Sabharwal <mjsabby@gmail.com>2017-05-10 18:39:37 -0700
committerMukul Sabharwal <mjsabby@gmail.com>2017-05-10 18:39:37 -0700
commit2c4c50a9dad454906000640274c56229e2fb89ba (patch)
tree7a4b93510970f454717a0fc955b4ff27e7470a15 /src/pal/prebuilt
parent095c7fec7fc928ceff364c1eaa86386f26b53c93 (diff)
downloadcoreclr-2c4c50a9dad454906000640274c56229e2fb89ba.tar.gz
coreclr-2c4c50a9dad454906000640274c56229e2fb89ba.tar.bz2
coreclr-2c4c50a9dad454906000640274c56229e2fb89ba.zip
add prebuilt file
Diffstat (limited to 'src/pal/prebuilt')
-rw-r--r--src/pal/prebuilt/inc/corprof.h31
1 files changed, 2 insertions, 29 deletions
diff --git a/src/pal/prebuilt/inc/corprof.h b/src/pal/prebuilt/inc/corprof.h
index 711c5da681..befa45a942 100644
--- a/src/pal/prebuilt/inc/corprof.h
+++ b/src/pal/prebuilt/inc/corprof.h
@@ -513,10 +513,9 @@ enum __MIDL___MIDL_itf_corprof_0000_0000_0006
COR_PRF_HIGH_MONITOR_NONE = 0,
COR_PRF_HIGH_ADD_ASSEMBLY_REFERENCES = 0x1,
COR_PRF_HIGH_IN_MEMORY_SYMBOLS_UPDATED = 0x2,
- COR_PRF_HIGH_MONITOR_EVENT_PIPE = 0x4,
- COR_PRF_HIGH_MONITOR_DYNAMIC_FUNCTION_UNLOADS = 0x8,
+ COR_PRF_HIGH_MONITOR_DYNAMIC_FUNCTION_UNLOADS = 0x4,
COR_PRF_HIGH_REQUIRE_PROFILE_IMAGE = 0,
- COR_PRF_HIGH_ALLOWABLE_AFTER_ATTACH = ( ( COR_PRF_HIGH_IN_MEMORY_SYMBOLS_UPDATED | COR_PRF_HIGH_MONITOR_EVENT_PIPE ) | COR_PRF_HIGH_MONITOR_DYNAMIC_FUNCTION_UNLOADS ) ,
+ COR_PRF_HIGH_ALLOWABLE_AFTER_ATTACH = ( COR_PRF_HIGH_IN_MEMORY_SYMBOLS_UPDATED | COR_PRF_HIGH_MONITOR_DYNAMIC_FUNCTION_UNLOADS ) ,
COR_PRF_HIGH_MONITOR_IMMUTABLE = 0
} COR_PRF_HIGH_MONITOR;
@@ -6638,17 +6637,6 @@ EXTERN_C const IID IID_ICorProfilerCallback9;
virtual HRESULT STDMETHODCALLTYPE DynamicMethodUnloaded(
/* [in] */ FunctionID functionId) = 0;
- virtual HRESULT STDMETHODCALLTYPE EventPipeEventDelivered(
- /* [in] */ REFGUID eventGuid,
- /* [in] */ DWORD eventId,
- /* [in] */ DWORD eventVersion,
- /* [in] */ DWORD eventThreadId,
- /* [in] */ LARGE_INTEGER eventTimestamp,
- /* [in] */ ULONG cbEventData,
- /* [size_is][in] */ LPCBYTE eventData,
- /* [in] */ ULONG numStackFrames,
- /* [length_is][in] */ UINT_PTR stackFrames[ ]) = 0;
-
};
@@ -7097,18 +7085,6 @@ EXTERN_C const IID IID_ICorProfilerCallback9;
ICorProfilerCallback9 * This,
/* [in] */ FunctionID functionId);
- HRESULT ( STDMETHODCALLTYPE *EventPipeEventDelivered )(
- ICorProfilerCallback9 * This,
- /* [in] */ REFGUID eventGuid,
- /* [in] */ DWORD eventId,
- /* [in] */ DWORD eventVersion,
- /* [in] */ DWORD eventThreadId,
- /* [in] */ LARGE_INTEGER eventTimestamp,
- /* [in] */ ULONG cbEventData,
- /* [size_is][in] */ LPCBYTE eventData,
- /* [in] */ ULONG numStackFrames,
- /* [length_is][in] */ UINT_PTR stackFrames[ ]);
-
END_INTERFACE
} ICorProfilerCallback9Vtbl;
@@ -7416,9 +7392,6 @@ EXTERN_C const IID IID_ICorProfilerCallback9;
#define ICorProfilerCallback9_DynamicMethodUnloaded(This,functionId) \
( (This)->lpVtbl -> DynamicMethodUnloaded(This,functionId) )
-#define ICorProfilerCallback9_EventPipeEventDelivered(This,eventGuid,eventId,eventVersion,eventThreadId,eventTimestamp,cbEventData,eventData,numStackFrames,stackFrames) \
- ( (This)->lpVtbl -> EventPipeEventDelivered(This,eventGuid,eventId,eventVersion,eventThreadId,eventTimestamp,cbEventData,eventData,numStackFrames,stackFrames) )
-
#endif /* COBJMACROS */