summaryrefslogtreecommitdiff
path: root/Documentation/project-docs
diff options
context:
space:
mode:
authorMukul Sabharwal <mjsabby@gmail.com>2016-06-10 13:36:07 -0700
committerMukul Sabharwal <mjsabby@gmail.com>2016-06-11 09:20:16 -0700
commit5938c8da43cc179f6965f30f18d32d25c5fffd98 (patch)
treeab484cb3af479a6e99647e2278d9bc2e7cdf67a9 /Documentation/project-docs
parente266aff51403794bb2bd925a7ebb1ea53b119575 (diff)
downloadcoreclr-5938c8da43cc179f6965f30f18d32d25c5fffd98.tar.gz
coreclr-5938c8da43cc179f6965f30f18d32d25c5fffd98.tar.bz2
coreclr-5938c8da43cc179f6965f30f18d32d25c5fffd98.zip
Add Profiling APIs that fail on non-Windows OS
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r--Documentation/project-docs/profiling-api-status.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/project-docs/profiling-api-status.md b/Documentation/project-docs/profiling-api-status.md
index 7aaec3cd4a..323c250869 100644
--- a/Documentation/project-docs/profiling-api-status.md
+++ b/Documentation/project-docs/profiling-api-status.md
@@ -43,4 +43,24 @@ The notes below will help you determine what profiling APIs are safe to use. The
##APIs definitely known not to work yet
###Windows
###Linux
+
+* ICorProfilerInfo:
+ * `SetEnterLeaveFunctionHooks`
+
+* ICorProfilerInfo2:
+ * `SetEnterLeaveFunctionHooks2`
+
+* SetEventMask Flags that currently result in undefined behavior :
+ * `COR_PRF_USE_PROFILE_IMAGES`
+ * `COR_PRF_REQUIRE_PROFILE_IMAGE`
+
###OS X
+* ICorProfilerInfo:
+ * `SetEnterLeaveFunctionHooks`
+
+* ICorProfilerInfo2:
+ * `SetEnterLeaveFunctionHooks2`
+
+* SetEventMask Flags that currently result in undefined behavior :
+ * `COR_PRF_USE_PROFILE_IMAGES`
+ * `COR_PRF_REQUIRE_PROFILE_IMAGE`