Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/events/
Dcore.c157 static inline struct perf_cpu_context *
163 static void perf_ctx_lock(struct perf_cpu_context *cpuctx, in perf_ctx_lock()
171 static void perf_ctx_unlock(struct perf_cpu_context *cpuctx, in perf_ctx_unlock()
205 typedef void (*event_f)(struct perf_event *, struct perf_cpu_context *,
219 struct perf_cpu_context *cpuctx = __get_cpu_context(ctx); in event_function()
316 struct perf_cpu_context *cpuctx = __get_cpu_context(ctx); in event_function_local()
450 static bool perf_rotate_context(struct perf_cpu_context *cpuctx);
573 static void cpu_ctx_sched_out(struct perf_cpu_context *cpuctx,
576 static void cpu_ctx_sched_in(struct perf_cpu_context *cpuctx,
683 struct perf_cpu_context *cpuctx = __get_cpu_context(ctx); in perf_cgroup_match()
[all …]
/Linux-v5.15/include/linux/
Dperf_event.h295 struct perf_cpu_context __percpu *pmu_cpu_context;
866 struct perf_cpu_context { struct
/Linux-v5.15/arch/x86/events/
Dcore.c2056 struct perf_cpu_context *cpuctx; in x86_pmu_update_cpu_context()