> + > +/* > + * Assign a hardware counter to event @evtid of group @rdtgrp. > + * Counter will be assigned to all the domains if rdt_mon_domain is NULL (to be consistent) "if rdt_mon_domain is NULL" -> "if @d is NULL" > + * else the counter will be assigned to specific domain. "will be assigned to specific domain" -> "will be assigned to @d" Reinette