Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c5373 alloc_perf_ctx_data(struct kmem_cache *ctx_cache, bool global, gfp_t gfp_flags) in alloc_perf_ctx_data()
5381 cd->data = kmem_cache_zalloc(ctx_cache, gfp_flags); in alloc_perf_ctx_data()
5388 cd->ctx_cache = ctx_cache; in alloc_perf_ctx_data()
5396 kmem_cache_free(cd->ctx_cache, cd->data); in free_perf_ctx_data()
5414 attach_task_ctx_data(struct task_struct *task, struct kmem_cache *ctx_cache, in attach_task_ctx_data()
5419 cd = alloc_perf_ctx_data(ctx_cache, global, gfp_flags); in attach_task_ctx_data()
5467 attach_global_ctx_data(struct kmem_cache *ctx_cache) in attach_global_ctx_data()
5496 if (!attach_task_ctx_data(p, ctx_cache, true, GFP_NOWAIT)) in attach_global_ctx_data()
5508 ret = attach_task_ctx_data(p, ctx_cache, tru in attach_global_ctx_data()
5371 alloc_perf_ctx_data(struct kmem_cache * ctx_cache,bool global,gfp_t gfp_flags) alloc_perf_ctx_data() argument
5412 attach_task_ctx_data(struct task_struct * task,struct kmem_cache * ctx_cache,bool global,gfp_t gfp_flags) attach_task_ctx_data() argument
5465 attach_global_ctx_data(struct kmem_cache * ctx_cache) attach_global_ctx_data() argument
5519 struct kmem_cache *ctx_cache = event->pmu->task_ctx_cache; attach_perf_ctx_data() local
9244 struct kmem_cache *ctx_cache = NULL; perf_event_alloc_task_data() local
[all...]
/linux/include/linux/
H A Dperf_event.h1109 struct kmem_cache *ctx_cache; member