From: David Goulet Date: Wed, 26 Feb 2014 18:22:32 +0000 (-0500) Subject: Fix: add loglevel type to lttng list X-Git-Tag: v2.5.0-rc1~147 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=1f0e17de5dc2c936acb87fde4fe92be546f03500;hp=1f0e17de5dc2c936acb87fde4fe92be546f03500;p=lttng-tools.git Fix: add loglevel type to lttng list For range loglevel, the <= is used and for single ==. For instance: ev_log_range (loglevel <= TRACE_WARNING (4)) (type: tracepoint) ev_log_single (loglevel == TRACE_NOTICE (5)) (type: tracepoint) Fixes #628 Signed-off-by: David Goulet ---