th_pmcs 317 arch/ia64/kernel/perfmon.c unsigned long th_pmcs[PFM_NUM_PMC_REGS]; /* PMC thread save state */ th_pmcs 936 arch/ia64/kernel/perfmon.c ia64_set_pmc(i, ctx->th_pmcs[i] & ~0xfUL); th_pmcs 937 arch/ia64/kernel/perfmon.c ctx->th_pmcs[i] &= ~0xfUL; th_pmcs 938 arch/ia64/kernel/perfmon.c DPRINT_ovfl(("pmc[%d]=0x%lx\n", i, ctx->th_pmcs[i])); th_pmcs 1020 arch/ia64/kernel/perfmon.c ctx->th_pmcs[i] = ctx->ctx_pmcs[i]; th_pmcs 1021 arch/ia64/kernel/perfmon.c ia64_set_pmc(i, ctx->th_pmcs[i]); th_pmcs 1023 arch/ia64/kernel/perfmon.c task_pid_nr(task), i, ctx->th_pmcs[i])); th_pmcs 1125 arch/ia64/kernel/perfmon.c ctx->th_pmcs[i] = ctx->ctx_pmcs[i]; th_pmcs 1126 arch/ia64/kernel/perfmon.c DPRINT(("pmc[%d]=0x%lx\n", i, ctx->th_pmcs[i])); th_pmcs 2956 arch/ia64/kernel/perfmon.c if (is_system == 0) ctx->th_pmcs[cnum] = value; th_pmcs 4258 arch/ia64/kernel/perfmon.c pmcs_source = ctx->th_pmcs; th_pmcs 5819 arch/ia64/kernel/perfmon.c ctx->th_pmcs[0] = ia64_get_pmc(0); th_pmcs 5824 arch/ia64/kernel/perfmon.c if (ctx->th_pmcs[0] & ~0x1UL) pfm_unfreeze_pmu(); th_pmcs 5907 arch/ia64/kernel/perfmon.c ctx->th_pmcs[0] = ia64_get_pmc(0); th_pmcs 5912 arch/ia64/kernel/perfmon.c if (ctx->th_pmcs[0] & ~0x1UL) pfm_unfreeze_pmu(); th_pmcs 6027 arch/ia64/kernel/perfmon.c if (pmc_mask) pfm_restore_pmcs(ctx->th_pmcs, pmc_mask); th_pmcs 6033 arch/ia64/kernel/perfmon.c if (unlikely(PMC0_HAS_OVFL(ctx->th_pmcs[0]))) { th_pmcs 6038 arch/ia64/kernel/perfmon.c ia64_set_pmc(0, ctx->th_pmcs[0]); th_pmcs 6040 arch/ia64/kernel/perfmon.c ctx->th_pmcs[0] = 0UL; th_pmcs 6164 arch/ia64/kernel/perfmon.c pfm_restore_pmcs(ctx->th_pmcs, pmc_mask); th_pmcs 6170 arch/ia64/kernel/perfmon.c if (unlikely(PMC0_HAS_OVFL(ctx->th_pmcs[0]))) { th_pmcs 6175 arch/ia64/kernel/perfmon.c ia64_set_pmc(0, ctx->th_pmcs[0]); th_pmcs 6178 arch/ia64/kernel/perfmon.c ctx->th_pmcs[0] = 0UL; th_pmcs 6253 arch/ia64/kernel/perfmon.c pmc0 = ctx->th_pmcs[0]; th_pmcs 6257 arch/ia64/kernel/perfmon.c ctx->th_pmcs[0] = 0; th_pmcs 6655 arch/ia64/kernel/perfmon.c printk("->CPU%d pmc[%d]=0x%lx thread_pmc[%d]=0x%lx\n", this_cpu, i, ia64_get_pmc(i), i, ctx->th_pmcs[i]);