Lines Matching defs:periodic
138 * them. For Mesa it's also convenient to be forwarded raw, periodic reports
259 * non-periodic reports (such as on context switch) or the OA unit may be
260 * enabled without any periodic sampling.
350 * @oa_periodic: Whether to enable periodic OA unit sampling
866 * switches since it's not-uncommon for periodic samples to
1114 /* The report-ID field for periodic samples includes
1258 /* We would wait indefinitely if periodic sampling is not enabled */
1259 if (!stream->periodic)
1755 * already seen since they can't be cleared while periodic
2497 (stream->periodic ? GEN8_OA_TIMER_ENABLE : 0) |
2694 * exponent for periodic sampling which is primarily used for system
2835 (stream->periodic ? GEN8_OA_TIMER_ENABLE : 0) |
2911 bool periodic = stream->periodic;
2938 intel_uncore_write(uncore, __oa_regs(stream)->oa_ctx_ctrl, periodic ?
3039 bool periodic = stream->periodic;
3058 (periodic ? GEN7_OACONTROL_TIMER_ENABLE : 0) |
3115 * [Re]enables hardware periodic sampling according to the period configured
3369 stream->periodic = props->oa_periodic;
3370 if (stream->periodic)
4294 * opened (for instance we don't assume it's for periodic OA unit metrics). An
4296 * buffered data written by the GPU besides periodic OA metrics.