Searched refs:resctrl_mon_feature_exists (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/resctrl/
H A Dmbm_test.c140 return resctrl_mon_feature_exists("L3_MON", "mbm_total_bytes") &&
141 resctrl_mon_feature_exists("L3_MON", "mbm_local_bytes");
H A Dmba_test.c171 resctrl_mon_feature_exists("L3_MON", "mbm_local_bytes");
H A Dresctrl.h142 bool resctrl_mon_feature_exists(const char *resource, const char *feature);
H A Dcmt_test.c172 resctrl_mon_feature_exists("L3_MON", "llc_occupancy");
H A Dresctrlfs.c739 * resctrl_mon_feature_exists - Check if requested monitoring feature is valid.
746 bool resctrl_mon_feature_exists(const char *resource, const char *feature) function

Completed in 146 milliseconds