rtla: Count missed trace events
authorTomas Glozar <tglozar@redhat.com>
Thu, 23 Jan 2025 14:23:36 +0000 (15:23 +0100)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 24 Jan 2025 18:46:16 +0000 (13:46 -0500)
commitd6fcd28ffeaaa6a1733303096637e6bf15704efb
treeaaa91f5e70192988844df28cee35f33ac612ad6f
parentb91cfd9f75c02e7f4463f8416d99138630c4dfd0
rtla: Count missed trace events

Add function collect_missed_events to trace.c to act as a callback for
tracefs_follow_missed_events, summing the number of total missed events
into a new field missing_events of struct trace_instance.

In case record->missed_events is negative, trace->missed_events is set
to UINT64_MAX to signify an unknown number of events was missed.

The callback is activated on initialization of the trace instance.

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-2-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