On Wed, Sep 27, 2023 at 08:33:06AM -0400, Steven Rostedt wrote: > From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> > > Add the function that can release the results from the > traceeval_iterator_qeury() function. > > Currently, the user must use traceeval_results_release() for the results > returned by traceeval_iterator_query(), but that requires the caller to > also have access to the traceeval where the iterator came from. There > could be many iterators and many traceevals, the user should not need to > worry about which one goes with which. > > This new traceeval_iterator_results_release() will take care of that for > them. > > Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> Reviewed-by: Ross Zwisler <zwisler@xxxxxxxxxx>