From: David Goulet Date: Wed, 14 May 2014 15:27:00 +0000 (-0400) Subject: Fix: handle ENOENT when creating a kernel event X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=8197a3393bc0cfcc6f3cf75426535cf0b10a506b;hp=8197a3393bc0cfcc6f3cf75426535cf0b10a506b;p=lttng-tools.git Fix: handle ENOENT when creating a kernel event The kernel tracer returns ENOENT if an event is not found thus warn the user of that. Fixes #761 Signed-off-by: David Goulet ---