Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c5374 alloc_perf_ctx_data(struct kmem_cache *ctx_cache, bool global) in alloc_perf_ctx_data() argument
5382 cd->data = kmem_cache_zalloc(ctx_cache, GFP_KERNEL); in alloc_perf_ctx_data()
5389 cd->ctx_cache = ctx_cache; in alloc_perf_ctx_data()
5397 kmem_cache_free(cd->ctx_cache, cd->data); in free_perf_ctx_data()
5415 attach_task_ctx_data(struct task_struct *task, struct kmem_cache *ctx_cache, in attach_task_ctx_data() argument
5420 cd = alloc_perf_ctx_data(ctx_cache, global); in attach_task_ctx_data()
5468 attach_global_ctx_data(struct kmem_cache *ctx_cache) in attach_global_ctx_data() argument
5503 ret = attach_task_ctx_data(p, ctx_cache, true); in attach_global_ctx_data()
5516 struct kmem_cache *ctx_cache = event->pmu->task_ctx_cache; in attach_perf_ctx_data() local
5519 if (!ctx_cache) in attach_perf_ctx_data()
[all …]
/linux/include/linux/
H A Dperf_event.h1109 struct kmem_cache *ctx_cache; member