Add support for different period begin/end keys, constant keys
authorAntoine Busque <abusque@efficios.com>
Fri, 4 Dec 2015 11:39:45 +0000 (06:39 -0500)
committerAntoine Busque <abusque@efficios.com>
Fri, 4 Dec 2015 11:46:01 +0000 (06:46 -0500)
commit05684c5e20f44b1642ca0d284b5efdab6cc17ee8
treec0fd56312aa1ce347b31805e3fef2d88767ca824
parent0b250a71ddc71e4d6f0bc053ed9997b61366e498
Add support for different period begin/end keys, constant keys

This allows using differently named fields as a period key for begin
and end events. For instance, comparing the `tid` field from a
`sched_waking` event to that of `next_tid` in `sched_switch`.

This also adds support for constant or fixed key value. That is to
say, with the same TID example, one can specify a particular TID
value, and only periods for which the key matches this value will be
accounted for.

In both new features, the order of fields and values must be
consistent across all arguments for multi-field keys.

Signed-off-by: Antoine Busque <abusque@efficios.com>
lttnganalyses/cli/command.py
lttnganalyses/core/analysis.py
This page took 0.025013 seconds and 5 git commands to generate.