Re: [PATCH v2 4/4] tracing: move tracing declarations from kernel.h to a dedicated header
From: Steven Rostedt
Date: Wed Dec 03 2025 - 12:09:13 EST
On Wed, 3 Dec 2025 11:23:25 -0500
"Yury Norov (NVIDIA)" <yury.norov@xxxxxxxxx> wrote:
> diff --git a/include/linux/tracing.h b/include/linux/tracing.h
> new file mode 100644
> index 000000000000..1989e6328c59
> --- /dev/null
> +++ b/include/linux/tracing.h
Sorry, and I hope this isn't too much bike shedding, but I'm thinking we
should call it trace_printk.h. It's mostly about using trace_printk() and
other similar debugging aspects. Calling it "tracing.h" makes it sound like
it is part of the generic tracing infrastructure.
Thanks,
-- Steve