• Stephan Herhut's avatar
    [wasm] Commit code space eagerly when profiling · b344f31c
    Stephan Herhut authored
    Under normal execution, we commit code space in page chunks as we
    need it. However, this confuses linux perf, as it generates mmap
    events in the trace that seem to override the synthetic ones that
    are inserted by perf inject.
    
    Instead, when profiling with perf, we now commit the maximum code
    space size upfront, leading to a single mmap event early on. While
    this significantly increases memory use, it should not impact
    profiling of running wasm code.
    
    Bug: v8:8462
    Change-Id: I078e9e486fe4ddecdea0b58543cc6bc5873cdfee
    Reviewed-on: https://chromium-review.googlesource.com/c/1340279
    Commit-Queue: Stephan Herhut <herhut@chromium.org>
    Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#57577}
    b344f31c
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni 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 Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind 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...