From: David Goulet Date: Wed, 21 Nov 2012 17:28:03 +0000 (-0500) Subject: Change the UST event hash table match function X-Git-Tag: v2.1.0-rc8~4 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=18eace3ba4aeaa6b869c8ad9ec1273381b4cbdee;hp=18eace3ba4aeaa6b869c8ad9ec1273381b4cbdee Change the UST event hash table match function The event are now matched, when looked up, with the name/filter/loglevel triplet since the UST tracer now allows us to enable the same event with different filters or/and loglevels. The disable command however only takes the event name so for now it disable all events matching that name which is why we still hash by event name. Acked-by: Mathieu Desnoyers Signed-off-by: David Goulet ---