summaryrefslogtreecommitdiff
path: root/src/vm/autotrace.h
blob: e3c5393567cca3b3aa9f06cab3b6e9a59b97ca88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

#ifndef __AUTO_TRACE_H__
#define __AUTO_TRACE_H__
#ifdef FEATURE_AUTO_TRACE

void auto_trace_init();
void auto_trace_launch();
void auto_trace_launch_internal();
void auto_trace_wait();
void auto_trace_signal();

#endif // FEATURE_AUTO_TRACE
#endif // __AUTO_TRACE_H__