Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/events/
Dcore.c178 static void perf_ctx_lock(struct perf_cpu_context *cpuctx, in perf_ctx_lock()
201 static void perf_ctx_unlock(struct perf_cpu_context *cpuctx, in perf_ctx_unlock()
216 static DEFINE_PER_CPU(struct perf_cpu_context, perf_cpu_context);
221 return this_cpu_ptr(&perf_cpu_context)->task_ctx; in perf_cpu_task_ctx()
243 typedef void (*event_f)(struct perf_event *, struct perf_cpu_context *,
257 struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context); in event_function()
302 struct perf_cpu_context *cpuctx; in event_function_call()
331 cpuctx = this_cpu_ptr(&perf_cpu_context); in event_function_call()
358 struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context); in event_function_local()
754 struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context); in perf_cgroup_match()
[all …]
/linux-6.14.4/include/linux/
Dperf_event.h1078 struct perf_cpu_context { struct