rtla: Count all processed events
authorTomas Glozar <tglozar@redhat.com>
Thu, 23 Jan 2025 14:23:37 +0000 (15:23 +0100)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 24 Jan 2025 18:46:24 +0000 (13:46 -0500)
commit2aee44f721a75daebc55c372271221286efd79ec
tree666d45d48292b7b14d0d48c9cd7b5c276943c272
parentd6fcd28ffeaaa6a1733303096637e6bf15704efb
rtla: Count all processed events

Add a field processed_events to struct trace_instance and increment it
in collect_registered_events, regardless of whether a handler is
registered for the event.

The purpose is to calculate the percentage of events that were missed
due to tracefs buffer overflow.

Cc: John Kacur <jkacur@redhat.com>
Cc: Luis Goncalves <lgoncalv@redhat.com>
Cc: Gabriele Monaco <gmonaco@redhat.com>
Link: https://lore.kernel.org/20250123142339.990300-3-tglozar@redhat.com
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
tools/tracing/rtla/src/trace.c
tools/tracing/rtla/src/trace.h