Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/events/
Dcore.c158 static void perf_ctx_lock(struct perf_cpu_context *cpuctx, in perf_ctx_lock()
166 static void perf_ctx_unlock(struct perf_cpu_context *cpuctx, in perf_ctx_unlock()
181 static DEFINE_PER_CPU(struct perf_cpu_context, perf_cpu_context);
186 return this_cpu_ptr(&perf_cpu_context)->task_ctx; in perf_cpu_task_ctx()
208 typedef void (*event_f)(struct perf_event *, struct perf_cpu_context *,
222 struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context); in event_function()
319 struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context); in event_function_local()
711 struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context); in perf_cgroup_match()
772 static inline void update_cgrp_time_from_cpuctx(struct perf_cpu_context *cpuctx, bool final) in update_cgrp_time_from_cpuctx()
812 perf_cgroup_set_timestamp(struct perf_cpu_context *cpuctx) in perf_cgroup_set_timestamp()
[all …]
/Linux-v6.6/include/linux/
Dperf_event.h991 struct perf_cpu_context { struct