Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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 & X86_BR_TYPE_SAVE) != X86_BR_TYPE_SAVE)) in intel_pmu_lbr_filter()
1239 if (type != X86_BR_NONE && (br_sel & X86_BR_ANYTX)) { in intel_pmu_lbr_filter()
1247 if (type == X86_BR_NONE || (br_sel & type) != type) { in intel_pmu_lbr_filter()
[all …]
/linux-6.15/arch/powerpc/include/asm/
H A Ddbdma.h21 unsigned int br_sel; /* select branch condition bit */ member
/linux-6.15/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-6.15/sound/aoa/soundbus/i2sbus/
H A Dpcm.c570 out_le32(&pi->dbdma->br_sel, (1 << 16) | 1); in i2sbus_pcm_trigger()
/linux-6.15/arch/x86/events/
H A Dperf_event.h308 u64 br_sel; member