At runtime, UST checks if the LTTng clock source is available
authorJulien Desfossez <julien.desfossez@polymtl.ca>
Wed, 12 Jan 2011 08:36:37 +0000 (09:36 +0100)
committerNils Carlson <nils.carlson@ericsson.com>
Thu, 13 Jan 2011 17:49:51 +0000 (18:49 +0100)
commit9c6bb08180ab0a65bbf3d47247a9d36e257fa44a
tree8dc654687c41176885846de11ce47fa3e7a62058
parente3073410ea18155d8c9b1f3a13b014f16a5e2c08
At runtime, UST checks if the LTTng clock source is available
If not, CLOCK_MONOTONIC is the default fallback.

This makes UST use the LTTng kernel clock source. With this
clock support, LTTng and UST traces are perfectly synchronize.
Traces from these two tracer can be merged for analysis.

LTTng 0.240 or higher is needed for this new clock source.

Signed-off-by: Julien Desfossez <julien.desfossez@polymtl.ca>
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
Acked-by: Nils Carlson <nils.carlson@ericsson.com>
include/ust/clock.h
libust/tracectl.c
This page took 0.023105 seconds and 4 git commands to generate.