Searched refs:sample_flags (Results 1 – 3 of 3) sorted by relevance
350 u32 sample_flags; member2495 (stream->sample_flags & SAMPLE_OA_REPORT) ? in oag_report_ctx_switches()2651 if (!(stream->sample_flags & SAMPLE_OA_REPORT)) in gen12_oa_enable()2676 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_enable()2739 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_disable()2843 if (!(props->sample_flags & SAMPLE_OA_REPORT) && in i915_oa_stream_init()2876 stream->sample_flags = props->sample_flags; in i915_oa_stream_init()3022 if (!stream->enabled || !(stream->sample_flags & SAMPLE_OA_REPORT)) in i915_perf_read()3424 (props->sample_flags & SAMPLE_OA_REPORT) == 0) in i915_perf_open_ioctl_locked()3474 if (WARN_ON(stream->sample_flags != props->sample_flags)) { in i915_perf_open_ioctl_locked()[all …]
153 u32 sample_flags; member
100 .sample_flags = SAMPLE_OA_REPORT, in test_stream()