Searched refs:threshold_max (Results 1 – 2 of 2) sorted by relevance
226 cat /sys/bus/event_source/devices/armv8_pmuv3/caps/threshold_max235 If the PMU doesn't support FEAT_PMUv3_TH, then threshold_max will read237 threshold_max will also read as 0 on aarch32 guests, even if the host
414 static u32 threshold_max(struct arm_pmu *cpu_pmu) in threshold_max() function436 return sysfs_emit(page, "0x%08x\n", threshold_max(cpu_pmu)); in threshold_max_show()439 static DEVICE_ATTR_RO(threshold_max);1036 if (th > threshold_max(cpu_pmu)) { in armv8pmu_set_event_filter()