On Thu, 28 Jun 2018 19:30:09 +0300 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > +/** > + * @brief This function loops over the array of entries specified by "data" > + * and "n_entries" and sets the "visible" fields of each entry according to > + * the criteria provided by the filters of the session's context. The field > + * "filter_mask" of the session's context is used to control the level of > + * visibility/invisibility of the entries which are filtered-out. > + * @param kshark_ctx: kshark_ctx: Input location for the session context Double "kshark_ctx:" -- Steve > + * pointer. > + * @param data: Input location for the trace data to be filtered. > + * @param n_entries: The size of the inputted data. > + */ > +void kshark_filter_entries(struct kshark_context *kshark_ctx, > + struct kshark_entry **data, > + size_t n_entries); > + > #ifdef __cplusplus > } > #endif > --
![]() |