mbox series

[0/3] libtracefs: Update filtering functions

Message ID 20210407202126.1870994-1-rostedt@goodmis.org (mailing list archive)
Headers show
Series libtracefs: Update filtering functions | expand

Message

Steven Rostedt April 7, 2021, 8:21 p.m. UTC
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

Add tracefs_function_notrace() to set the functions not to trace.
Create a per instance pthread mutex lock.

[ This is actually the first time I'm sending patches via
  git send-email! Hopefully I dont' screw it up ;-) ]

Steven Rostedt (VMware) (3):
  libtracefs: Move most functionality into helper function for
    tracefs_function_filter()
  libtracefs: Add tracefs_function_notrace() API
  libtracefs: Add a pthread_mutex per instance

 Documentation/libtracefs-function-filter.txt |  19 ++-
 include/tracefs-local.h                      |  12 +-
 include/tracefs.h                            |   3 +
 src/tracefs-instance.c                       |   6 +
 src/tracefs-tools.c                          | 152 ++++++++++++-------
 5 files changed, 131 insertions(+), 61 deletions(-)