summaryrefslogtreecommitdiffstats
path: root/tools/isolate/trace_inputs.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add more consistent exception generation and handlingmaruel@chromium.org2012-06-041-195/+400
* 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-041-88/+86
* Add Results.Process.executable and command.maruel@chromium.org2012-06-011-21/+255
* Add Results class to hold structured data with details about each of the chil...maruel@chromium.org2012-05-311-94/+298
* 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-291-124/+112
* Fix tracing to properly track only the FileIo we care about.maruel@chromium.org2012-05-281-38/+141
* Enable longer file names on strace logs.maruel@chromium.org2012-05-251-33/+69
* Increase buffer sizes on Windows Kernel Trace to hopefully stabilize it.maruel@chromium.org2012-05-241-0/+3
* 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
* Add child process count to the trace output.maruel@chromium.org2012-05-161-7/+32
* Refactor trace_inputs.py strace implementation to use -ff instead of -f.maruel@chromium.org2012-05-161-175/+280
* Add .clean_trace() to the APIs to delete the stale traces.maruel@chromium.org2012-05-111-2/+21
* Add scripts to list or trace all test cases in a gtest executable.maruel@chromium.org2012-05-111-132/+156
* Improve strace tracing and add unit tests.maruel@chromium.org2012-05-111-13/+25
* Fix case where an unmounted partition is accessed during tracing on Windows.maruel@chromium.org2012-04-281-2/+6
* Reuse the variables in the result file, simplifying repeated usage.maruel@chromium.org2012-04-271-2/+4
* Added function to get native path case on Windows and OSX.maruel@chromium.org2012-04-231-24/+73
* Uniformize the 'child' variable in the 3 gen_trace() functionsmaruel@chromium.org2012-04-171-19/+33
* Stop generating DEPTH in trace_inputs.py.maruel@chromium.org2012-04-131-4/+11
* Multiple improvements to trace_inputs.py.maruel@chromium.org2012-04-121-13/+36
* Convert isolate.py to exclusively use .isolate files.maruel@chromium.org2012-04-121-4/+19
* Add trace_inputs.py support for Windows. Fix isolate.py on windows.maruel@chromium.org2012-04-111-5/+452
* Fix strace lines parsing when a process is forcibly killed during outstanding...maruel@chromium.org2012-04-071-1/+11
* Add merge_gyp.py to merge OS specific dependencies into a single list and pre...maruel@chromium.org2012-04-051-15/+83
* Fix relative paths in gyp. Rename the confusing --gyp argument to --cwd.maruel@chromium.org2012-03-291-21/+39
* Implementing stateful directory tracking for dtrace on OSX.maruel@chromium.org2012-03-281-88/+268
* [strace] Add support for interrupted calls and proper chdir handling.maruel@chromium.org2012-03-281-53/+184
* Add --mode=trace to isolate.py. Add --force to trace_inputs.py.maruel@chromium.org2012-03-231-51/+142
* Improve trace_inputs.py to output a format easy to convert to gypi.maruel@chromium.org2012-03-201-16/+54
* Implement dtrace log parsing for MacOSX.maruel@chromium.org2012-03-161-0/+354