summaryrefslogtreecommitdiff
path: root/src/vm/amd64/unixstubs.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-01-31 14:23:12 -0800
committerJan Kotas <jkotas@microsoft.com>2016-01-31 14:23:12 -0800
commita7002caf91ce104ef2d5f12fc27544d7a9039abc (patch)
treed7a3d6d4a56ebd32ecb5554b41d0de4b65ffe146 /src/vm/amd64/unixstubs.cpp
parent1765a84c03a37c9bdb7541cb7db49adad5dae6db (diff)
parent4c375f4ddfb1d35fd57d6f208e9de30350b4dbdd (diff)
downloadcoreclr-a7002caf91ce104ef2d5f12fc27544d7a9039abc.tar.gz
coreclr-a7002caf91ce104ef2d5f12fc27544d7a9039abc.tar.bz2
coreclr-a7002caf91ce104ef2d5f12fc27544d7a9039abc.zip
Merge pull request #2520 from sperling/profiler
Enabling profiling on Unix/OS X
Diffstat (limited to 'src/vm/amd64/unixstubs.cpp')
-rw-r--r--src/vm/amd64/unixstubs.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/vm/amd64/unixstubs.cpp b/src/vm/amd64/unixstubs.cpp
index 50e3d68f78..ef8508af9b 100644
--- a/src/vm/amd64/unixstubs.cpp
+++ b/src/vm/amd64/unixstubs.cpp
@@ -26,6 +26,21 @@ extern "C"
PORTABILITY_ASSERT("Implement for PAL");
}
+ void ProfileEnterNaked(FunctionIDOrClientID functionIDOrClientID)
+ {
+ PORTABILITY_ASSERT("Implement for PAL");
+ }
+
+ void ProfileLeaveNaked(FunctionIDOrClientID functionIDOrClientID)
+ {
+ PORTABILITY_ASSERT("Implement for PAL");
+ }
+
+ void ProfileTailcallNaked(FunctionIDOrClientID functionIDOrClientID)
+ {
+ PORTABILITY_ASSERT("Implement for PAL");
+ }
+
DWORD getcpuid(DWORD arg, unsigned char result[16])
{
DWORD eax;