Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/gpu/drm/i915/
Di915_perf.c356 u32 sample_flags; member
609 u32 sample_flags = stream->sample_flags; in append_oa_sample() local
623 if (sample_flags & SAMPLE_OA_REPORT) { in append_oa_sample()
2182 if (!(props->sample_flags & SAMPLE_OA_REPORT)) { in i915_oa_stream_init()
2210 stream->sample_flags |= SAMPLE_OA_REPORT; in i915_oa_stream_init()
2777 if (WARN_ON(stream->sample_flags != props->sample_flags)) { in i915_perf_open_ioctl_locked()
2891 props->sample_flags |= SAMPLE_OA_REPORT; in read_properties_unlocked()
Di915_drv.h1097 u32 sample_flags; member
/Linux-v5.4/tools/perf/
Dbuiltin-script.c1366 } sample_flags[] = { variable
1387 for (i = 0; sample_flags[i].name ; i++) { in sample_flags_to_name()
1388 if (sample_flags[i].flags == flags) in sample_flags_to_name()
1389 return sample_flags[i].name; in sample_flags_to_name()