Re: [lttng-dev] [PATCH lttng-tools] Fix: test case can not rely on sched_process_free, use _fork instead

2016-11-08 Thread Francis Deslauriers
Please omit this patch. I am preparing a more generic one. Thank you, -- Francis Deslauriers Software developer EfficiOS inc. 2016-11-08 11:05 GMT-05:00 Francis Deslauriers < francis.deslauri...@efficios.com>: > sched_process_free may not be called during the tracing session if there > is very

[lttng-dev] [PATCH lttng-tools] Fix: test case can not rely on sched_process_free, use _fork instead

2016-11-08 Thread Francis Deslauriers
sched_process_free may not be called during the tracing session if there is very little activity on the machine the test is run on. We change this validate to sched_process_fork since we are sure there will be atleast one generated by the final lttng stop. Signed-off-by: Francis Deslauriers