Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ULONG EventPipeWriteEventDestroyGCHandle(
}

ULONG EventPipeWriteEventExceptionThrown_V1(
const wchar_t* ExceptionType,
const wchar_t* ExceptionMessage,
const WCHAR* ExceptionType,
const WCHAR* ExceptionMessage,
const void* ExceptionEIP,
const unsigned int ExceptionHRESULT,
const unsigned short ExceptionFlags,
Expand Down Expand Up @@ -57,7 +57,7 @@ ULONG EventPipeWriteEventGCAllocationTick_V2(
const unsigned short ClrInstanceID,
const unsigned __int64 AllocationAmount64,
const void* TypeID,
wchar_t* TypeName,
const WCHAR* TypeName,
const unsigned int HeapIndex,
const GUID * ActivityId,
const GUID * RelatedActivityId
Expand All @@ -72,7 +72,7 @@ ULONG EventPipeWriteEventGCAllocationTick_V3(
const unsigned short ClrInstanceID,
const unsigned __int64 AllocationAmount64,
const void* TypeID,
const wchar_t* TypeName,
const WCHAR* TypeName,
const unsigned int HeapIndex,
const void* Address,
const GUID * ActivityId,
Expand Down Expand Up @@ -392,15 +392,15 @@ ULONG EventPipeWriteEventModuleLoad_V2(
const unsigned __int64 AssemblyID,
const unsigned int ModuleFlags,
const unsigned int Reserved1,
const wchar_t* ModuleILPath,
const wchar_t* ModuleNativePath,
const WCHAR* ModuleILPath,
const WCHAR* ModuleNativePath,
const unsigned short ClrInstanceID,
const GUID* ManagedPdbSignature,
const unsigned int ManagedPdbAge,
const wchar_t* ManagedPdbBuildPath,
const WCHAR* ManagedPdbBuildPath,
const GUID* NativePdbSignature,
const unsigned int NativePdbAge,
const wchar_t* NativePdbBuildPath,
const WCHAR* NativePdbBuildPath,
const GUID * ActivityId,
const GUID * RelatedActivityId
)
Expand Down