Lines Matching full:must
66 EBB events must be created with a particular, and restrictive, set of
70 An EBB event must be created with the "pinned" and "exclusive" attributes set.
74 An EBB event must NOT set any of the "inherit", "sample_period", "freq" or
77 An EBB event must be attached to a task. This is specified to perf_event_open()
80 All events in a group must agree on whether they want EBB. That is all events
81 must request EBB, or none may request EBB.
83 EBB events must specify the PMC they are to be counted on. This ensures
90 Once an EBB event has been successfully opened, it must be enabled with the
96 has been scheduled on the PMU, you must perform a read() on the event. If the
125 The EBB handler is just regular userspace code, however it must be written in
127 are live (possibly) and so must be saved somehow before the handler can invoke