Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/resctrl/
Dmbm_test.c158 return resctrl_mon_feature_exists("L3_MON", "mbm_total_bytes") && in mbm_feature_check()
159 resctrl_mon_feature_exists("L3_MON", "mbm_local_bytes"); in mbm_feature_check()
Dmba_test.c189 resctrl_mon_feature_exists("L3_MON", "mbm_local_bytes"); in mba_feature_check()
Dresctrl.h131 bool resctrl_mon_feature_exists(const char *resource, const char *feature);
Dcmt_test.c190 resctrl_mon_feature_exists("L3_MON", "llc_occupancy"); in cmt_feature_check()
Dresctrlfs.c740 bool resctrl_mon_feature_exists(const char *resource, const char *feature) in resctrl_mon_feature_exists() function