]> Gentwo Git Trees - linux/.git/commit
perf: Clean up pmu specific data
authorKan Liang <kan.liang@linux.intel.com>
Fri, 14 Mar 2025 17:27:00 +0000 (10:27 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 17 Mar 2025 10:23:38 +0000 (11:23 +0100)
commitbd2da08d9363d191551d79e5b04121348e18af5a
tree2acfa797c884f4f76671041f45aefcdaa600cba0
parent1fbc6c8e5289c252867c33bf12d54c11c8cfeac4
perf: Clean up pmu specific data

The pmu specific data is saved in task_struct now. Remove it from event
context structure.

Remove swap_task_ctx() as well.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250314172700.438923-7-kan.liang@linux.intel.com
include/linux/perf_event.h
kernel/events/core.c