Re: [v2 PATCH 2/2] tracing: Add show_event_triggers to expose active event triggers
From: Randy Dunlap <hidden>
Date: 2026-01-06 16:08:25
Also in:
linux-doc, lkml
From: Randy Dunlap <hidden>
Date: 2026-01-06 16:08:25
Also in:
linux-doc, lkml
On 1/6/26 7:17 AM, Steven Rostedt wrote:
On Mon, 5 Jan 2026 22:10:39 -0800 Randy Dunlap [off-list ref] wrote:quoted
Hi, On 1/5/26 6:29 AM, Aaron Tomlin wrote:quoted
diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst index 4ce01e726b09..b9efb148a5c2 100644 --- a/Documentation/trace/ftrace.rst +++ b/Documentation/trace/ftrace.rst@@ -692,6 +692,14 @@ of ftrace. Here is a list of some of the key files: See events.rst for more information. + show_event_triggers: + + A list of events that have triggers. This shows the + system/event pair along with the trigger that is attached to + the event. + + See events.rst for more information. +Isn't this the same chunk that was in patch 1/2?No, patch 1/2 has:@@ -684,6 +684,14 @@ of ftrace. Here is a list of some of the key files: See events.rst for more information. + show_event_filters: + + A list of events that have filters. This shows the + system/event pair along with the filter that is attached to + the event. + + See events.rst for more information. + available_events:It is simply a s/filter/trigger/g difference though.
Ack. Thanks. -- ~Randy