Home
last modified time | relevance | path

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

/kernel/events/
Dcore.c194 static void cpu_ctx_sched_out(struct perf_cpu_context *cpuctx,
197 static void cpu_ctx_sched_in(struct perf_cpu_context *cpuctx,
222 static void perf_ctx_lock(struct perf_cpu_context *cpuctx, in perf_ctx_lock() argument
225 raw_spin_lock(&cpuctx->ctx.lock); in perf_ctx_lock()
230 static void perf_ctx_unlock(struct perf_cpu_context *cpuctx, in perf_ctx_unlock() argument
235 raw_spin_unlock(&cpuctx->ctx.lock); in perf_ctx_unlock()
270 struct perf_cpu_context *cpuctx = __get_cpu_context(ctx); in perf_cgroup_match() local
277 if (!cpuctx->cgrp) in perf_cgroup_match()
286 return cgroup_is_descendant(cpuctx->cgrp->css.cgroup, in perf_cgroup_match()
332 static inline void update_cgrp_time_from_cpuctx(struct perf_cpu_context *cpuctx) in update_cgrp_time_from_cpuctx() argument
[all …]