lttng-analyses
lttng-analyses copied to clipboard
Validate event and field names in --period
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.