lttng-analyses icon indicating copy to clipboard operation
lttng-analyses copied to clipboard

Validate event and field names in --period

Open jdesfossez opened this issue 8 years ago • 0 comments

Make sure the event and field names specified in the --period argument do exist in the metadata of the trace(s). This will save time instead of waiting for the analysis to complete to realize the user made a typo.

We have the all the code needed in _check_period_args, we just need to wire it to the new period definition mechanism.

jdesfossez avatar Jul 27 '16 19:07 jdesfossez