Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dperf_event.h370 size_t task_ctx_size; member
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c2135 .task_ctx_size = sizeof(struct x86_perf_task_context),
/linux-4.4.14/kernel/events/
Dcore.c3479 task_ctx_data = kzalloc(pmu->task_ctx_size, GFP_KERNEL); in find_get_context()