Lines Matching refs:br_sel
573 static inline bool branch_user_callstack(unsigned br_sel) in branch_user_callstack() argument
575 return (br_sel & X86_BR_USER) && (br_sel & X86_BR_CALL_STACK); in branch_user_callstack()
588 cpuc->br_sel = event->hw.branch_reg.reg; in intel_pmu_lbr_add()
590 if (branch_user_callstack(cpuc->br_sel) && event->pmu_ctx->task_ctx_data) in intel_pmu_lbr_add()
666 if (branch_user_callstack(cpuc->br_sel) && in intel_pmu_lbr_del()
1126 int br_sel = cpuc->br_sel; in intel_pmu_lbr_filter() local
1131 if (((br_sel & X86_BR_ALL) == X86_BR_ALL) && in intel_pmu_lbr_filter()
1132 ((br_sel & X86_BR_TYPE_SAVE) != X86_BR_TYPE_SAVE)) in intel_pmu_lbr_filter()
1152 if (type != X86_BR_NONE && (br_sel & X86_BR_ANYTX)) { in intel_pmu_lbr_filter()
1160 if (type == X86_BR_NONE || (br_sel & type) != type) { in intel_pmu_lbr_filter()
1165 if ((br_sel & X86_BR_TYPE_SAVE) == X86_BR_TYPE_SAVE) in intel_pmu_lbr_filter()