Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dperf_event.h284 size_t task_ctx_size; member
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c2086 .task_ctx_size = sizeof(struct x86_perf_task_context),
/linux-4.1.27/kernel/events/
Dcore.c3368 task_ctx_data = kzalloc(pmu->task_ctx_size, GFP_KERNEL); in find_get_context()