Searched refs:br_sel (Results 1 – 4 of 4) sorted by relevance
409 static inline bool branch_user_callstack(unsigned br_sel) in branch_user_callstack() argument411 return (br_sel & X86_BR_USER) && (br_sel & X86_BR_CALL_STACK); in branch_user_callstack()422 cpuc->br_sel = event->hw.branch_reg.reg; in intel_pmu_lbr_add()424 if (branch_user_callstack(cpuc->br_sel) && event->ctx->task_ctx_data) { in intel_pmu_lbr_add()461 if (branch_user_callstack(cpuc->br_sel) && in intel_pmu_lbr_del()940 int br_sel = cpuc->br_sel; in intel_pmu_lbr_filter() local945 if ((br_sel & X86_BR_ALL) == X86_BR_ALL) in intel_pmu_lbr_filter()954 if (type != X86_BR_NONE && (br_sel & X86_BR_ANYTX)) { in intel_pmu_lbr_filter()962 if (type == X86_BR_NONE || (br_sel & type) != type) { in intel_pmu_lbr_filter()
20 unsigned int br_sel; /* select branch condition bit */ member
506 save[i].br_sel = in_le32(&chan->br_sel); in dbdma_save()525 out_le32(&chan->br_sel, save[i].br_sel); in dbdma_restore()
207 u64 br_sel; member