Searched refs:sample_flags (Results 1 – 5 of 5) sorted by relevance
77 u32 sample_flags; member293 sample.flags = btsq->sample_flags; in intel_bts_synth_branch_sample()369 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()372 btsq->sample_flags = 0; in intel_bts_get_branch_type()375 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()381 btsq->sample_flags = 0; in intel_bts_get_branch_type()390 btsq->sample_flags = intel_pt_insn_type(btsq->intel_pt_insn.op); in intel_bts_get_branch_type()394 btsq->sample_flags != (PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()397 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()431 thread_stack__event(thread, btsq->cpu, btsq->sample_flags, in intel_bts_process_buffer()[all …]
345 u32 sample_flags; member2526 (stream->sample_flags & SAMPLE_OA_REPORT) ? in oag_report_ctx_switches()2682 if (!(stream->sample_flags & SAMPLE_OA_REPORT)) in gen12_oa_enable()2707 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_enable()2770 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_disable()2874 if (!(props->sample_flags & SAMPLE_OA_REPORT) && in i915_oa_stream_init()2907 stream->sample_flags = props->sample_flags; in i915_oa_stream_init()3053 if (!stream->enabled || !(stream->sample_flags & SAMPLE_OA_REPORT)) in i915_perf_read()3455 (props->sample_flags & SAMPLE_OA_REPORT) == 0) in i915_perf_open_ioctl_locked()3505 if (WARN_ON(stream->sample_flags != props->sample_flags)) { in i915_perf_open_ioctl_locked()[all …]
154 u32 sample_flags; member
100 .sample_flags = SAMPLE_OA_REPORT, in test_stream()
1548 } sample_flags[] = { variable1571 for (i = 0; sample_flags[i].name ; i++) { in sample_flags_to_name()1572 if (sample_flags[i].flags == flags) in sample_flags_to_name()1573 return sample_flags[i].name; in sample_flags_to_name()
Completed in 22 milliseconds