lib: create a clock class object from component
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Sat, 23 Feb 2019 00:53:15 +0000 (19:53 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 12 Apr 2019 21:26:17 +0000 (17:26 -0400)
commit1124f80dcd2f55da76fb153f6171cc6b43f474de
tree73bc557eeb02771e1d95b03cce271024bccd80df
parent9636ff622682736f80f1a50a07c15171e4876f47
lib: create a clock class object from component

Before this commit, a trace class was needed for the creation of a clock
class. Turns out that clock class may be needed before the creation any
trace class. For example, Inactivity messages created before a trace has
generated any data need a clock class but no trace class was created yet.

This commit allows for the creation of clock classes even when no trace
classes exist using a component class.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
include/babeltrace/trace-ir/clock-class.h
lib/trace-ir/clock-class.c
plugins/ctf/common/metadata/ctf-meta-translate.c
plugins/ctf/common/metadata/ctf-meta-visitors.h
plugins/ctf/common/metadata/visitor-generate-ir.c
plugins/text/dmesg/dmesg.c
This page took 0.025849 seconds and 5 git commands to generate.