Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c25 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()
/linux-4.1.27/include/linux/
Dperf_event.h122 int cqm_state; member