src: add support for ETW stack walking · nodejs/node@4c59b60 · GitHub
Skip to content

Commit 4c59b60

Browse files
jdapenaruyadorno
authored andcommitted
src: add support for ETW stack walking
V8 supports native stack walking in Windows by providing JIT code information to ETW (Event Tracing for Windows). But the option to enable it is not exposed in NodeJS. Just add command line (and environment variable) support for --enable-etw-stack-walking, that maps to V8 option of the same name. Fixes: #46202 PR-URL: #46203 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 4ae2492 commit 4c59b60

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

doc/api/cli.md

Lines changed: 3 additions & 0 deletions

src/node_options.cc

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)