Re: [PATCH v2 09/13] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
From: Arjan van de Ven <hidden>
Date: 2022-07-19 22:05:00
Also in:
kexec, linux-hyperv, lkml
From: Arjan van de Ven <hidden>
Date: 2022-07-19 22:05:00
Also in:
kexec, linux-hyperv, lkml
On 7/19/2022 2:00 PM, Guilherme G. Piccoli wrote:
On 19/07/2022 17:48, Arjan van de Ven wrote:quoted
[...] I would totally support an approach where instead of pr_info, there's a tracepoint for these events (and that shouldnt' need to be conditional on a config option) that's not what the patch does though.This is a good idea Arjan! We could use trace events or pr_debug() - which one do you prefer?
I'd go for a trace point to be honest