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