Lines Matching full:sets

3  * Performance event support for s390x - CPU-measurement Counter Sets
39 /* Counter sets are stored as data stream in a page sized memory buffer and
49 * All counter sets are followed by a 64 byte trailer.
54 * - the time stamp the counter sets have been collected
58 * The counter sets are saved when the process is prepared to be executed on a
60 * The difference of both counter sets are calculated and stored in the event
127 * Enable and activate the CPU-counter sets according
153 * Disable and enable (inactive) the CPU-counter sets according
193 /* Setup the event. Test for authorized counter sets and only include counter
194 * sets which are authorized at the time of the setup. Including unauthorized
195 * counter sets result in specification exception (and panic).
210 /* Add all authorized counter sets to config_base. The in __hw_perf_event_init()
224 /* No authorized counter sets, nothing to count/sample */ in __hw_perf_event_init()
335 /* Calculate memory needed to store all counter sets together with header and
399 /* Read out all counter sets and save them in the provided data buffer.
437 /* Scan the counter sets and calculate the difference of each counter
480 /* Create perf event sample with the counter sets as raw data. The sample
533 /* (Re-)enable and activate all counter sets */ in cf_diag_start()
534 lcctl(0); /* Reset counter sets */ in cf_diag_start()
537 lcctl(cpuhw->state); /* Enable counter sets */ in cf_diag_start()
541 /* Function cf_diag_enable() starts the counter sets. */ in cf_diag_start()
554 /* Deactivate all counter sets */ in cf_diag_stop()