Change the UST event hash table match function
authorDavid Goulet <dgoulet@efficios.com>
Wed, 21 Nov 2012 17:28:03 +0000 (12:28 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 22 Nov 2012 17:03:43 +0000 (12:03 -0500)
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 <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.024577 seconds and 4 git commands to generate.