Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/resctrl/
Dmbm_test.c171 return resctrl_mon_feature_exists("L3_MON", "mbm_total_bytes") && in mbm_feature_check()
172 resctrl_mon_feature_exists("L3_MON", "mbm_local_bytes"); in mbm_feature_check()
Dcmt_test.c181 resctrl_mon_feature_exists("L3_MON", "llc_occupancy"); in cmt_feature_check()
Dresctrl.h173 bool resctrl_mon_feature_exists(const char *resource, const char *feature);
Dmba_test.c213 resctrl_mon_feature_exists("L3_MON", "mbm_local_bytes"); in mba_feature_check()
Dresctrlfs.c845 bool resctrl_mon_feature_exists(const char *resource, const char *feature) in resctrl_mon_feature_exists() function