summaryrefslogtreecommitdiffstats
path: root/tools/isolate
Commit message (Expand)AuthorAgeFilesLines
* Add Strace parallel support.maruel@chromium.org2012-06-082-39/+210
* Add ApiBase.Tracer.post_process_log() to do implementation specific one-time ...maruel@chromium.org2012-06-081-210/+209
* Slowly transition to the "with api.get_tracer() as tracer:".maruel@chromium.org2012-06-082-33/+29
* Convert to json first to speed up CSV processing.maruel@chromium.org2012-06-071-167/+142
* Fixes trace_inputs_smoke_tests.py on OSXmaruel@chromium.org2012-06-061-135/+125
* Move hard coded numbers to relative ones based on USER_DATA.maruel@chromium.org2012-06-061-46/+47
* Add Tracer class to manage tracer lifetime.maruel@chromium.org2012-06-062-303/+381
* Move code around, part 2maruel@chromium.org2012-06-061-359/+364
* Just move code around to simplify next refactoring diff.maruel@chromium.org2012-06-061-175/+175
* Do not call extract_directories() in load_trace() anymore.maruel@chromium.org2012-06-054-20/+82
* Add run_test_cases.py. It's the same goal as sharding_supervisor.py but more ...maruel@chromium.org2012-06-052-0/+375
* Make extract_directories work even if no --root-dir was specified.maruel@chromium.org2012-06-051-10/+13
* Make trace_inputs.py trace 'foo' to convert it to absolute path when possible.maruel@chromium.org2012-06-051-0/+6
* Fix hardlinking issue happening on linux.maruel@chromium.org2012-06-051-1/+17
* Make the execve() strace regexp more relax.maruel@chromium.org2012-06-051-6/+29
* Standardize the json I/O.maruel@chromium.org2012-06-054-36/+41
* Make executable scripts executable.maruel@chromium.org2012-06-053-11/+11
* Remove read_trace.py, it's superseded by "trace_inputs.py read" command.maruel@chromium.org2012-06-051-75/+0
* Make trace_inputs.py a real stand alone application with inner commands.maruel@chromium.org2012-06-0410-477/+642
* Add more consistent exception generation and handlingmaruel@chromium.org2012-06-043-199/+411
* Reduce the amount of log generated with dtrace.maruel@chromium.org2012-06-041-90/+182
* Use trace_child_process.py on Windows and save information about the trace in...maruel@chromium.org2012-06-042-102/+102
* Use stricter access on the file modes.maruel@chromium.org2012-06-042-7/+7
* Fix the iteration loop in run_test_from_archive.pymaruel@chromium.org2012-06-041-1/+1
* Increase verbosity in run_test_from_archive.py to figure out a problem in it.maruel@chromium.org2012-06-041-11/+22
* Add Results.Process.executable and command.maruel@chromium.org2012-06-013-40/+327
* Copy fix_python_path() in more standalone files.maruel@chromium.org2012-05-311-0/+11
* Add Results class to hold structured data with details about each of the chil...maruel@chromium.org2012-05-314-149/+636
* Small fix in isolate.pymaruel@chromium.org2012-05-301-2/+2
* Improve tracing on OSX and Windowsmaruel@chromium.org2012-05-301-34/+111
* Convert get_native_path_case() to only accept absolute path.maruel@chromium.org2012-05-301-17/+54
* Refactor more common code into ApiBase.maruel@chromium.org2012-05-292-128/+118
* Fix tracing to properly track only the FileIo we care about.maruel@chromium.org2012-05-281-38/+141
* Add logging to isolate_smoke_test.py when starting the process.maruel@chromium.org2012-05-281-0/+2
* Enable longer file names on strace logs.maruel@chromium.org2012-05-252-33/+73
* Increase buffer sizes on Windows Kernel Trace to hopefully stabilize it.maruel@chromium.org2012-05-241-0/+3
* Add error print out for OSErrormaruel@chromium.org2012-05-241-1/+5
* Fix isolate_smoke_test.py on Windows.maruel@chromium.org2012-05-241-6/+5
* Make isolate.py --mode=hashtable less verbosemaruel@chromium.org2012-05-241-1/+1
* Adjust Paths before Executioncsharp@chromium.org2012-05-231-0/+2
* Dtrace on OSX 10.7 uses a negative number for the 3rd parameter.maruel@chromium.org2012-05-231-3/+5
* Create an interface class to describe and document the interface functions.maruel@chromium.org2012-05-221-37/+43
* Cleanup Cache Stored Statecsharp@chromium.org2012-05-181-0/+5
* Fix Windows Download Pathcsharp@chromium.org2012-05-181-1/+1
* An empty .results file would throw ValueError, eat it.maruel@chromium.org2012-05-182-3/+7
* Make the .test_cases file more compact when largemaruel@chromium.org2012-05-181-1/+6
* Touch --result file even with --mode=noop.maruel@chromium.org2012-05-182-10/+20
* Add child process count to the trace output.maruel@chromium.org2012-05-163-11/+39
* Refactor trace_inputs.py strace implementation to use -ff instead of -f.maruel@chromium.org2012-05-163-218/+318
* Better Cache Additional and Removalcsharp@chromium.org2012-05-151-3/+12