Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dintel-bts.c77 u32 sample_flags; member
294 sample.flags = btsq->sample_flags; in intel_bts_synth_branch_sample()
371 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
374 btsq->sample_flags = 0; in intel_bts_get_branch_type()
377 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
383 btsq->sample_flags = 0; in intel_bts_get_branch_type()
392 btsq->sample_flags = intel_pt_insn_type(btsq->intel_pt_insn.op); in intel_bts_get_branch_type()
396 btsq->sample_flags != (PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
399 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
433 thread_stack__event(thread, btsq->cpu, btsq->sample_flags, in intel_bts_process_buffer()
[all...]
H A Dtrace-event-scripting.c295 } sample_flags[] = { variable
351 for (i = 0; sample_flags[i].name; i++) { in sample_flags_to_name()
352 if (sample_flags[i].flags != types) in sample_flags_to_name()
355 ret = snprintf(str + pos, size - pos, "%s", sample_flags[i].name); in sample_flags_to_name()
/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c52 __u64 sample_flags; member
79 if (!bpf_core_field_exists(data->sample_flags)) in perf_get_sample()
104 (data->sample_flags & (1 << (entry->term - PBF_TERM_SAMPLE_START))) == 0) in perf_get_sample()
/linux/arch/x86/events/intel/
H A Dds.c1806 data->sample_flags |= PERF_SAMPLE_TIME; in setup_pebs_time()
1840 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in setup_pebs_fixed_sample_data()
1848 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_fixed_sample_data()
1931 data->sample_flags |= PERF_SAMPLE_ADDR; in setup_pebs_fixed_sample_data()
1938 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in setup_pebs_fixed_sample_data()
1943 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in setup_pebs_fixed_sample_data()
2154 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in setup_pebs_adaptive_sample_data()
2159 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_adaptive_sample_data()
2164 data->sample_flags |= PERF_SAMPLE_ADDR; in setup_pebs_adaptive_sample_data()
2170 data->sample_flags | in setup_pebs_adaptive_sample_data()
[all...]
/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h189 * @sample_flags: Flags representing the `DRM_I915_PERF_PROP_SAMPLE_*`
193 u32 sample_flags; member
H A Di915_perf.c344 * @sample_flags: `DRM_I915_PERF_PROP_SAMPLE_*` properties are tracked as flags
366 u32 sample_flags; member
655 * properties when opening a stream, tracked as `stream->sample_flags`. This
2850 (stream->sample_flags & SAMPLE_OA_REPORT) ? in oag_report_ctx_switches()
3035 if (!(stream->sample_flags & SAMPLE_OA_REPORT)) in gen12_oa_enable()
3062 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_enable()
3125 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_disable()
3258 if (!(props->sample_flags & SAMPLE_OA_REPORT) && in i915_oa_stream_init()
3297 stream->sample_flags = props->sample_flags; in i915_oa_stream_init()
[all...]
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c100 .sample_flags = SAMPLE_OA_REPORT, in test_stream()
/linux/kernel/trace/
H A Dbpf_trace.c1688 if (unlikely(!(ctx->data->sample_flags & PERF_SAMPLE_BRANCH_STACK))) in BPF_CALL_4()