Lines Matching refs:mevt
1109 struct mon_evt *mevt; in rdt_mon_features_show() local
1111 list_for_each_entry(mevt, &r->evt_list, list) { in rdt_mon_features_show()
1112 seq_printf(seq, "%s\n", mevt->name); in rdt_mon_features_show()
1113 if (mevt->configurable) in rdt_mon_features_show()
1114 seq_printf(seq, "%s_config\n", mevt->name); in rdt_mon_features_show()
3057 struct mon_evt *mevt; in mon_add_all_files() local
3066 list_for_each_entry(mevt, &r->evt_list, list) { in mon_add_all_files()
3067 priv.u.evtid = mevt->evtid; in mon_add_all_files()
3068 ret = mon_addfile(kn, mevt->name, priv.priv); in mon_add_all_files()
3072 if (!do_sum && is_mbm_event(mevt->evtid)) in mon_add_all_files()
3073 mon_event_read(&rr, r, d, prgrp, &d->hdr.cpu_mask, mevt->evtid, true); in mon_add_all_files()