Searched refs:SamplingPeriod (Results 1 – 2 of 2) sorted by relevance
117 X86LbrPerfEvent::X86LbrPerfEvent(unsigned SamplingPeriod) { in X86LbrPerfEvent() argument118 assert(SamplingPeriod > 0 && "SamplingPeriod must be positive"); in X86LbrPerfEvent()128 Attr->sample_period = SamplingPeriod; in X86LbrPerfEvent()
31 X86LbrPerfEvent(unsigned SamplingPeriod);