Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c193 static void perf_ctx_lock(struct perf_cpu_context *cpuctx, in perf_ctx_lock() argument
196 __perf_ctx_lock(&cpuctx->ctx); in perf_ctx_lock()
216 static void perf_ctx_unlock(struct perf_cpu_context *cpuctx, in perf_ctx_unlock() argument
221 __perf_ctx_unlock(&cpuctx->ctx); in perf_ctx_unlock()
225 struct perf_cpu_context *cpuctx; member
230 { 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() argument
235 { 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() local
286 struct perf_event_context *task_ctx = cpuctx->task_ctx; in event_function()
[all …]