Index: src/perf-jit.h |
diff --git a/src/perf-jit.h b/src/perf-jit.h |
index 68c31be4ed2b789afc03449ac3856aceaa1f4f06..6efa4bbd6b65c3d559ceba6afdbf092c964bf99e 100644 |
--- a/src/perf-jit.h |
+++ b/src/perf-jit.h |
@@ -66,6 +66,7 @@ class PerfJitLogger : public CodeEventLogger { |
void LogWriteBytes(const char* bytes, int size); |
void LogWriteHeader(); |
void LogWriteDebugInfo(Code* code, SharedFunctionInfo* shared); |
+ void LogWriteUnwindingInfo(Code* code); |
static const uint32_t kElfMachIA32 = 3; |
static const uint32_t kElfMachX64 = 62; |