Lines Matching refs:group
53 exclusive : 1, /* only group on PMU */
207 and only to group leaders. If a pinned counter cannot be put onto the
213 The 'exclusive' bit, if set, specifies that when this counter's group
214 is on the CPU, it should be the only group using the CPU's counters.
266 counter group has one counter which is the group "leader". The leader
268 that creates it. The rest of the group members are created
269 subsequently, with group_fd giving the fd of the group leader.
271 considered to be a group with only 1 member.)
273 A counter group is scheduled onto the CPU as a unit, that is, it will
274 only be put onto the CPU if all of the counters in the group can be
424 For a counter group, pass PERF_IOC_FLAG_GROUP as the third argument.
425 Enabling or disabling the leader of a group enables or disables the
426 whole group; that is, while the group leader is disabled, none of the
427 counters in the group will count. Enabling or disabling a member of a
428 group other than the leader only affects that counter - disabling an
448 disables the group leaders, not any other members in the groups.