From: Francis Deslauriers Date: Wed, 5 Apr 2017 15:53:51 +0000 (-0400) Subject: Tests: Add test app to generate syscalls X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=030312cfdeb643db807b028f9edffdee57384416;hp=030312cfdeb643db807b028f9edffdee57384416;p=lttng-tools.git Tests: Add test app to generate syscalls This app launches and waits for the creation of a file specified in the arguments before executing syscalls. This can be used with the PID tracker feature of LTTng to only trace the syscalls made by the test process and thus makes the tests more reliable. Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau ---