From: Jonathan Rajotte Date: Mon, 23 Mar 2020 21:26:47 +0000 (-0400) Subject: Generate bytecodes related to the trigger on reception X-Git-Tag: v2.13.0-rc1~401 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=58daac01d91347336f24e1fc1cacd4e7a3101e93;hp=58daac01d91347336f24e1fc1cacd4e7a3101e93;p=lttng-tools.git Generate bytecodes related to the trigger on reception The compositing objects of a trigger might need to generate internal bytecode. Doing it at the registration step allows an early validation of the filter expressions. There is no need to generate it for the unregister command since bytecodes are not used for comparison and are for internal use only. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: Ia1282d55f028e6b056e8ff3877790894c582acdb ---