Lines Matching full:facility
3 * Performance event support for the System z CPU-measurement Sampling Facility
155 * sf_disable() - Switch off sampling facility
174 * deallocate sampling facility buffer
241 * sampling facility is disabled.
465 * that the sampling facility is enabled too. If the event to be in allocate_buffers()
468 * facility to be in the disabled state. So, account the number of in allocate_buffers()
494 /* Use a percentage-based approach to extend the sampling facility in compute_sfb_extent()
550 * Important: This function disables the sampling facility in order to safely
565 /* Disable the sampling facility to reset any states and also in extend_sampling_buffer()
618 pr_err("Switching off the sampling facility failed with rc %i\n", err); in setup_pmc_cpu()
768 * Since the CPU Measurement sampling facility can not handle frequency
815 /* Reserve CPU-measurement sampling facility */ in __hw_perf_event_init()
851 /* Check sampling facility authorization and, if not authorized, in __hw_perf_event_init()
861 pr_warn("CPU Measurement Facility sampling is temporarily not available\n"); in __hw_perf_event_init()
948 * counter facility. However, the counter facility in cpumsf_pmu_event_init()
996 * facility, but it can be fully re-enabled using sampling controls that in cpumsf_pmu_enable()
1013 /* (Re)enable the PMU and sampling facility */ in cpumsf_pmu_enable()
1061 /* TEAR/DEAR values are valid only if the sampling facility is in cpumsf_pmu_disable()
1063 * for a disabled sampling facility because cpumsf_pmu_enable() in cpumsf_pmu_disable()
2020 * The availablitiy depends on the CPU_MF sampling facility authorization
2022 * time by the sampling facility device driver.
2214 pr_err("Sampling facility support for perf is not available: " in pr_cpumsf_err()