Home
last modified time | relevance | path

Searched refs:br_sel (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/events/amd/ !
H A Dlbr.c101 int br_sel = cpuc->br_sel, offset, type, i, j; in amd_pmu_lbr_filter() local
107 if (((br_sel & X86_BR_ALL) == X86_BR_ALL) && in amd_pmu_lbr_filter()
108 ((br_sel & X86_BR_TYPE_SAVE) != X86_BR_TYPE_SAVE)) in amd_pmu_lbr_filter()
128 if (type == X86_BR_NONE || (br_sel & type) != type) { in amd_pmu_lbr_filter()
133 if ((br_sel & X86_BR_TYPE_SAVE) == X86_BR_TYPE_SAVE) in amd_pmu_lbr_filter()
351 cpuc->br_sel = reg->reg; in amd_pmu_lbr_add()
/linux/arch/x86/events/intel/ !
H A Dlbr.c563 static inline bool branch_user_callstack(unsigned br_sel) in branch_user_callstack() argument
565 return (br_sel & X86_BR_USER) && (br_sel & X86_BR_CALL_STACK); in branch_user_callstack()
578 cpuc->br_sel = event->hw.branch_reg.reg; in intel_pmu_lbr_add()
580 if (branch_user_callstack(cpuc->br_sel)) { in intel_pmu_lbr_add()
666 if (branch_user_callstack(cpuc->br_sel)) { in intel_pmu_lbr_del()
1213 int br_sel = cpuc->br_sel; in intel_pmu_lbr_filter() local
1218 if (((br_sel & X86_BR_ALL) == X86_BR_ALL) && in intel_pmu_lbr_filter()
1219 ((br_sel in intel_pmu_lbr_filter()
[all...]
/linux/arch/powerpc/include/asm/ !
H A Ddbdma.h21 unsigned int br_sel; /* select branch condition bit */ member
/linux/arch/powerpc/platforms/powermac/ !
H A Dfeature.c502 save[i].br_sel = in_le32(&chan->br_sel); in dbdma_save()
521 out_le32(&chan->br_sel, save[i].br_sel); in dbdma_restore()