Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c302 static inline bool branch_user_callstack(unsigned br_sel) in branch_user_callstack() argument
304 return (br_sel & X86_BR_USER) && (br_sel & X86_BR_CALL_STACK); in branch_user_callstack()
323 cpuc->br_sel = event->hw.branch_reg.reg; in intel_pmu_lbr_enable()
325 if (branch_user_callstack(cpuc->br_sel) && event->ctx && in intel_pmu_lbr_enable()
343 if (branch_user_callstack(cpuc->br_sel) && event->ctx && in intel_pmu_lbr_disable()
782 int br_sel = cpuc->br_sel; in intel_pmu_lbr_filter() local
787 if ((br_sel & X86_BR_ALL) == X86_BR_ALL) in intel_pmu_lbr_filter()
796 if (type != X86_BR_NONE && (br_sel & X86_BR_ANYTX)) { in intel_pmu_lbr_filter()
804 if (type == X86_BR_NONE || (br_sel & type) != type) { in intel_pmu_lbr_filter()
Dperf_event.h202 u64 br_sel; member
/linux-4.1.27/arch/powerpc/include/asm/
Ddbdma.h20 unsigned int br_sel; /* select branch condition bit */ member
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dfeature.c506 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()
/linux-4.1.27/sound/aoa/soundbus/i2sbus/
Dpcm.c579 out_le32(&pi->dbdma->br_sel, (1 << 16) | 1); in i2sbus_pcm_trigger()