From: Steven Rostedt <rostedt@goodmis.org>
To: Mark Brown <broonie@kernel.org>
Cc: "Vineeth Pillai (Google)" <vineeth@bitbyteword.org>,
"Peter Zijlstra" <peterz@infradead.org>,
"Michael Hennerich" <michael.hennerich@analog.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"David Lechner" <dlechner@baylibre.com>,
linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-trace-kernel@vger.kernel.org
Subject: Re: [PATCH 13/15] spi: Use trace_invoke_##name() at guarded tracepoint call sites
Date: Thu, 12 Mar 2026 11:42:54 -0400 [thread overview]
Message-ID: <20260312114254.6467c03d@gandalf.local.home> (raw)
In-Reply-To: <5d057b07-be5a-4da6-86e3-87ef4319d4b2@sirena.org.uk>
On Thu, 12 Mar 2026 15:34:20 +0000
Mark Brown <broonie@kernel.org> wrote:
> though not loving the naming here, I'll have a hard time figuring out
> what the weird call is about next time I look at that code
Would:
trace_call__foo()
Be better?
Or do you have another name we should use?
-- Steve
next prev parent reply other threads:[~2026-03-12 15:42 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-12 15:04 [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites Vineeth Pillai (Google)
2026-03-12 15:04 ` [PATCH 01/15] tracepoint: Add trace_invoke_##name() API Vineeth Pillai (Google)
2026-03-12 15:12 ` Steven Rostedt
2026-03-12 15:39 ` Vineeth Remanan Pillai
2026-03-12 15:53 ` Peter Zijlstra
2026-03-12 16:05 ` Vineeth Remanan Pillai
2026-03-14 0:24 ` Keith Busch
2026-03-12 15:04 ` [PATCH 02/15] kernel: Use trace_invoke_##name() at guarded tracepoint call sites Vineeth Pillai (Google)
2026-03-12 15:04 ` [PATCH 03/15] io_uring: " Vineeth Pillai (Google)
2026-03-12 15:24 ` Keith Busch
2026-03-12 15:38 ` Steven Rostedt
2026-03-18 14:51 ` Vineeth Remanan Pillai
2026-03-12 15:04 ` [PATCH 04/15] net: " Vineeth Pillai (Google)
2026-03-12 15:31 ` Aaron Conole
2026-03-18 13:40 ` Vineeth Remanan Pillai
2026-03-18 14:13 ` Vineeth Remanan Pillai
2026-03-17 10:34 ` Paolo Abeni
2026-03-12 15:05 ` [PATCH 05/15] accel/habanalabs: " Vineeth Pillai (Google)
2026-03-12 15:05 ` [PATCH 06/15] cpufreq: " Vineeth Pillai (Google)
2026-03-12 18:58 ` Rafael J. Wysocki
2026-03-13 6:07 ` Viresh Kumar
2026-03-12 15:05 ` [PATCH 07/15] devfreq: " Vineeth Pillai (Google)
2026-03-12 15:05 ` [PATCH 08/15] dma-buf: " Vineeth Pillai (Google)
2026-03-12 15:05 ` [PATCH 09/15] fsi: " Vineeth Pillai (Google)
2026-03-12 15:05 ` [PATCH 10/15] drm: " Vineeth Pillai (Google)
2026-03-12 15:05 ` [PATCH 11/15] HID: " Vineeth Pillai (Google)
2026-03-12 15:05 ` [PATCH 12/15] i2c: " Vineeth Pillai (Google)
2026-03-12 16:50 ` Wolfram Sang
2026-03-12 15:05 ` [PATCH 13/15] spi: " Vineeth Pillai (Google)
2026-03-12 15:34 ` Mark Brown
2026-03-12 15:42 ` Steven Rostedt [this message]
2026-03-12 16:54 ` Mark Brown
2026-03-12 17:00 ` Steven Rostedt
2026-03-12 20:05 ` Mark Brown
2026-03-12 15:05 ` [PATCH 14/15] scsi: ufs: " Vineeth Pillai (Google)
2026-03-12 15:05 ` [PATCH 15/15] btrfs: " Vineeth Pillai (Google)
2026-03-13 11:57 ` David Sterba
2026-03-12 15:12 ` [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded " Mathieu Desnoyers
2026-03-12 15:23 ` Steven Rostedt
2026-03-12 15:28 ` Mathieu Desnoyers
2026-03-12 15:40 ` Steven Rostedt
2026-03-12 15:49 ` Mathieu Desnoyers
2026-03-12 15:54 ` Peter Zijlstra
2026-03-12 15:57 ` Mathieu Desnoyers
2026-03-12 16:08 ` Vineeth Remanan Pillai
2026-03-12 16:54 ` Andrii Nakryiko
2026-03-12 17:02 ` Steven Rostedt
2026-03-13 14:02 ` Vineeth Remanan Pillai
2026-03-17 16:00 ` Steven Rostedt
2026-03-17 16:02 ` Mathieu Desnoyers
2026-03-18 10:58 ` Vineeth Remanan Pillai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260312114254.6467c03d@gandalf.local.home \
--to=rostedt@goodmis.org \
--cc=broonie@kernel.org \
--cc=dlechner@baylibre.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=michael.hennerich@analog.com \
--cc=nuno.sa@analog.com \
--cc=peterz@infradead.org \
--cc=vineeth@bitbyteword.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox