Searched refs:num_ibrs (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ |
H A D | perfmon_generic.h | 40 .num_ibrs = 0, /* does not use */
|
H A D | perfmon_itanium.h | 110 .num_ibrs = 8,
|
H A D | perfmon_mckinley.h | 182 .num_ibrs = 8,
|
H A D | perfmon_montecito.h | 266 .num_ibrs = 8,
|
H A D | perfmon.c | 429 unsigned int num_ibrs; /* number of IBRS: computed at init time */ member in struct:__anon1714 1075 pfm_restore_ibrs(ctx->ctx_ibrs, pmu_conf->num_ibrs); pfm_restore_monitoring() 3777 for (i=0; i < pmu_conf->num_ibrs; i++) { pfm_write_ibr_dbr() 4352 pfm_restore_ibrs(ctx->ctx_ibrs, pmu_conf->num_ibrs); pfm_context_load() 6043 pfm_restore_ibrs(ctx->ctx_ibrs, pmu_conf->num_ibrs); pfm_load_regs() 6177 pfm_restore_ibrs(ctx->ctx_ibrs, pmu_conf->num_ibrs); pfm_load_regs() 6595 if (pmu_conf->num_ibrs > IA64_NUM_DBG_REGS) { pfm_init() 6596 printk(KERN_INFO "perfmon: unsupported number of code debug registers (%u)\n", pmu_conf->num_ibrs); pfm_init() 6601 printk(KERN_INFO "perfmon: unsupported number of data debug registers (%u)\n", pmu_conf->num_ibrs); pfm_init()
|
Completed in 147 milliseconds