Re: [PATCH v10 06/14] unwind_user/deferred: Add deferred unwinding interface
From: Steven Rostedt
Date: Tue Jun 24 2025 - 10:05:15 EST
On Thu, 19 Jun 2025 11:11:21 +0200
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
> I feel much of this complication stems from the fact you're wanting to
> make this perhaps too generic.
I want to make it work for perf, ftrace, LTTng and BPF, where each has
their own requirements, which tends to force making it generic. :-/
-- Steve