Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the fields necessary to configure an EventPipe provider.
Syntax
typedef struct
{
const WCHAR* providerName;
UINT64 keywords;
UINT32 loggingLevel;
const WCHAR* filterData;
} COR_PRF_EVENTPIPE_PROVIDER_CONFIG;
Members
Member | Description |
---|---|
providerName |
The name of the provider to enable. |
keywords |
The keywords to enable on the provider. |
loggingLevel |
The level to enable on the provider. |
filterData |
A wide character string containing the filterdata to use when enabling the provider. |
Remarks
The COR_PRF_EVENTPIPE_PROVIDER_CONFIG
structure is used by the ICorProfilerInfo12::EventPipeAddProviderToSession method to indicate the configuration for the provider being added to the session.
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 5.0