Home
last modified time | relevance | path

Searched refs:max_record_sz (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/perf/
H A Darm_spe_pmu.c88 u16 max_record_sz; member
392 * If we're within max_record_sz of the limit, we must in arm_spe_pmu_next_snapshot_off()
395 if (limit - head < spe_pmu->max_record_sz) { in arm_spe_pmu_next_snapshot_off()
485 if (limit && (limit - head < spe_pmu->max_record_sz)) { in arm_spe_pmu_next_off()
1030 spe_pmu->max_record_sz = 1 << fld; in __arm_spe_pmu_dev_probe()
1031 if (spe_pmu->max_record_sz > SZ_2K || spe_pmu->max_record_sz < 16) { in __arm_spe_pmu_dev_probe()
1048 "probed for CPUs %*pbl [max_record_sz %u, align %u, features 0x%llx]\n", in __arm_spe_pmu_dev_probe()
1050 spe_pmu->max_record_sz, spe_pmu->align, spe_pmu->features); in __arm_spe_pmu_dev_probe()
/kernel/linux/linux-6.6/drivers/perf/
H A Darm_spe_pmu.c91 u16 max_record_sz; member
420 * If we're within max_record_sz of the limit, we must in arm_spe_pmu_next_snapshot_off()
423 if (limit - head < spe_pmu->max_record_sz) { in arm_spe_pmu_next_snapshot_off()
513 if (limit && (limit - head < spe_pmu->max_record_sz)) { in arm_spe_pmu_next_off()
1086 spe_pmu->max_record_sz = 1 << fld; in __arm_spe_pmu_dev_probe()
1087 if (spe_pmu->max_record_sz > SZ_2K || spe_pmu->max_record_sz < 16) { in __arm_spe_pmu_dev_probe()
1107 "probed SPEv1.%d for CPUs %*pbl [max_record_sz %u, align %u, features 0x%llx]\n", in __arm_spe_pmu_dev_probe()
1109 spe_pmu->max_record_sz, spe_pmu->align, spe_pmu->features); in __arm_spe_pmu_dev_probe()

Completed in 4 milliseconds