Lines Matching defs:trace

66         internal static bool AppDomainUnloadIsEnabled(EtwDiagnosticTrace trace)  in AppDomainUnloadIsEnabled()
79 …internal static void AppDomainUnload(EtwDiagnosticTrace trace, string appdomainName, string proces… in AppDomainUnload()
98 internal static bool HandledExceptionIsEnabled(EtwDiagnosticTrace trace) in HandledExceptionIsEnabled()
110 …internal static void HandledException(EtwDiagnosticTrace trace, string param0, System.Exception ex… in HandledException()
129 internal static bool ShipAssertExceptionMessageIsEnabled(EtwDiagnosticTrace trace) in ShipAssertExceptionMessageIsEnabled()
140 internal static void ShipAssertExceptionMessage(EtwDiagnosticTrace trace, string param0) in ShipAssertExceptionMessage()
159 internal static bool ThrowingExceptionIsEnabled(EtwDiagnosticTrace trace) in ThrowingExceptionIsEnabled()
172 …internal static void ThrowingException(EtwDiagnosticTrace trace, string param0, string param1, Sys… in ThrowingException()
191 internal static bool UnhandledExceptionIsEnabled(EtwDiagnosticTrace trace) in UnhandledExceptionIsEnabled()
203 …internal static void UnhandledException(EtwDiagnosticTrace trace, string param0, System.Exception … in UnhandledException()
222 internal static bool TraceCodeEventLogCriticalIsEnabled(EtwDiagnosticTrace trace) in TraceCodeEventLogCriticalIsEnabled()
233 … internal static void TraceCodeEventLogCritical(EtwDiagnosticTrace trace, TraceRecord traceRecord) in TraceCodeEventLogCritical()
252 internal static bool TraceCodeEventLogErrorIsEnabled(EtwDiagnosticTrace trace) in TraceCodeEventLogErrorIsEnabled()
263 … internal static void TraceCodeEventLogError(EtwDiagnosticTrace trace, TraceRecord traceRecord) in TraceCodeEventLogError()
282 internal static bool TraceCodeEventLogInfoIsEnabled(EtwDiagnosticTrace trace) in TraceCodeEventLogInfoIsEnabled()
293 … internal static void TraceCodeEventLogInfo(EtwDiagnosticTrace trace, TraceRecord traceRecord) in TraceCodeEventLogInfo()
312 internal static bool TraceCodeEventLogVerboseIsEnabled(EtwDiagnosticTrace trace) in TraceCodeEventLogVerboseIsEnabled()
323 … internal static void TraceCodeEventLogVerbose(EtwDiagnosticTrace trace, TraceRecord traceRecord) in TraceCodeEventLogVerbose()
342 internal static bool TraceCodeEventLogWarningIsEnabled(EtwDiagnosticTrace trace) in TraceCodeEventLogWarningIsEnabled()
353 … internal static void TraceCodeEventLogWarning(EtwDiagnosticTrace trace, TraceRecord traceRecord) in TraceCodeEventLogWarning()
372 internal static bool HandledExceptionWarningIsEnabled(EtwDiagnosticTrace trace) in HandledExceptionWarningIsEnabled()
384 …internal static void HandledExceptionWarning(EtwDiagnosticTrace trace, string param0, System.Excep… in HandledExceptionWarning()
403 internal static bool BufferPoolAllocationIsEnabled(EtwDiagnosticTrace trace) in BufferPoolAllocationIsEnabled()
414 internal static void BufferPoolAllocation(EtwDiagnosticTrace trace, int Size) in BufferPoolAllocation()
428 internal static bool BufferPoolChangeQuotaIsEnabled(EtwDiagnosticTrace trace) in BufferPoolChangeQuotaIsEnabled()
440 … internal static void BufferPoolChangeQuota(EtwDiagnosticTrace trace, int PoolSize, int Delta) in BufferPoolChangeQuota()
454 internal static bool ActionItemScheduledIsEnabled(EtwDiagnosticTrace trace) in ActionItemScheduledIsEnabled()
465 …internal static void ActionItemScheduled(EtwDiagnosticTrace trace, System.Runtime.Diagnostics.Even… in ActionItemScheduled()
479 internal static bool ActionItemCallbackInvokedIsEnabled(EtwDiagnosticTrace trace) in ActionItemCallbackInvokedIsEnabled()
490 …internal static void ActionItemCallbackInvoked(EtwDiagnosticTrace trace, System.Runtime.Diagnostic… in ActionItemCallbackInvoked()
504 internal static bool HandledExceptionErrorIsEnabled(EtwDiagnosticTrace trace) in HandledExceptionErrorIsEnabled()
516 …internal static void HandledExceptionError(EtwDiagnosticTrace trace, string param0, System.Excepti… in HandledExceptionError()
535 internal static bool HandledExceptionVerboseIsEnabled(EtwDiagnosticTrace trace) in HandledExceptionVerboseIsEnabled()
547 …internal static void HandledExceptionVerbose(EtwDiagnosticTrace trace, string param0, System.Excep… in HandledExceptionVerbose()
566 internal static bool EtwUnhandledExceptionIsEnabled(EtwDiagnosticTrace trace) in EtwUnhandledExceptionIsEnabled()
578 …internal static void EtwUnhandledException(EtwDiagnosticTrace trace, string param0, System.Excepti… in EtwUnhandledException()
592 internal static bool ThrowingEtwExceptionIsEnabled(EtwDiagnosticTrace trace) in ThrowingEtwExceptionIsEnabled()
605 …internal static void ThrowingEtwException(EtwDiagnosticTrace trace, string param0, string param1, … in ThrowingEtwException()
619 internal static bool ThrowingEtwExceptionVerboseIsEnabled(EtwDiagnosticTrace trace) in ThrowingEtwExceptionVerboseIsEnabled()
632 …internal static void ThrowingEtwExceptionVerbose(EtwDiagnosticTrace trace, string param0, string p… in ThrowingEtwExceptionVerbose()
646 internal static bool ThrowingExceptionVerboseIsEnabled(EtwDiagnosticTrace trace) in ThrowingExceptionVerboseIsEnabled()
659 …internal static void ThrowingExceptionVerbose(EtwDiagnosticTrace trace, string param0, string para… in ThrowingExceptionVerbose()
738 static bool IsEtwEventEnabled(EtwDiagnosticTrace trace, int eventIndex) in IsEtwEventEnabled()
761 …static bool WriteEtwEvent(EtwDiagnosticTrace trace, int eventIndex, System.Runtime.Diagnostics.Eve… in WriteEtwEvent()
779 …static bool WriteEtwEvent(EtwDiagnosticTrace trace, int eventIndex, System.Runtime.Diagnostics.Eve… in WriteEtwEvent()
796 …static bool WriteEtwEvent(EtwDiagnosticTrace trace, int eventIndex, System.Runtime.Diagnostics.Eve… in WriteEtwEvent()
813 …static bool WriteEtwEvent(EtwDiagnosticTrace trace, int eventIndex, System.Runtime.Diagnostics.Eve… in WriteEtwEvent()
831 …static bool WriteEtwEvent(EtwDiagnosticTrace trace, int eventIndex, System.Runtime.Diagnostics.Eve… in WriteEtwEvent()
847 …static bool WriteEtwEvent(EtwDiagnosticTrace trace, int eventIndex, System.Runtime.Diagnostics.Eve… in WriteEtwEvent()
863 …static void WriteTraceSource(EtwDiagnosticTrace trace, int eventIndex, string description, TracePa… in WriteTraceSource()