Lines Matching refs:mevt
1156 struct mon_evt *mevt; in rdt_mon_features_show() local
1158 list_for_each_entry(mevt, &r->evt_list, list) { in rdt_mon_features_show()
1159 seq_printf(seq, "%s\n", mevt->name); in rdt_mon_features_show()
1160 if (mevt->configurable) in rdt_mon_features_show()
1161 seq_printf(seq, "%s_config\n", mevt->name); in rdt_mon_features_show()
3167 struct mon_evt *mevt; in mon_add_all_files() local
3176 list_for_each_entry(mevt, &r->evt_list, list) { in mon_add_all_files()
3177 priv.u.evtid = mevt->evtid; in mon_add_all_files()
3178 ret = mon_addfile(kn, mevt->name, priv.priv); in mon_add_all_files()
3182 if (!do_sum && resctrl_is_mbm_event(mevt->evtid)) in mon_add_all_files()
3183 mon_event_read(&rr, r, d, prgrp, &d->hdr.cpu_mask, mevt->evtid, true); in mon_add_all_files()