aboutsummaryrefslogtreecommitdiffstats
path: root/probes_helper.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-12-04 16:42:30 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-12-26 20:45:12 +0900
commit3ae09b30f8ba5ff4dd148d358f51b99ae0ae6c38 (patch)
tree98ae76154667f300ed9071969f8cb12d2ffaa15e /probes_helper.h
parente0b1be01624be75d8ac41b163233186ae2a0db2f (diff)
downloadruby-3ae09b30f8ba5ff4dd148d358f51b99ae0ae6c38.tar.gz
internal/vm.h rework
Rearranged contents, then added MJIT_FUNC_EXPORTED function declarations.
Diffstat (limited to 'probes_helper.h')
-rw-r--r--probes_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/probes_helper.h b/probes_helper.h
index 115c78d467..d2d0ebb6e2 100644
--- a/probes_helper.h
+++ b/probes_helper.h
@@ -12,7 +12,9 @@ struct ruby_dtrace_method_hook_args {
volatile VALUE name;
};
+MJIT_SYMBOL_EXPORT_BEGIN
NOINLINE(int rb_dtrace_setup(rb_execution_context_t *, VALUE, ID, struct ruby_dtrace_method_hook_args *));
+MJIT_SYMBOL_EXPORT_END
#define RUBY_DTRACE_METHOD_HOOK(name, ec, klazz, id) \
do { \