326c326
< : eventId(0), value(0), enabled(false),
---
> : eventId(0), filter(0), value(0), enabled(false),
346a347,349
> /** Filtering settings (evtCount is unused) */
> PMEVTYPER_t filter;
>
424a428,435
> * Check if a counter's settings allow it to be counted.
> *
> * @param ctr Counter state instance representing this counter.
> * @return false if the counter is active, true otherwise.
> */
> bool isFiltered(const CounterState &ctr) const;
>
> /**