]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - kernel/events/core.c
perf/x86: Remove task_ctx_size
authorKan Liang <kan.liang@linux.intel.com>
Fri, 3 Jul 2020 12:49:24 +0000 (05:49 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 8 Jul 2020 09:38:55 +0000 (11:38 +0200)
commit5a09928d339f3cf0973991ddc3a2798825c84c99
treefbbd258f30da8487ac700e41be693bfd5f451bd8
parent33cad284497cf40f55ad6029c06011de3538ebed
perf/x86: Remove task_ctx_size

A new kmem_cache method has replaced the kzalloc() to allocate the PMU
specific data. The task_ctx_size is not required anymore.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/1593780569-62993-19-git-send-email-kan.liang@linux.intel.com
arch/x86/events/core.c
arch/x86/events/intel/lbr.c
include/linux/perf_event.h
kernel/events/core.c