Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dperf_event.c175 static void cpu_ctx_sched_out(struct perf_cpu_context *cpuctx,
178 static void cpu_ctx_sched_in(struct perf_cpu_context *cpuctx,
221 struct perf_cpu_context *cpuctx = __get_cpu_context(ctx); in perf_cgroup_match() local
223 return !event->cgrp || event->cgrp == cpuctx->cgrp; in perf_cgroup_match()
268 static inline void update_cgrp_time_from_cpuctx(struct perf_cpu_context *cpuctx) in update_cgrp_time_from_cpuctx() argument
270 struct perf_cgroup *cgrp_out = cpuctx->cgrp; in update_cgrp_time_from_cpuctx()
325 struct perf_cpu_context *cpuctx; in perf_cgroup_switch() local
344 cpuctx = this_cpu_ptr(pmu->pmu_cpu_context); in perf_cgroup_switch()
346 perf_pmu_disable(cpuctx->ctx.pmu); in perf_cgroup_switch()
355 if (cpuctx->ctx.nr_cgroups > 0) { in perf_cgroup_switch()
[all …]