Re: [PATCH v7 03/10] tracing/probes: Support dumping fetcharg program for debugging dynamic events

From: Julian Braha

Date: Tue Jun 23 2026 - 14:33:40 EST


Hi Masami,

On 6/23/26 02:44, Masami Hiramatsu (Google) wrote:

> +config PROBE_EVENTS_DUMP_FETCHARG
> + depends on PROBE_EVENTS
> + bool "Dump of dynamic probe event fetch-arguments"
> + default n

Sorry, kconfig nitpick: could you match the style used by the rest of
the config options in this file? E.g. the type and prompt come first in
the list of attributes?

- Julian Braha