Home
last modified time | relevance | path

Searched refs:perf_event_period (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/ !
H A Dwatchdog_perf.c206 if (perf_event_period(event, period)) in hardlockup_detector_perf_adjust_period()
/linux/arch/x86/kvm/ !
H A Dpmu.c337 perf_event_period(pmc->perf_event, in pmc_resume_counter()
376 perf_event_period(pmc->perf_event, in pmc_update_sample_period()
/linux/include/linux/ !
H A Dperf_event.h1930 extern int perf_event_period(struct perf_event *event, u64 value);
2020 perf_event_period(struct perf_event *event, u64 value) { return -EINVAL; } in perf_event_period() function
/linux/arch/riscv/kvm/ !
H A Dvcpu_pmu.c601 perf_event_period(pmc->perf_event, kvm_pmu_get_sample_period(pmc)); in kvm_riscv_vcpu_pmu_ctr_start()
/linux/kernel/events/ !
H A Dcore.c6569 int perf_event_period(struct perf_event *event, u64 value) in perf_event_period() function
6580 EXPORT_SYMBOL_GPL(perf_event_period);