public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Masami Hiramatsu <mhiramat@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [for-next][PATCH 0/4] tracing: Updates for v6.14
Date: Tue, 07 Jan 2025 22:36:47 -0500	[thread overview]
Message-ID: <20250108033647.656576164@goodmis.org> (raw)

  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace/for-next

Head SHA1: 80c3e28528ff9f269937fcfe73895213a2e14905


Masami Hiramatsu (Google) (3):
      tracing/hist: Add poll(POLLIN) support on hist file
      tracing/hist: Support POLLPRI event for poll on histogram
      selftests/tracing: Add hist poll() support test

Steven Rostedt (1):
      tracing: Fix using ret variable in tracing_set_tracer()

----
 include/linux/trace_events.h                       | 14 ++++
 kernel/trace/trace.c                               |  3 +-
 kernel/trace/trace_events.c                        | 14 ++++
 kernel/trace/trace_events_hist.c                   | 93 +++++++++++++++++++++-
 tools/testing/selftests/ftrace/Makefile            |  2 +
 tools/testing/selftests/ftrace/poll.c              | 74 +++++++++++++++++
 .../ftrace/test.d/trigger/trigger-hist-poll.tc     | 74 +++++++++++++++++
 7 files changed, 269 insertions(+), 5 deletions(-)
 create mode 100644 tools/testing/selftests/ftrace/poll.c
 create mode 100644 tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-poll.tc

             reply	other threads:[~2025-01-08  3:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-08  3:36 Steven Rostedt [this message]
2025-01-08  3:36 ` [for-next][PATCH 1/4] tracing: Fix using ret variable in tracing_set_tracer() Steven Rostedt
2025-01-08  3:36 ` [for-next][PATCH 2/4] tracing/hist: Add poll(POLLIN) support on hist file Steven Rostedt
2025-01-08  3:36 ` [for-next][PATCH 3/4] tracing/hist: Support POLLPRI event for poll on histogram Steven Rostedt
2025-01-08  3:36 ` [for-next][PATCH 4/4] selftests/tracing: Add hist poll() support test Steven Rostedt

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=20250108033647.656576164@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=mhiramat@kernel.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