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