• 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...
build Loading commit data...
docs Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...