summaryrefslogtreecommitdiff
path: root/src/vm/amd64/unixstubs.cpp
diff options
context:
space:
mode:
authorsergey ignatov <sergign60@mail.ru>2017-09-06 04:06:50 +0300
committerSung Yoon Whang <suwhang@microsoft.com>2017-09-05 18:06:50 -0700
commit7e52c5341ca170c84632e1ef32c685d280f9824b (patch)
tree53a726e62713968095dc07c9a1dc3844998d6df3 /src/vm/amd64/unixstubs.cpp
parente59fab0c899343fc5d382583bd07f4595659ac54 (diff)
downloadcoreclr-7e52c5341ca170c84632e1ef32c685d280f9824b.tar.gz
coreclr-7e52c5341ca170c84632e1ef32c685d280f9824b.tar.bz2
coreclr-7e52c5341ca170c84632e1ef32c685d280f9824b.zip
implementing profiler ELT callbacks for AMD64 Linux (#12603)
* implement profiler ELT callbacks for AMD64 Linux * Some formatting fixes * Fixed profiler * Added aligning frame option * Added aligning stack for quad values stores
Diffstat (limited to 'src/vm/amd64/unixstubs.cpp')
-rw-r--r--src/vm/amd64/unixstubs.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/vm/amd64/unixstubs.cpp b/src/vm/amd64/unixstubs.cpp
index 76d3cf1890..83764e0a22 100644
--- a/src/vm/amd64/unixstubs.cpp
+++ b/src/vm/amd64/unixstubs.cpp
@@ -11,21 +11,6 @@ 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;