Searched refs:sample_flags (Results 1 – 4 of 4) sorted by relevance
84 u32 sample_flags; member297 sample.flags = btsq->sample_flags; in intel_bts_synth_branch_sample()385 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()388 btsq->sample_flags = 0; in intel_bts_get_branch_type()391 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()397 btsq->sample_flags = 0; in intel_bts_get_branch_type()406 btsq->sample_flags = intel_pt_insn_type(btsq->intel_pt_insn.op); in intel_bts_get_branch_type()410 btsq->sample_flags != (PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()413 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()447 thread_stack__event(thread, btsq->sample_flags, in intel_bts_process_buffer()[all …]
353 u32 sample_flags; member601 u32 sample_flags = stream->sample_flags; in append_oa_sample() local615 if (sample_flags & SAMPLE_OA_REPORT) { in append_oa_sample()2098 if (!(props->sample_flags & SAMPLE_OA_REPORT)) { in i915_oa_stream_init()2146 stream->sample_flags |= SAMPLE_OA_REPORT; in i915_oa_stream_init()2706 if (WARN_ON(stream->sample_flags != props->sample_flags)) { in i915_perf_open_ioctl_locked()2815 props->sample_flags |= SAMPLE_OA_REPORT; in read_properties_unlocked()
1431 u32 sample_flags; member
1241 } sample_flags[] = { variable1267 for (i = 0; sample_flags[i].name ; i++) { in perf_sample__fprintf_flags()1268 if (sample_flags[i].flags == (flags & ~PERF_IP_FLAG_IN_TX)) { in perf_sample__fprintf_flags()1269 name = sample_flags[i].name; in perf_sample__fprintf_flags()