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

Issue 2790973002: [instrumentation] Introduce JSON5 config files for probe generator. (Closed)

Created:
3 years, 8 months ago by alph
Modified:
3 years, 8 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, blink-reviews, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[instrumentation] Introduce JSON5 config files for probe generator. BUG=695625 Review-Url: https://codereview.chromium.org/2790973002 Cr-Commit-Position: refs/heads/master@{#461926} Committed: https://chromium.googlesource.com/chromium/src/+/4ed0890b65a8e6b9176085c97bdd2cc8efeff66a

Patch Set 1 #

Total comments: 2

Patch Set 2 : add missing config files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -538 lines) Patch
A + third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py View 1 9 chunks +51 lines, -21 lines 0 comments Download
A + third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesImpl.cpp.tmpl View 1 chunk +1 line, -8 lines 0 comments Download
A + third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl View 3 chunks +3 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/build/scripts/templates/ProbeSink.h.tmpl View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/probe/BUILD.gn View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/probe/CoreProbes.h View 1 chunk +0 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/core/probe/CoreProbes.json5 View 1 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/probe/CoreProbes.pidl View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 2 chunks +7 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/platform/probe/InstrumentingProbesCodeGenerator.py View 1 chunk +0 lines, -253 lines 0 comments Download
M third_party/WebKit/Source/platform/probe/PlatformProbes.h View 1 chunk +0 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/platform/probe/PlatformProbes.json5 View 1 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/probe/PlatformProbes.pidl View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/platform/probe/templates/InstrumentingProbesImpl.cpp.tmpl View 1 chunk +0 lines, -116 lines 0 comments Download
D third_party/WebKit/Source/platform/probe/templates/InstrumentingProbesInl.h.tmpl View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/WebKit/Source/platform/probe/templates/ProbeSink.h.tmpl View 1 chunk +0 lines, -50 lines 0 comments Download

Messages

Total messages: 28 (15 generated)
alph
3 years, 8 months ago (2017-03-31 18:37:51 UTC) #2
dgozman
Where are the config files though? https://codereview.chromium.org/2790973002/diff/1/third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py File third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py (right): https://codereview.chromium.org/2790973002/diff/1/third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py#newcode246 third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py:246: sys.stderr.write("\t--config <config_file.json5>\n") --template_dir ...
3 years, 8 months ago (2017-03-31 23:15:19 UTC) #7
alph
ptal https://codereview.chromium.org/2790973002/diff/1/third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py File third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py (right): https://codereview.chromium.org/2790973002/diff/1/third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py#newcode246 third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py:246: sys.stderr.write("\t--config <config_file.json5>\n") On 2017/03/31 23:15:19, dgozman wrote: > ...
3 years, 8 months ago (2017-04-01 00:05:28 UTC) #8
dgozman
lgtm
3 years, 8 months ago (2017-04-01 00:23:55 UTC) #11
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/2790973002/20001
3 years, 8 months ago (2017-04-01 00:24:33 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/400501)
3 years, 8 months ago (2017-04-01 00:39:28 UTC) #16
alph
Pavel, could you please take a look at platform/
3 years, 8 months ago (2017-04-01 03:38:34 UTC) #17
alph
Friendly ping. I still need an owner approval for platform/BUILD.gn
3 years, 8 months ago (2017-04-04 18:26:02 UTC) #18
pfeldman
lgtm
3 years, 8 months ago (2017-04-04 19:04:12 UTC) #19
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/2790973002/20001
3 years, 8 months ago (2017-04-04 19:05:52 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/264448)
3 years, 8 months ago (2017-04-04 22:55:09 UTC) #23
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/2790973002/20001
3 years, 8 months ago (2017-04-04 23:17:55 UTC) #25
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 01:01:11 UTC) #28
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/4ed0890b65a8e6b9176085c97bdd...

Powered by Google App Engine
This is Rietveld 408576698