This interface is implemented by the
instrumentation_filter_aggregator class objects. This
interface should only be used by Simics instrumentation framework itself.
The get_disabled_sources method returns an
attr_value_t list of integers representing the source_ids that
currently causing the connection to be disabled.
SIM_INTERFACE(instrumentation_filter_status) {
attr_value_t (*get_disabled_sources)(conf_object_t *obj);
};
#define INSTRUMENTATION_FILTER_STATUS_INTERFACE "instrumentation_filter_status"