File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The following organization or individuals have contributed to TraceCode:
22
33- nexB Inc.
4- - Philippe Ombredanne
4+ - Philippe Ombredanne
5+ - Dong-hee Na
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ Changelog
1010
1111 * support for tracing a dynamic build with strace on Linux
1212
13-
13+
Original file line number Diff line number Diff line change @@ -108,13 +108,13 @@ def validate_traces(input_dir):
108108 if ts and len (ts ) >= 1 :
109109 ts = float (ts [0 ])
110110
111- if oldest_ts :
112- if ts <= oldest_ts :
111+ if oldest_ts :
112+ if ts <= oldest_ts :
113+ oldest_ts = ts
114+ oldest_pid = pid
115+ else :
113116 oldest_ts = ts
114117 oldest_pid = pid
115- else :
116- oldest_ts = ts
117- oldest_pid = pid
118118
119119 # store a process trace by id
120120 traces [pid ] = path
You can’t perform that action at this time.
0 commit comments