]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf/core: Pass GFP flags to attach_task_ctx_data()
authorNamhyung Kim <namhyung@kernel.org>
Wed, 11 Feb 2026 22:32:19 +0000 (14:32 -0800)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 27 Feb 2026 15:40:21 +0000 (16:40 +0100)
commit28c75fbfec8f024db1278194918e5f6eda4c570f
tree696274c764edcaed15ee5e3373f9db63c649809b
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
perf/core: Pass GFP flags to attach_task_ctx_data()

This is a preparation for the next change to reduce the computational
complexity in the global context data handling for LBR callstacks.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260211223222.3119790-2-namhyung@kernel.org
kernel/events/core.c