• fmeawad's avatar
    Reland: Add Scoped Context Info (Isolate) to V8 Traces · 567e5839
    fmeawad authored
    This patch adds the newly added support for contexts in V8 Tracing, as well
    as use it to mark all the entry points for a V8 Isolate.
    
    Update for reland: The current tracing interface needs to be updated (AddTraceEvent),
    but the embedders need to migrate to the new version before removing the old version.
    (Reland of: https://codereview.chromium.org/1686233002)
    
    The revert happened because the 2 signatures of the old and new AddTraceEvent where different
    so it threw an overload-virtual error on cross arm debug. This issue is temporary, and to solve
    it, I added an implementation of the old and new everywhere until the embedder implements the new.
    
    BUG=v8:4565
    LOG=N
    
    R=jochen@chromium.org
    
    Review URL: https://codereview.chromium.org/1704253002
    
    Cr-Commit-Position: refs/heads/master@{#34332}
    567e5839
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...