Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
From: Steven Rostedt
Date: Fri Aug 29 2025 - 13:52:15 EST
On Fri, 29 Aug 2025 10:02:40 -0700
Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> (And, honestly, the likely thing is that you never match it up at all
> - you can delay the "match it up" until a human actually looks at a
> trace, which is presumably going to be a "one in a million" case).
Note the use case for this is for tooling that will be using these traces
for either flame graphs or for seeing where trouble areas are. That is, if
someone is enabling these stack traces, they most definitely will be looked
at. Maybe not directly by a human, but the tooling will and it will need the
mapping information.
-- Steve