mbox series

[0/4] libtraceeval: Updates

Message ID 20241025074247.1157166-1-rostedt@goodmis.org (mailing list archive)
Headers show
Series libtraceeval: Updates | expand

Message

Steven Rostedt Oct. 25, 2024, 7:40 a.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

Add more updates to make it easier to use the library, and simplify task-eval.

Steven Rostedt (Google) (4):
  libtraceeval task-eval: Add wake up latency
  libtraceeval samples: Add PARKED and DEAD fields
  libtraceevent: Add DECLARE_TRACEEVAL_<types>
  libtraceeval: Add traceeval_type_index() API

 Documentation/libtraceeval-init.txt |  52 ++-
 Documentation/libtraceeval.txt      |   4 +
 include/traceeval.h                 |  34 ++
 samples/task-eval.c                 | 499 ++++++++++++++++++++--------
 4 files changed, 434 insertions(+), 155 deletions(-)