src: update trace event macros to v8 6.3 version#17640
src: update trace event macros to v8 6.3 version#17640kjin wants to merge 2 commits intonodejs:masterfrom
Conversation
|
cc @ofrobots |
|
Out of curiosity, does this give us support for the |
|
I mark it as ready but I think it should probably wait the full 48 hours. |
|
I think this PR re-syncs the trace-event implementation with what we have in V8. WITH_TIMESTAMP is not implemented in V8 just yet. Chromium does have it, but it depends on the base C++ headers and atomics that are available in Chromium but not in V8. I can take a look at how to implement WITH_TIMESTAMP as a follow-on – whether they need to be in V8 (and re-synced here) or whether we can add them to Node directly. |
|
No worries and no rush. Was just curious. 😎 |
bb5575a to
993b716
Compare
|
CI is super red: see e.g. https://ci.nodejs.org/job/node-test-commit-freebsd/15082/nodes=freebsd11-x64/console @kjin would you please have a look at it? |
|
Ping @kjin |
8ddb4f8 to
e0dc6cd
Compare
|
@BridgeAR Fixed, sorry about the delay! |
|
Several errors in CI, none appear to be related. Rerunning CI on SmartOS just to be safe: https://ci.nodejs.org/job/node-test-commit-smartos/15393/ |
PR-URL: #17640 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
|
Landed in d8ec49e |
PR-URL: nodejs#17640 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
trace_event_common.hfromdeps/v8/base/trace_event/common/trace_event_common.htrace_event.hChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
src, tracing