Lines Matching refs:perf
11 #include <linux/perf/arm_pmu.h>
85 * to hold the underlying perf event.
149 * the value perf event counts.
194 /* Recreate the perf event to reflect the updated sample_period */
199 * kvm_pmu_release_perf_event - remove the perf event
276 * kvm_pmu_vcpu_destroy - free perf event of PMU for cpu
306 * Call perf_event_enable to start counting the perf event
331 kvm_debug("fail to enable perf event\n");
341 * Call perf_event_disable to stop counting the perf event
453 * When perf interrupt is an NMI, we cannot safely notify the vcpu corresponding
469 * When the perf event overflows, set the overflow status and inform the vcpu.
594 * kvm_pmu_create_perf_event - create a perf event for a counter
623 /* Software increment event doesn't need to be backed by a perf event */
629 * not install a perf event either.
723 * emulate this action and create a kernel perf event for it.