Home
last modified time | relevance | path

Searched refs:sample_flags (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/perf/util/
Dintel-bts.c77 u32 sample_flags; member
293 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 …]
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_perf.c350 u32 sample_flags; member
603 u32 sample_flags = stream->sample_flags; in append_oa_sample() local
617 if (sample_flags & SAMPLE_OA_REPORT) { in append_oa_sample()
2498 (stream->sample_flags & SAMPLE_OA_REPORT) ? in oag_report_ctx_switches()
2654 if (!(stream->sample_flags & SAMPLE_OA_REPORT)) in gen12_oa_enable()
2846 if (!(props->sample_flags & SAMPLE_OA_REPORT) && in i915_oa_stream_init()
2879 stream->sample_flags = props->sample_flags; in i915_oa_stream_init()
3427 (props->sample_flags & SAMPLE_OA_REPORT) == 0) in i915_perf_open_ioctl_locked()
3477 if (WARN_ON(stream->sample_flags != props->sample_flags)) { in i915_perf_open_ioctl_locked()
3596 props->sample_flags |= SAMPLE_OA_REPORT; in read_properties_unlocked()
Di915_perf_types.h153 u32 sample_flags; member
/Linux-v5.10/drivers/gpu/drm/i915/selftests/
Di915_perf.c100 .sample_flags = SAMPLE_OA_REPORT, in test_stream()
/Linux-v5.10/tools/perf/
Dbuiltin-script.c1496 } sample_flags[] = { variable
1517 for (i = 0; sample_flags[i].name ; i++) { in sample_flags_to_name()
1518 if (sample_flags[i].flags == flags) in sample_flags_to_name()
1519 return sample_flags[i].name; in sample_flags_to_name()