From: Mathieu Desnoyers Date: Wed, 10 Jun 2015 06:54:37 +0000 (+0200) Subject: tracelog: use same class for all loglevels X-Git-Tag: v2.7.0-rc1~30 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=8a920d4d1601cd7b85d876d0f31381bf0961ae6f;hp=8a920d4d1601cd7b85d876d0f31381bf0961ae6f;p=lttng-ust.git tracelog: use same class for all loglevels Each loglevel can be serialized by the exact same serialization function. Therefore, use a single tracepoint class for all those. This diminishes the code size of the probe, and therefore its impact on the instruction cache. Signed-off-by: Mathieu Desnoyers ---