Home
last modified time | relevance | path

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

/kernel/events/
Dcore.c338 return this_cpu_ptr(ctx->pmu->pmu_cpu_context); in __get_cpu_context()
499 struct pmu *pmu; in perf_cgroup_switch() local
515 list_for_each_entry_rcu(pmu, &pmus, entry) { in perf_cgroup_switch()
516 cpuctx = this_cpu_ptr(pmu->pmu_cpu_context); in perf_cgroup_switch()
517 if (cpuctx->unique_pmu != pmu) in perf_cgroup_switch()
529 perf_pmu_disable(cpuctx->ctx.pmu); in perf_cgroup_switch()
550 perf_pmu_enable(cpuctx->ctx.pmu); in perf_cgroup_switch()
801 struct pmu *pmu; in perf_cpu_hrtimer_cancel() local
811 list_for_each_entry_rcu(pmu, &pmus, entry) { in perf_cpu_hrtimer_cancel()
812 cpuctx = this_cpu_ptr(pmu->pmu_cpu_context); in perf_cpu_hrtimer_cancel()
[all …]
Dhw_breakpoint.c608 static struct pmu perf_breakpoint = {