lttng-analyses:staging

Last commit made on 2016-05-19
Get this branch:
git clone -b staging https://git.launchpad.net/lttng-analyses

Branch merges

Branch information

Name:
staging
Repository:
lp:lttng-analyses

Recent commits

8f9d391... by Antoine Busque <email address hidden>

Replace math.pow with ** operator for consistency

Signed-off-by: Antoine Busque <email address hidden>

3d449a5... by Antoine Busque <email address hidden>

Fix: use integer division when converting from ns to s in timestamps

This prevents rounding bugs without removing any of the precision,
given that functions in the `time` and `datetime` modules do not
support nanosecond resolution to begin with.

Signed-off-by: Antoine Busque <email address hidden>

09afd35... by .eepp

cli: follow LAMI 1.0 (add low/high properties to number objects)

Signed-off-by: Philippe Proulx <email address hidden>

fe25285... by Antoine Busque <email address hidden>

Fix: add TimezoneUtils to workaround timezone issues in tests

Fixes #51

Signed-off-by: Antoine Busque <email address hidden>

9085865... by Antoine Busque <email address hidden>

Fix: check for babeltrace executable dependency on install

Fixes #49

Signed-off-by: Antoine Busque <email address hidden>

80904fa... by Antoine Busque <email address hidden>

Fix: update tests for --no-intersection

Signed-off-by: Antoine Busque <email address hidden>

0464691... by Antoine Busque <email address hidden>

Merge branch 'staging'

ad682cd... by Julien Desfossez <email address hidden>

Merge pull request #47 from abusque/stream-intersect

Stream intersect

a680ee0... by Julien Desfossez <email address hidden>

Generate trace for intersect mode test

This is a basic trace generated to test the intersect mode. The first
three events are in the same stream, the last one is in a different
stream with no overlapping. This trace parsed with babeltrace outputs 4
events by default and 0 with babeltrace --stream-intersection.

Please adapt the test to work with the --disable-intersect-mode.

Signed-off-by: Julien Desfossez <email address hidden>

a0ea926... by Antoine Busque <email address hidden>

Add support for stream intersect mode

Signed-off-by: Antoine Busque <email address hidden>