Searched refs:sample_flags (Results 1 – 4 of 4) 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 …]
356 u32 sample_flags; member609 u32 sample_flags = stream->sample_flags; in append_oa_sample() local623 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()
1097 u32 sample_flags; member
1366 } sample_flags[] = { variable1387 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()