Home
last modified time | relevance | path

Searched defs:ctx_cache (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/events/
Dcore.c5161 alloc_perf_ctx_data(struct kmem_cache *ctx_cache, bool global) in alloc_perf_ctx_data()
5202 attach_task_ctx_data(struct task_struct *task, struct kmem_cache *ctx_cache, in attach_task_ctx_data()
5244 attach_global_ctx_data(struct kmem_cache *ctx_cache) in attach_global_ctx_data()
5290 struct kmem_cache *ctx_cache = event->pmu->task_ctx_cache; in attach_perf_ctx_data() local
8754 struct kmem_cache *ctx_cache = NULL; in perf_event_alloc_task_data() local
/linux-6.15/include/linux/
Dperf_event.h1043 struct kmem_cache *ctx_cache; member