Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A 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/tools/perf/util/bpf_skel/
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/include/linux/
A Dperf_event.h1187 u64 sample_flags; member
1245 data->sample_flags = PERF_SAMPLE_PERIOD; in perf_sample_data_init()
1251 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_sample_data_init()
1265 data->sample_flags |= PERF_SAMPLE_CALLCHAIN; in perf_sample_save_callchain()
1288 data->sample_flags |= PERF_SAMPLE_RAW; in perf_sample_save_raw_data()
1313 data->sample_flags |= PERF_SAMPLE_BRANCH_STACK; in perf_sample_save_brstack()
/linux/arch/x86/events/intel/
A Dds.c1718 data->sample_flags |= PERF_SAMPLE_TIME; in setup_pebs_time()
1754 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in setup_pebs_fixed_sample_data()
1762 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_fixed_sample_data()
1846 data->sample_flags |= PERF_SAMPLE_ADDR; in setup_pebs_fixed_sample_data()
1853 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in setup_pebs_fixed_sample_data()
1858 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in setup_pebs_fixed_sample_data()
1998 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in setup_pebs_adaptive_sample_data()
2003 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_adaptive_sample_data()
2008 data->sample_flags |= PERF_SAMPLE_ADDR; in setup_pebs_adaptive_sample_data()
2014 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in setup_pebs_adaptive_sample_data()
/linux/drivers/gpu/drm/i915/
A Di915_perf_types.h193 u32 sample_flags; member
A Di915_perf.c366 u32 sample_flags; member
2847 (stream->sample_flags & SAMPLE_OA_REPORT) ? in oag_report_ctx_switches()
3032 if (!(stream->sample_flags & SAMPLE_OA_REPORT)) in gen12_oa_enable()
3059 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_enable()
3122 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_disable()
3255 if (!(props->sample_flags & SAMPLE_OA_REPORT) && in i915_oa_stream_init()
3294 stream->sample_flags = props->sample_flags; in i915_oa_stream_init()
3438 if (!stream->enabled || !(stream->sample_flags & SAMPLE_OA_REPORT)) in i915_perf_read()
3838 (props->sample_flags & SAMPLE_OA_REPORT) == 0) in i915_perf_open_ioctl_locked()
3890 if (WARN_ON(stream->sample_flags != props->sample_flags)) { in i915_perf_open_ioctl_locked()
[all …]
/linux/arch/x86/events/amd/
A Dibs.c980 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_ibs_parse_ld_st_data()
993 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in perf_ibs_parse_ld_st_data()
998 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_ibs_parse_ld_st_data()
1003 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_ibs_parse_ld_st_data()
/linux/drivers/gpu/drm/i915/selftests/
A Di915_perf.c100 .sample_flags = SAMPLE_OA_REPORT, in test_stream()
/linux/kernel/events/
A Dcore.c7831 filtered_sample_type &= ~data->sample_flags; in perf_prepare_sample()
7843 data->sample_flags |= PERF_SAMPLE_IP; in perf_prepare_sample()
7852 data->sample_flags |= PERF_SAMPLE_RAW; in perf_prepare_sample()
7879 data->sample_flags |= PERF_SAMPLE_REGS_USER; in perf_prepare_sample()
7906 data->sample_flags |= PERF_SAMPLE_STACK_USER; in perf_prepare_sample()
7916 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_prepare_sample()
7926 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_prepare_sample()
7942 data->sample_flags |= PERF_SAMPLE_REGS_INTR; in perf_prepare_sample()
7947 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_prepare_sample()
7957 data->sample_flags |= PERF_SAMPLE_CGROUP; in perf_prepare_sample()
[all …]
/linux/arch/powerpc/perf/
A Dcore-book3s.c2314 data.sample_flags |= PERF_SAMPLE_DATA_SRC; in record_and_restart()
2320 data.sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in record_and_restart()
/linux/tools/perf/
A Dbuiltin-script.c1715 } sample_flags[] = { variable
1738 for (i = 0; sample_flags[i].name ; i++) { in sample_flags_to_name()
1739 if (sample_flags[i].flags == flags) in sample_flags_to_name()
1740 return sample_flags[i].name; in sample_flags_to_name()
/linux/kernel/trace/
A Dbpf_trace.c1762 if (unlikely(!(ctx->data->sample_flags & PERF_SAMPLE_BRANCH_STACK))) in BPF_CALL_4()

Completed in 73 milliseconds