summaryrefslogtreecommitdiffstats
path: root/tools/isolate/trace_inputs.py
Commit message (Expand)AuthorAgeFilesLines
* Prepend "strace_" to process_quoted_argument to make it clear it's strace-spe...maruel@chromium.org2012-07-181-14/+13
* trace_inputs.py: support more flags to access() on stracemaruel@chromium.org2012-07-161-1/+4
* trace_inputs.py: Fix blacklisting on OSX and Windows.maruel@chromium.org2012-07-161-11/+31
* trace_inputs.py: Make the process map and process tree explicit.maruel@chromium.org2012-07-161-84/+87
* Add strace event handling for: creat, link, unlink, mkdir, rmdir, statfs.maruel@chromium.org2012-07-131-71/+92
* Add touch-only detection for strace API implementation.maruel@chromium.org2012-07-111-13/+56
* Redundant docstrings are redundant. Reduce redundancy.maruel@chromium.org2012-07-111-4/+1
* Initial refactoring to eventually support touch-only access.maruel@chromium.org2012-07-111-31/+47
* get_native_path_case() now preserves the trailing os.sep.path and work with n...maruel@chromium.org2012-07-111-17/+30
* Refactor common code between Results.File and Result.Directory into Results._...maruel@chromium.org2012-07-061-37/+55
* Remove default argument to Results.File() to ease refactoring.maruel@chromium.org2012-07-061-2/+2
* Normalize saved_state.isolate_file and complete_state.root_dir to reduce prob...maruel@chromium.org2012-07-061-6/+9
* Improve error messages in trace_inputs.py.maruel@chromium.org2012-07-051-6/+11
* Fix symlink handling and add more smoke tests.maruel@chromium.org2012-07-051-12/+151
* Add more asserts and logging statement.maruel@chromium.org2012-07-051-1/+25
* Improve dtrace execve() parsing to support quotes and reenable execve tracing.maruel@chromium.org2012-07-041-14/+45
* Fix trace_inputs.py strace parsing on clone() failure.maruel@chromium.org2012-07-031-1/+2
* Fix exception handling.maruel@chromium.org2012-07-031-0/+3
* Fix gramar errors in trace_inputs.py.maruel@chromium.org2012-06-281-2/+2
* Add blacklist support to extract_directories() instead of hard-coding it.maruel@chromium.org2012-06-271-5/+3
* Work around traces with unaccessible paths.maruel@chromium.org2012-06-261-1/+6
* Move the OptionParser instantiation method to use a layered OOO based approach.maruel@chromium.org2012-06-221-97/+123
* Fix path normalization issue on strace logs.maruel@chromium.org2012-06-221-1/+4
* Fix string escape processing and comma inside strings for strace logs.maruel@chromium.org2012-06-221-2/+33
* Improve OSX handling.maruel@chromium.org2012-06-221-3/+1
* Black list all /.vol/... paths in OSX.maruel@chromium.org2012-06-211-3/+6
* Fix tracing on Windows to exclude directories.maruel@chromium.org2012-06-191-3/+8
* Better handling of killed by signal on stracemaruel@chromium.org2012-06-191-4/+5
* Fix bad native path case on Windows.maruel@chromium.org2012-06-151-2/+4
* Reduce the amount of debug output generated by trace_inputs.pymaruel@chromium.org2012-06-151-2/+4
* Remove all the pre-backed IGNORES list from trace_inputs.py.maruel@chromium.org2012-06-141-68/+20
* Add variable replacement in trace_inputs.pymaruel@chromium.org2012-06-131-12/+45
* Use a larger dtrace kernel buffermaruel@chromium.org2012-06-131-1/+5
* Implement parallel support on LogmanTrace on Windows.maruel@chromium.org2012-06-121-75/+88
* Enable parallel tracing support on Dtracemaruel@chromium.org2012-06-121-83/+163
* Add Strace parallel support.maruel@chromium.org2012-06-081-39/+131
* 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-081-28/+23
* 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-061-302/+380
* 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-051-4/+3
* 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
* Make the execve() strace regexp more relax.maruel@chromium.org2012-06-051-6/+29
* Standardize the json I/O.maruel@chromium.org2012-06-051-14/+35
* Make trace_inputs.py a real stand alone application with inner commands.maruel@chromium.org2012-06-041-264/+161