v8/src/logging
Clemens Backes cce670e701 [wasm] Improve wasm code logging
This fixes a few thing regarding code logging for profiling:

1) Append the execution tier, otherwise we get two function of the same
   name.
2) Replace "wasm-function[%d]" by "<wasm-unnamed>", since the index is
   appended later anyway.
3) Avoid unneeded JS heap and C++ heap allocations during logging.

R=jkummerow@chromium.org

Bug: chromium:1029470
Change-Id: Ie7af41f21e4595f8d8c574e4ad18273f89f1cb6e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1943162
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65285}
2019-12-02 12:46:55 +00:00
..
code-events.h [cpu-profiler] Add parameter to filter profiles by v8::Context 2019-08-20 00:04:31 +00:00
counters-definitions.h [wasm] Add a counter that compares liftoff with deserialization 2019-10-31 16:36:55 +00:00
counters-inl.h [cleanup] Remove redundant RuntimeCallTimerScope constructor 2019-11-15 16:22:38 +00:00
counters.cc [compile] Collect RuntimeCallStats for AssembleCode 2019-11-27 19:06:18 +00:00
counters.h [compile] Collect RuntimeCallStats for AssembleCode 2019-11-27 19:06:18 +00:00
log-inl.h Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
log-utils.cc Rename and retype Symbol name to description 2019-10-30 10:38:55 +00:00
log-utils.h cleanup: Use unique_ptr in src/logging/ and other cleanups 2019-09-14 15:13:39 +00:00
log.cc [wasm] Improve wasm code logging 2019-12-02 12:46:55 +00:00
log.h [log] report code relocation through CodeEventHandler 2019-09-24 10:50:05 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00