Index: src/platform-freebsd.cc |
diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc |
index acef74cc5c3cfd40ab58b812ba2002630ce9a04e..92d72f85249d312d1afed8a45fab33f7477153c7 100644 |
--- a/src/platform-freebsd.cc |
+++ b/src/platform-freebsd.cc |
@@ -561,6 +561,7 @@ static void ProfilerSignalHandler(int signal, siginfo_t* info, void* context) { |
sample.sp = mcontext.mc_esp; |
sample.fp = mcontext.mc_ebp; |
#endif |
+ active_sampler_->SampleStack(&sample); |
} |
// We always sample the VM state. |