Searched refs:threshold_max (Results 1 – 1 of 1) sorted by relevance
416 static u32 threshold_max(struct arm_pmu *cpu_pmu) in threshold_max() function438 return sysfs_emit(page, "0x%08x\n", threshold_max(cpu_pmu)); in threshold_max_show()441 static DEVICE_ATTR_RO(threshold_max);1108 if (th > threshold_max(cpu_pmu)) { in armv8pmu_set_event_filter()
Completed in 7 milliseconds