Searched refs:cpuctx (Results 1 – 1 of 1) sorted by relevance
193 static void perf_ctx_lock(struct perf_cpu_context *cpuctx, in perf_ctx_lock() argument196 __perf_ctx_lock(&cpuctx->ctx); in perf_ctx_lock()216 static void perf_ctx_unlock(struct perf_cpu_context *cpuctx, in perf_ctx_unlock() argument221 __perf_ctx_unlock(&cpuctx->ctx); in perf_ctx_unlock()225 struct perf_cpu_context *cpuctx; member230 { perf_ctx_unlock(_T->cpuctx, _T->ctx); } in class_perf_ctx_lock_destructor()233 class_perf_ctx_lock_constructor(struct perf_cpu_context *cpuctx, in class_perf_ctx_lock_constructor() argument235 { perf_ctx_lock(cpuctx, ctx); return (class_perf_ctx_lock_t){ cpuctx, ctx }; } in class_perf_ctx_lock_constructor()285 struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context); in event_function() local286 struct perf_event_context *task_ctx = cpuctx->task_ctx; in event_function()[all …]