Lines Matching refs:br_sel
654 static inline bool branch_user_callstack(unsigned br_sel)
656 return (br_sel & X86_BR_USER) && (br_sel & X86_BR_CALL_STACK);
669 cpuc->br_sel = event->hw.branch_reg.reg;
671 if (branch_user_callstack(cpuc->br_sel) && event->ctx->task_ctx_data)
747 if (branch_user_callstack(cpuc->br_sel) &&
1416 int br_sel = cpuc->br_sel;
1421 if (((br_sel & X86_BR_ALL) == X86_BR_ALL) &&
1422 ((br_sel & X86_BR_TYPE_SAVE) != X86_BR_TYPE_SAVE))
1442 if (type != X86_BR_NONE && (br_sel & X86_BR_ANYTX)) {
1450 if (type == X86_BR_NONE || (br_sel & type) != type) {
1455 if ((br_sel & X86_BR_TYPE_SAVE) == X86_BR_TYPE_SAVE)