tracelog: use same class for all loglevels
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Jun 2015 06:54:37 +0000 (08:54 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Jun 2015 06:54:37 +0000 (08:54 +0200)
commit8a920d4d1601cd7b85d876d0f31381bf0961ae6f
treeef81b5ae90f76edf1ee01d154ccd635e769c50c8
parentc4d667edf49aa27d106c1855ff2fa4560be8d6f3
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 <mathieu.desnoyers@efficios.com>
include/lttng/lttng-ust-tracelog.h
This page took 0.025567 seconds and 4 git commands to generate.