File tree Expand file tree Collapse file tree 14 files changed +42
-4
lines changed
System.Private.CoreLib/src/System/Diagnostics/Eventing Expand file tree Collapse file tree 14 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
3+
34#ifndef __EVENTPIPE_INTERFACE_H__
45#define __EVENTPIPE_INTERFACE_H__
56
Original file line number Diff line number Diff line change 1- // Implementation of ds-rt.h targeting AOT runtime.
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
4+ // Implementation of ds-rt.h targeting NativeAOT runtime.
25#ifndef __DIAGNOSTICS_RT_AOT_H__
36#define __DIAGNOSTICS_RT_AOT_H__
47
Original file line number Diff line number Diff line change 1- // Implementation of ds-rt-types.h targeting CoreCLR runtime.
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
4+ // Implementation of ds-rt-types.h targeting NativeAOT runtime.
25#ifndef __DIAGNOSTICS_RT_TYPES_AOT_H__
36#define __DIAGNOSTICS_RT_TYPES_AOT_H__
47
Original file line number Diff line number Diff line change 1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
14#include < eventpipe/ep-rt-config.h>
25
36#ifdef ENABLE_PERFTRACING
Original file line number Diff line number Diff line change 1- // Implementation of ep-rt.h targeting CoreCLR runtime.
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
4+ // Implementation of ep-rt.h targeting NativeAOT runtime.
25#ifndef __EVENTPIPE_RT_AOT_H__
36#define __EVENTPIPE_RT_AOT_H__
47
Original file line number Diff line number Diff line change 1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
14#ifndef __EVENTPIPE_RT_CONFIG_AOT_H__
25#define __EVENTPIPE_RT_CONFIG_AOT_H__
36
Original file line number Diff line number Diff line change 1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
14// Implementation of ep-rt-types.h targeting AOT runtime.
25#ifndef __EVENTPIPE_RT_TYPES_AOT_H__
36#define __EVENTPIPE_RT_TYPES_AOT_H__
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
3+
34using System . Runtime ;
45using System . Runtime . InteropServices ;
56
Original file line number Diff line number Diff line change 1- // Implementation of ds-rt.h targeting Mono runtime.
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
4+ // Implementation of ds-rt.h targeting CoreCLR runtime.
25#ifndef __DIAGNOSTICS_RT_MONO_H__
36#define __DIAGNOSTICS_RT_MONO_H__
47
Original file line number Diff line number Diff line change 1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
14// Implementation of ds-rt-types.h targeting CoreCLR runtime.
25#ifndef __DIAGNOSTICS_RT_TYPES_CORECLR_H__
36#define __DIAGNOSTICS_RT_TYPES_CORECLR_H__
You can’t perform that action at this time.
0 commit comments