Home
last modified time | relevance | path

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

/linux/arch/x86/events/amd/
H A Dlbr.c100 int br_sel = cpuc->br_sel, offset, type, i, j; in amd_pmu_lbr_filter() local
106 if (((br_sel & X86_BR_ALL) == X86_BR_ALL) && in amd_pmu_lbr_filter()
107 ((br_sel & X86_BR_TYPE_SAVE) != X86_BR_TYPE_SAVE)) in amd_pmu_lbr_filter()
127 if (type == X86_BR_NONE || (br_sel & type) != type) { in amd_pmu_lbr_filter()
132 if ((br_sel & X86_BR_TYPE_SAVE) == X86_BR_TYPE_SAVE) in amd_pmu_lbr_filter()
350 cpuc->br_sel = reg->reg; in amd_pmu_lbr_add()
/linux/arch/x86/events/intel/
H A Dlbr.c574 static inline bool branch_user_callstack(unsigned br_sel) in branch_user_callstack() argument
576 return (br_sel & X86_BR_USER) && (br_sel & X86_BR_CALL_STACK); in branch_user_callstack()
589 cpuc->br_sel = event->hw.branch_reg.reg; in intel_pmu_lbr_add()
591 if (branch_user_callstack(cpuc->br_sel) && event->pmu_ctx->task_ctx_data) in intel_pmu_lbr_add()
667 if (branch_user_callstack(cpuc->br_sel) && in intel_pmu_lbr_del()
1204 int br_sel = cpuc->br_sel; in intel_pmu_lbr_filter() local
1209 if (((br_sel & X86_BR_ALL) == X86_BR_ALL) && in intel_pmu_lbr_filter()
1210 ((br_sel & X86_BR_TYPE_SAVE) != X86_BR_TYPE_SAVE)) in intel_pmu_lbr_filter()
1230 if (type != X86_BR_NONE && (br_sel & X86_BR_ANYTX)) { in intel_pmu_lbr_filter()
1238 if (type == X86_BR_NONE || (br_sel & type) != type) { 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()
/linux/sound/aoa/soundbus/i2sbus/
H A Dpcm.c570 out_le32(&pi->dbdma->br_sel, (1 << 16) | 1); in i2sbus_pcm_trigger()