From: Francis Deslauriers Date: Fri, 9 Feb 2018 21:56:48 +0000 (-0500) Subject: Fix: probes should be compared strictly by events metadata X-Git-Tag: v2.11.0-rc1~225 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=98b73e886719378d507d500058dd4e4d7e5488bf;hp=98b73e886719378d507d500058dd4e4d7e5488bf;p=lttng-tools.git Fix: probes should be compared strictly by events metadata Currently, events are compared using names and signatures. Events with different payloads but identical name and signatures could lead to corrupted trace because the Session Daemon would consider them identical and give them the same event ID. Events should be compared using the name, loglevel, fields and model_emf_uri to ensure that their respective metadata is the same. Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau ---