Create profiling-api-status.md
authorKshama Pawar <kspawa@microsoft.com>
Thu, 9 Jun 2016 18:28:04 +0000 (11:28 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Jun 2016 18:28:04 +0000 (11:28 -0700)
Documentation/project-docs/profiling-api-status.md [new file with mode: 0644]

diff --git a/Documentation/project-docs/profiling-api-status.md b/Documentation/project-docs/profiling-api-status.md
new file mode 100644 (file)
index 0000000..83805d6
--- /dev/null
@@ -0,0 +1,41 @@
+APIs Internally Microsoft Tested:
+1. Windows
+
+ICorProfilerCallback:
+ Initialize
+ ModuleLoadFinished
+ ModuleUnloadStarted
+ ModuleUnloadFinished
+ ModuleAttachedToAssembly
+ JITCompilationStarted
+
+ICorProfilerInfo:
+ GetModuleInfo
+ GetModuleMetaData
+ GetModuleInfo
+ GetModuleInfo2
+ GetModuleMetaData
+ GetFunctionInfo
+ SetILFunctionBody
+ SetILInstrumentedCodeMap
+ GetILFunctionBodyAllocator
+ GetRuntimeInformation
+ SetEventMask
+
+The flags tested for SetEventMask are:
+ COR_PRF_MONITOR_MODULE_LOADS 
+ COR_PRF_MONITOR_JIT_COMPILATION
+ COR_PRF_DISABLE_INLINING
+
+2. Linux
+3. OSX
+
+APIs known to work; tested by other contributors (please mention your github handle in case someone wants to reach out for further clarification)
+1. Windows
+2. Linux
+3. OSX
+
+APIs definitely known not to work yet
+1. Windows
+2. Linux
+3. OSX