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

/linux-master/kernel/events/
H A Dcore.c158 static void perf_ctx_lock(struct perf_cpu_context *cpuctx,
166 static void perf_ctx_unlock(struct perf_cpu_context *cpuctx,
181 static DEFINE_PER_CPU(struct perf_cpu_context, perf_cpu_context);
186 return this_cpu_ptr(&perf_cpu_context)->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);
319 struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
[all...]
/linux-master/include/linux/
H A Dperf_event.h995 struct perf_cpu_context { struct

Completed in 136 milliseconds