From: David Goulet Date: Thu, 14 Nov 2013 19:50:26 +0000 (-0500) Subject: Remove ENABLE_EVENT_* values and fix enable filtering X-Git-Tag: v2.4.0-rc1~10 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=67676bd8b522e83c6d45c7f6a205ab7a30001c9d;hp=67676bd8b522e83c6d45c7f6a205ab7a30001c9d;p=lttng-tools.git Remove ENABLE_EVENT_* values and fix enable filtering Since every enable event values are now mapped to the same code path, only use one for the three of them. This commit also fixes the check for the maximum bytecode length. Signed-off-by: David Goulet ---