index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
isolate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Strace parallel support.
maruel@chromium.org
2012-06-08
2
-39
/
+210
*
Add ApiBase.Tracer.post_process_log() to do implementation specific one-time ...
maruel@chromium.org
2012-06-08
1
-210
/
+209
*
Slowly transition to the "with api.get_tracer() as tracer:".
maruel@chromium.org
2012-06-08
2
-33
/
+29
*
Convert to json first to speed up CSV processing.
maruel@chromium.org
2012-06-07
1
-167
/
+142
*
Fixes trace_inputs_smoke_tests.py on OSX
maruel@chromium.org
2012-06-06
1
-135
/
+125
*
Move hard coded numbers to relative ones based on USER_DATA.
maruel@chromium.org
2012-06-06
1
-46
/
+47
*
Add Tracer class to manage tracer lifetime.
maruel@chromium.org
2012-06-06
2
-303
/
+381
*
Move code around, part 2
maruel@chromium.org
2012-06-06
1
-359
/
+364
*
Just move code around to simplify next refactoring diff.
maruel@chromium.org
2012-06-06
1
-175
/
+175
*
Do not call extract_directories() in load_trace() anymore.
maruel@chromium.org
2012-06-05
4
-20
/
+82
*
Add run_test_cases.py. It's the same goal as sharding_supervisor.py but more ...
maruel@chromium.org
2012-06-05
2
-0
/
+375
*
Make extract_directories work even if no --root-dir was specified.
maruel@chromium.org
2012-06-05
1
-10
/
+13
*
Make trace_inputs.py trace 'foo' to convert it to absolute path when possible.
maruel@chromium.org
2012-06-05
1
-0
/
+6
*
Fix hardlinking issue happening on linux.
maruel@chromium.org
2012-06-05
1
-1
/
+17
*
Make the execve() strace regexp more relax.
maruel@chromium.org
2012-06-05
1
-6
/
+29
*
Standardize the json I/O.
maruel@chromium.org
2012-06-05
4
-36
/
+41
*
Make executable scripts executable.
maruel@chromium.org
2012-06-05
3
-11
/
+11
*
Remove read_trace.py, it's superseded by "trace_inputs.py read" command.
maruel@chromium.org
2012-06-05
1
-75
/
+0
*
Make trace_inputs.py a real stand alone application with inner commands.
maruel@chromium.org
2012-06-04
10
-477
/
+642
*
Add more consistent exception generation and handling
maruel@chromium.org
2012-06-04
3
-199
/
+411
*
Reduce the amount of log generated with dtrace.
maruel@chromium.org
2012-06-04
1
-90
/
+182
*
Use trace_child_process.py on Windows and save information about the trace in...
maruel@chromium.org
2012-06-04
2
-102
/
+102
*
Use stricter access on the file modes.
maruel@chromium.org
2012-06-04
2
-7
/
+7
*
Fix the iteration loop in run_test_from_archive.py
maruel@chromium.org
2012-06-04
1
-1
/
+1
*
Increase verbosity in run_test_from_archive.py to figure out a problem in it.
maruel@chromium.org
2012-06-04
1
-11
/
+22
*
Add Results.Process.executable and command.
maruel@chromium.org
2012-06-01
3
-40
/
+327
*
Copy fix_python_path() in more standalone files.
maruel@chromium.org
2012-05-31
1
-0
/
+11
*
Add Results class to hold structured data with details about each of the chil...
maruel@chromium.org
2012-05-31
4
-149
/
+636
*
Small fix in isolate.py
maruel@chromium.org
2012-05-30
1
-2
/
+2
*
Improve tracing on OSX and Windows
maruel@chromium.org
2012-05-30
1
-34
/
+111
*
Convert get_native_path_case() to only accept absolute path.
maruel@chromium.org
2012-05-30
1
-17
/
+54
*
Refactor more common code into ApiBase.
maruel@chromium.org
2012-05-29
2
-128
/
+118
*
Fix tracing to properly track only the FileIo we care about.
maruel@chromium.org
2012-05-28
1
-38
/
+141
*
Add logging to isolate_smoke_test.py when starting the process.
maruel@chromium.org
2012-05-28
1
-0
/
+2
*
Enable longer file names on strace logs.
maruel@chromium.org
2012-05-25
2
-33
/
+73
*
Increase buffer sizes on Windows Kernel Trace to hopefully stabilize it.
maruel@chromium.org
2012-05-24
1
-0
/
+3
*
Add error print out for OSError
maruel@chromium.org
2012-05-24
1
-1
/
+5
*
Fix isolate_smoke_test.py on Windows.
maruel@chromium.org
2012-05-24
1
-6
/
+5
*
Make isolate.py --mode=hashtable less verbose
maruel@chromium.org
2012-05-24
1
-1
/
+1
*
Adjust Paths before Execution
csharp@chromium.org
2012-05-23
1
-0
/
+2
*
Dtrace on OSX 10.7 uses a negative number for the 3rd parameter.
maruel@chromium.org
2012-05-23
1
-3
/
+5
*
Create an interface class to describe and document the interface functions.
maruel@chromium.org
2012-05-22
1
-37
/
+43
*
Cleanup Cache Stored State
csharp@chromium.org
2012-05-18
1
-0
/
+5
*
Fix Windows Download Path
csharp@chromium.org
2012-05-18
1
-1
/
+1
*
An empty .results file would throw ValueError, eat it.
maruel@chromium.org
2012-05-18
2
-3
/
+7
*
Make the .test_cases file more compact when large
maruel@chromium.org
2012-05-18
1
-1
/
+6
*
Touch --result file even with --mode=noop.
maruel@chromium.org
2012-05-18
2
-10
/
+20
*
Add child process count to the trace output.
maruel@chromium.org
2012-05-16
3
-11
/
+39
*
Refactor trace_inputs.py strace implementation to use -ff instead of -f.
maruel@chromium.org
2012-05-16
3
-218
/
+318
*
Better Cache Additional and Removal
csharp@chromium.org
2012-05-15
1
-3
/
+12
[next]