Searched refs:ia64_get_pmc (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | intel_intrin.h | 99 #define ia64_get_pmc(index) __getIndReg(_IA64_REG_INDR_PMC, index) macro
|
D | gcc_intrin.h | 470 #define ia64_get_pmc(index) \ macro
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 5471 pmc0 = ia64_get_pmc(0); in pfm_do_interrupt_handler() 5696 cpu, ia64_get_pmc(0)); in pfm_proc_show() 5703 cpu, i, ia64_get_pmc(i), in pfm_proc_show() 5881 ctx->th_pmcs[0] = ia64_get_pmc(0); in pfm_save_regs() 5969 ctx->th_pmcs[0] = ia64_get_pmc(0); in pfm_lazy_save_regs() 6308 pmc0 = ia64_get_pmc(0); /* slow */ in pfm_flush_pmds() 6719 ia64_get_pmc(0), in dump_pmu_state() 6732 …printk("->CPU%d pmc[%d]=0x%lx thread_pmc[%d]=0x%lx\n", this_cpu, i, ia64_get_pmc(i), i, ctx->th_pm… in dump_pmu_state()
|