History log of /external/autotest/server/standalone_profiler.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
861b2d54aec24228cdb3895dbc40062cb40cb2ad 04-Feb-2011 Eric Li <ericli@chromium.org> Merge remote branch 'cros/upstream' into master

Merged to upstream autotest @4749~@5215.

The entire change list description is too big to enlist here. Please refer to upstream (http://autotest.kernel.org/browser) for more details.

BUG=
TEST=emerged both x86 and arm build.
Tested emerged x86 build bvt against a chromeos device.

Review URL: http://codereview.chromium.org/6246035

Change-Id: I8455f2135c87c321c6efc232e2869dc8f675395e
/external/autotest/server/standalone_profiler.py
bdaab795cffa33f9a37995bb283047cb03699272 07-Jan-2011 Kenneth Waters <kwaters@chromium.org> Revert "Merge remote branch 'cros/upstream' into autotest-rebase"

This reverts commit 7edb30498d75a29a3287fe07070f2b51a116c5d4.

TEST=Built for tegra2_seaboard
BUG=10756

Review URL: http://codereview.chromium.org/6124004

Change-Id: Ifcd1a2279f5a62b99552a8f961c1430889a3a928
/external/autotest/server/standalone_profiler.py
7edb30498d75a29a3287fe07070f2b51a116c5d4 07-Jan-2011 Eric Li <ericli@chromium.org> Merge remote branch 'cros/upstream' into autotest-rebase

Merged to upstream trunk@5066, from trunk@4749.

There is no way I could enlist each individual CL from the upstream here since it will blow up the changelist description field.

BUG=
TEST=
Had patched this CL into a fresh cut client to avoid any side effect.
run_remote_test bvt from both emerged location and third_party/autotest/file.

Both test passed!

We should also keep any eye on this to see how it gets propagated into cautotest server.
TBR=dalecurtis

Change-Id: I72f2bc7a9de530178484aea1bfb5ace68bcad029
/external/autotest/server/standalone_profiler.py
9e44a4564f849585d756decaf1dc7825c9c0c7c3 08-Apr-2010 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Change server profilers to control themselves via a client
profiler_sync test.

This restores the code that oddly used to be in client/tests/barriertest.py
as a new "test" named more appropriately: profiler_sync. Server code that
references it and generates client control files to launch it is updated.

Signed-off-by: Gregory Smith <gps@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4384 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py
a8ba7044f7d437bbf92d2e45654ff65674a299e5 19-Dec-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Changed standalone_profiler.generate_test() to support specifying of
keyword arguments. Added a finish_profilers() synchronization point and
used it in barriertest (needed for server side tests to wait for all
client profilers to have finished before collecting the results on the
server side).

Signed-off-by: Mihai Rusu <dizzy@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4026 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py
e6173294120a12869749e54950b0cf0ca7dee656 19-Dec-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Rearranged some of the standalone profiler code.

Signed-off-by: Nikhil Rao <ncrao@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4025 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py
b65c5b0bc755c569e3ab03b6b2a70e45f72dde80 03-Aug-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Use lower ports for profiling.
old: 63100 new: 11920
old: 63001, 63101 new: 11921
old: 63002, 63000 new: 11922

Signed-off-by: Rachel Kroll <rkroll@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3483 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py
3abbceee9421805bed8f5c2c6c6abb9299b32cbf 11-Jul-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> For files that won't be directly executed, the #! is unneccessary and can
confuse some tools that attempt to detect what the file is. Best to just
not have them there.

Signed-off-by: Jesse Keating <jkeating@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3407 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py
9c12f77f7eff3cfa90fdfa19d33f82645f43dcb5 22-Jun-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Fixed the mis-spelling of rendezvous.

Signed-off-by: Travis Miller <raphtee@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3320 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py
0afbb6369aa5aa9a75ea67dd9e95ec4b21c0c181 06-Jun-2008 jadmanski <jadmanski@592f7852-d20e-0410-864c-8624ca9c26a4> Convert all python code to use four-space indents instead of eight-space tabs.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1658 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py
fa29a2a27f1534c71587cde382709a4795a820a1 17-May-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Remove all places where we are hardcoding python2.4 on the
scripts

Risk: Medium/High

Summary: After going trough the autotest tree, removing all places where
we have statements like

#!/usr/bin/python2.4

As they're unnecessary for those who have python > 2.4. Still, we want
to make sure we're running on something > 2.4 for those scripts, so I
hooked the scripts to the common lib infrastructure when needed. I tried
to be as careful as possible to make sure all scripts worked after my
modifications, I could even spot an import problem on
server/standalone_profiler.py and fix it.

Also, while I was there, I fixed several inconsistencies on the
mirror/mirror script.

Signed-off-by: Lucas Meneghel Rodrigues <lucasmr@br.ibm.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1527 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py
ccb9e18237137e547fc0f815506710a8b1d94453 17-Apr-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Convert all imports on the server to use absolute imports.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1452 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py
4a3e697c1c8c6112bd1dd61fdfc0b63830680e73 16-Jan-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> add missing standalone profiler file

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1172 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/standalone_profiler.py