resctrl_mon_feature_exists
resctrl_mon_feature_exists("L3_MON", "llc_occupancy");
resctrl_mon_feature_exists("L3_MON", "mbm_local_bytes");
return resctrl_mon_feature_exists("L3_MON", "mbm_total_bytes") &&
resctrl_mon_feature_exists("L3_MON", "mbm_local_bytes");
bool resctrl_mon_feature_exists(const char *resource, const char *feature);