Searched refs:ia64_get_pmc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/ia64/include/uapi/asm/ |
D | intel_intrin.h | 100 #define ia64_get_pmc(index) __getIndReg(_IA64_REG_INDR_PMC, index) macro
|
D | gcc_intrin.h | 471 #define ia64_get_pmc(index) \ macro
|
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon.c | 5463 pmc0 = ia64_get_pmc(0); in pfm_do_interrupt_handler() 5688 cpu, ia64_get_pmc(0)); in pfm_proc_show() 5695 cpu, i, ia64_get_pmc(i), in pfm_proc_show() 5866 ctx->th_pmcs[0] = ia64_get_pmc(0); in pfm_save_regs() 5954 ctx->th_pmcs[0] = ia64_get_pmc(0); in pfm_lazy_save_regs() 6293 pmc0 = ia64_get_pmc(0); /* slow */ in pfm_flush_pmds() 6697 ia64_get_pmc(0), in dump_pmu_state() 6710 …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()
|