Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Issue 2311983002: Revert of [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version. (Closed)

Created:
4 years, 3 months ago by fmeawad
Modified:
4 years, 3 months ago
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Revert of [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version. (patchset #9 id:160001 of https://codereview.chromium.org/2296243002/ ) Reason for revert: There is a wrong scoping check making the tracing version not working. Original issue's description: > [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version. > > After we landed the tracing runtime call stats, which gave > us a lot of V8 insight in tracing, we noticed that there is > some arising issues and discrepancies. > > Issues include: > Missing trace events, that happened due to > transforming those trace events into runtime calls > > Discrepancies include: > Missing categories in Runtime call stats like GC, > because we are not handling the Scoped runtime calls > properly in the tracing version. > > To reduce/eliminate those issue, we are taking a small > step back. We are unifying the RuntimeStats code and > using the original one. That would allow us to use all > the original probes but emit trace events from them. > We are also putting back the trace-events in their place. > > The output from both system should be intact (Except of > the addition of the missing trace-events). > > Also as a byproduct, we are reducing the number of context > scopes by half since we are using the same scope as > runtime call stats. > > As a follow up to this CL, we will address the non-scoped > Runtime Call Stats (mainly in GC). > BUG=642373 > > Committed: https://crrev.com/e5ba156d887e08f3ae3d29aa35e669f19a7dcb97 > Cr-Commit-Position: refs/heads/master@{#39180} TBR=cbruni@chromium.org,lpy@chromium.org,bmeurer@chromium.org,adamk@chromium.org,ulan@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=642373

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+366 lines, -162 lines) Patch
M src/api.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M src/api-arguments.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/api-arguments-inl.h View 7 chunks +16 lines, -0 lines 0 comments Download
M src/arguments.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/builtins/builtins-utils.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler.cc View 10 chunks +22 lines, -0 lines 0 comments Download
M src/counters.h View 4 chunks +41 lines, -83 lines 0 comments Download
M src/counters.cc View 3 chunks +7 lines, -43 lines 0 comments Download
M src/counters-inl.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/deoptimizer.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M src/execution.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap/gc-tracer.cc View 4 chunks +9 lines, -17 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.h View 3 chunks +5 lines, -0 lines 0 comments Download
M src/lookup.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.cc View 3 chunks +14 lines, -0 lines 0 comments Download
M src/parsing/parser.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/tracing/trace-event.h View 4 chunks +127 lines, -6 lines 0 comments Download
M src/tracing/trace-event.cc View 4 chunks +86 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
fmeawad
Created Revert of [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version.
4 years, 3 months ago (2016-09-05 21:32:58 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2311983002/1
4 years, 3 months ago (2016-09-05 21:33:04 UTC) #3
commit-bot: I haz the power
4 years, 3 months ago (2016-09-05 21:33:06 UTC) #5
No L-G-T-M from a valid reviewer yet. 
CQ run can only be started by full committers or once the patch has
received an L-G-T-M from a full committer.
Even if an L-G-T-M may have been provided, it was from a non-committer,
_not_ a full super star committer.
Committers are members of the group "project-v8-committers".
Note that this has nothing to do with OWNERS files.

Powered by Google App Engine
This is Rietveld 408576698