Searched refs:cpuctx (Results 1 – 1 of 1) sorted by relevance
194 static void perf_ctx_lock(struct perf_cpu_context *cpuctx, in perf_ctx_lock() argument197 __perf_ctx_lock(&cpuctx->ctx); in perf_ctx_lock()217 static void perf_ctx_unlock(struct perf_cpu_context *cpuctx, in perf_ctx_unlock() argument222 __perf_ctx_unlock(&cpuctx->ctx); in perf_ctx_unlock()226 struct perf_cpu_context *cpuctx; member231 { perf_ctx_unlock(_T->cpuctx, _T->ctx); } in class_perf_ctx_lock_destructor()234 class_perf_ctx_lock_constructor(struct perf_cpu_context *cpuctx, in class_perf_ctx_lock_constructor() argument236 { perf_ctx_lock(cpuctx, ctx); return (class_perf_ctx_lock_t){ cpuctx, ctx }; } in class_perf_ctx_lock_constructor()286 struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context); in event_function() local287 struct perf_event_context *task_ctx = cpuctx->task_ctx; in event_function()[all …]