Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/events/
Dcore.c158 static inline struct perf_cpu_context *
164 static void perf_ctx_lock(struct perf_cpu_context *cpuctx, in perf_ctx_lock()
172 static void perf_ctx_unlock(struct perf_cpu_context *cpuctx, in perf_ctx_unlock()
206 typedef void (*event_f)(struct perf_event *, struct perf_cpu_context *,
220 struct perf_cpu_context *cpuctx = __get_cpu_context(ctx); in event_function()
317 struct perf_cpu_context *cpuctx = __get_cpu_context(ctx); in event_function_local()
451 static bool perf_rotate_context(struct perf_cpu_context *cpuctx);
574 static void cpu_ctx_sched_out(struct perf_cpu_context *cpuctx,
577 static void cpu_ctx_sched_in(struct perf_cpu_context *cpuctx,
700 struct perf_cpu_context *cpuctx = __get_cpu_context(ctx); in perf_cgroup_match()
[all …]
/linux-6.1.9/include/linux/
Dperf_event.h311 struct perf_cpu_context __percpu *pmu_cpu_context;
902 struct perf_cpu_context { struct
/linux-6.1.9/arch/x86/events/
Dcore.c2063 struct perf_cpu_context *cpuctx; in x86_pmu_update_cpu_context()