Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/
Dperf_event.h1418 static inline bool intel_pmu_has_bts_period(struct perf_event *event, u64 period) in intel_pmu_has_bts_period() function
1436 return intel_pmu_has_bts_period(event, hwc->sample_period); in intel_pmu_has_bts()
/linux-6.1.9/arch/x86/events/intel/
Dcore.c4689 return intel_pmu_has_bts_period(event, value) ? -EINVAL : 0; in intel_pmu_check_period()