Lines Matching refs:sample_flags
84 u32 sample_flags; member
297 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()
452 if (filter && !(filter & btsq->sample_flags)) in intel_bts_process_buffer()