summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2019-08-29 10:06:48 -0700
committerGitHub <noreply@github.com>2019-08-29 10:06:48 -0700
commitb4dccce31967d39e3e1071816069f24c6523c17a (patch)
tree267374e835a8fa5078b7ee36b008d2dc4f82d3fc /src/inc
parent661e8d85b538329f325da552ed560cab03f4f40a (diff)
downloadcoreclr-b4dccce31967d39e3e1071816069f24c6523c17a.tar.gz
coreclr-b4dccce31967d39e3e1071816069f24c6523c17a.tar.bz2
coreclr-b4dccce31967d39e3e1071816069f24c6523c17a.zip
Emit RVA Instead of File Offset by Default in Native Image PerfMap Files (#26423)
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/clrconfigvalues.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h
index a97e53d4f8..c034f4f689 100644
--- a/src/inc/clrconfigvalues.h
+++ b/src/inc/clrconfigvalues.h
@@ -565,6 +565,7 @@ RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_ProfAPI_ValidateNGENInstrumentation, W("Pro
RETAIL_CONFIG_DWORD_INFO_EX(EXTERNAL_PerfMapEnabled, W("PerfMapEnabled"), 0, "This flag is used on Linux to enable writing /tmp/perf-$pid.map. It is disabled by default", CLRConfig::REGUTIL_default)
RETAIL_CONFIG_DWORD_INFO_EX(EXTERNAL_PerfMapIgnoreSignal, W("PerfMapIgnoreSignal"), 0, "When perf map is enabled, this option will configure the specified signal to be accepted and ignored as a marker in the perf logs. It is disabled by default", CLRConfig::REGUTIL_default)
RETAIL_CONFIG_DWORD_INFO(EXTERNAL_PerfMapShowOptimizationTiers, W("PerfMapShowOptimizationTiers"), 1, "Shows optimization tiers in the perf map for methods, as part of the symbol name. Useful for seeing separate stack frames for different optimization tiers of each method.")
+RETAIL_CONFIG_STRING_INFO(EXTERNAL_NativeImagePerfMapFormat, W("NativeImagePerfMapFormat"), "Specifies the format of native image perfmap files generated by crossgen. Valid options are RVA or OFFSET.")
#endif
RETAIL_CONFIG_STRING_INFO(EXTERNAL_StartupDelayMS, W("StartupDelayMS"), "")