Home
last modified time | relevance | path

Searched defs:unit_mask (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dop_counter.h24 unsigned long unit_mask; member
/OK3568_Linux_fs/kernel/arch/mips/oprofile/
H A Dop_impl.h24 unsigned long unit_mask; member
/OK3568_Linux_fs/kernel/arch/alpha/oprofile/
H A Dop_impl.h21 unsigned long unit_mask; member
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Doprofile_impl.h22 unsigned long unit_mask; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dpmu.c149 u8 unit_mask = (pmc->eventsel & ARCH_PERFMON_EVENTSEL_UMASK) >> 8; in amd_pmc_perf_hw_id() local
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dpmu.h22 u8 unit_mask; member
/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Doprofile_perf.c20 unsigned long unit_mask; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dpmu_intel.c75 u8 unit_mask = (pmc->eventsel & ARCH_PERFMON_EVENTSEL_UMASK) >> 8; in intel_pmc_perf_hw_id() local
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/
H A Dop_model_cell.c282 static void set_pm_event(u32 ctr, int event, u32 unit_mask) in set_pm_event()