History log of /external/chromium-trace/update.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5f019afdc9e12f035bbe463191e6d1665912e03b 22-Feb-2017 Chris Craik <ccraik@google.com> Do not check in upstream OWNERS files

Bug: 33166666
Bug: 35635929
Test: update.py --local=catapult-local
Change-Id: I4f16655a2a634b0526417fdaaba6641d9564332f

Manual cherry-pick of 4da9498423988e795cee12789baf39f3f80fd4d3 from aosp master.
/external/chromium-trace/update.py
afdddd10010a31b4e9c35b4fb8b84bcddedeed10 18-Jan-2017 John Reck <jreck@google.com> Include telemetry in packaging

Bug: 34225046

telemetry/third_party/pyserial contains
the wrapper scripts necessary for
the import serial to work on MacOS

Test: run update.py && systrace.py on mac

Change-Id: I120e39022fc36cf2dab7084fc398ebc779249d51
/external/chromium-trace/update.py
ee838d1c4002134ff5af32da272140586c4d31de 19-Oct-2016 John Reck <jreck@google.com> Update catapult and how we update catapult

Test: manual, ran systrace.py

Change-Id: Id86c732e5de832890429e0bfa5255d09db9841a8
/external/chromium-trace/update.py
46b43bff003ceda46cf9a5d40a47f7674996d2e0 28-Aug-2015 Zhen Wang <zhenw@google.com> Update after moving the code to Catapult

Change-Id: I0b9e15f8d5743811f3a722e7a692e89e7e36734e
Signed-off-by: Zhen Wang <zhenw@google.com>
/external/chromium-trace/update.py
cfc706a186ac6b6bb0bfb4ce7abeb87571be4ec6 17-Aug-2015 Dan Sinclair <dsinclair@google.com> Upgrade update.py to catapult repo changes

The trace-viewer project has moved into the catapult repo. This CL modifes
the update.py script to use the correct URL for catapult and fixes up the
build script path to work with the catapult tracing_build folder naming.

Change-Id: I2ad299ec7a097554623e70dd6bec531ba285a2b5
Signed-off-by: Dan Sinclair <dsinclair@google.com>
/external/chromium-trace/update.py
ced05db70069f9d84c4b0dd9b3b26b94e3482336 29-Jul-2015 Chris Craik <ccraik@google.com> Update to latest trace-viewer (a7f1c1b3)

Includes rewrite of prefix.html to switch from TraceViewer
to timeline-view, and account for new location of the
vulcanizer.

Change-Id: I07285c64bde7d4bfe414c9e93b097435e118a069
/external/chromium-trace/update.py
51b7635d74da5aef951ff03a3469a0b7042a8651 12-Jun-2015 Chris Craik <ccraik@google.com> Fix generation of UPSTREAM_REVISION

Was previously recording sha of chromium-trace's HEAD, instead of
upstream.

Change-Id: I58189205bfcdd5fdba44b0950d5530ad88cfa700
/external/chromium-trace/update.py
beca7ae1f35e7f6605f4a21b5f4edeaa72000e39 07-Apr-2015 Chris Craik <ccraik@google.com> Update to latest trace-viewer

Includes per-app frame track, and several new android alerts.

Change-Id: I9b4fbf6c88ed98d35e3e6fb8d0bbd15fa1c635de
/external/chromium-trace/update.py
b122baf563564a1d478804fb882fcba242a9949e 05-Mar-2015 Chris Craik <ccraik@google.com> Update to latest trace viewer

Upstream trace viewer has changed substantially since last pull.

First, the old flattening into js + css + html workflow has been replaced with
a new flatten into single html file workflow.

Second, trace viewer has moved to git.

Some pieces that were previously only in systrace are now upstream as well.
In particular, minification is now upstream. Thus, the minifying features in
systrace can be removed.

Change-Id: Ibc6a46fa3dccff8b771a95aae1909cf178157264
/external/chromium-trace/update.py
6907377c1209c22a89bd1fdb8700e49b6a80d9c0 20-Sep-2012 Jamie Gennis <jgennis@google.com> systrace: add args to update.py

This change adds command line options to the update.py script to allow the svn
checkout and the minifcation steps to be skipped.

Change-Id: Id0ddce2abc6e4d1d0158c29c0ec3a47cb140e6a1
/external/chromium-trace/update.py
2da489cd246702bee5938545b18a6f710ed214bc 20-Sep-2012 Jamie Gennis <jgennis@google.com> systrace: rebase against upstream trace-viewer

This changes replaces the use of the Chromium trace viewer code with that of
the trace-viewer project (essentially the Chromium code factored out into its
own project). It updates the update.py script to pull the source from there
and adds an argument to systrace.py to use linked assets from a different
directory to facilitate development of trace-viewer code using systrace to
test.

Change-Id: I5c5a4ce336ce82cd07f1f42e97d4b4cb918ec17a
/external/chromium-trace/update.py
156c2a72ab4eff47374216f2943bdc0c70e10338 30-May-2012 Jeff Brown <jeffbrown@google.com> Use async slices for filesystem and block device operations.

Ensure that overlapping I/O operations are correctly visualized.

Change-Id: I486ecef8e157e3c08f6fe26cb761fdadacdd037b
/external/chromium-trace/update.py
50dfd0660916e38f7e186b97be4b5b1a1a693a8a 23-May-2012 Jamie Gennis <jgennis@google.com> systrace: check for errors when compiling JS

Change-Id: I0daba4b5977734ce819451dd9200317d7e0c4ca9
/external/chromium-trace/update.py
595ae1e4b47b4a51f2339c2672e63c17d4922a95 22-May-2012 Jeff Brown <jeffbrown@google.com> Clean up systrace a bit.

Extract the various event definitions into a table instead of a
switch statement.

Add a --link-assets option to systrace.py to generate a trace.html
file that has the CSS and JS assets linked in rather than embedded,
which is useful for debugging purposes.

Fixed a bug in the tests for lineRE.

Bug: 6488845
Change-Id: I90634f7144fa0a050b911bb9854e5d5662dd6330
/external/chromium-trace/update.py
e524f4e1556f062b93bd099289001fb3de88bb71 09-May-2012 Jamie Gennis <jgennis@google.com> systrace: move init code into a js file

This change moves the initialization Javascript code out of the HTML portion of
systrace.py and into init.js. This new Javascript file is then included in the
Javascript minification.

Change-Id: I3a474331a5970309b8166b57b52789932283c6b1
/external/chromium-trace/update.py
d1270ce027b82d14c215719b236b3fe37695827e 06-May-2012 Jamie Gennis <jgennis@google.com> update minified code and generator script

Change-Id: I3b94a13c9ba26a8e0e97f51ebd591eaf6a0e892a
/external/chromium-trace/update.py