summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@users.noreply.github.com>2019-06-11 10:58:05 -0700
committerGitHub <noreply@github.com>2019-06-11 10:58:05 -0700
commit3c1997db1614727e0c111efddb01224ac8779826 (patch)
treee90b5696eceec34b0d45c98321ea9aca8cd25cac /src/inc
parentf537a7aa452cbebed6a6e5a23a79144619c12095 (diff)
downloadcoreclr-3c1997db1614727e0c111efddb01224ac8779826.tar.gz
coreclr-3c1997db1614727e0c111efddb01224ac8779826.tar.bz2
coreclr-3c1997db1614727e0c111efddb01224ac8779826.zip
Refactor one-time ETL rundown event firing (#24993)
- Moved the `RuntimeInformation` and `TieredCompilation/Settings` events to fire on rundown on attach/detach
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/eventtracebase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/eventtracebase.h b/src/inc/eventtracebase.h
index 43cc99a7ee..3247348091 100644
--- a/src/inc/eventtracebase.h
+++ b/src/inc/eventtracebase.h
@@ -461,6 +461,7 @@ namespace ETW
static VOID ProcessShutdown();
static VOID ModuleRangeRundown();
+ static VOID SendOneTimeRundownEvents();
static VOID StartRundown();
static VOID EndRundown();
static VOID EnumerateForCaptureState();