Searched refs:cqm_state (Results 1 – 2 of 2) sorted by relevance
25 static DEFINE_PER_CPU(struct intel_cqm_state, cqm_state);972 struct intel_cqm_state *state = this_cpu_ptr(&cqm_state); in intel_cqm_event_start()976 if (!(event->hw.cqm_state & PERF_HES_STOPPED)) in intel_cqm_event_start()979 event->hw.cqm_state &= ~PERF_HES_STOPPED; in intel_cqm_event_start()996 struct intel_cqm_state *state = this_cpu_ptr(&cqm_state); in intel_cqm_event_stop()999 if (event->hw.cqm_state & PERF_HES_STOPPED) in intel_cqm_event_stop()1002 event->hw.cqm_state |= PERF_HES_STOPPED; in intel_cqm_event_stop()1024 event->hw.cqm_state = PERF_HES_STOPPED; in intel_cqm_event_add()1254 struct intel_cqm_state *state = &per_cpu(cqm_state, cpu); in intel_cqm_cpu_prepare()
122 int cqm_state; member