Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c423 unsigned long impl_pmcs[4]; /* bitmask of implemented PMCS */ member
2549 ctx->ctx_all_pmcs[0] = pmu_conf->impl_pmcs[0] & ~0x1; in pfm_reset_pmu_state()
6632 pmu_conf->impl_pmcs[i>>6] |= 1UL << (i&63); in pfm_init()