linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13 v2] libtracefs: Add tracefs_function_filter()
@ 2021-03-30  0:51 Steven Rostedt
  2021-03-30  0:51 ` [PATCH 01/13 v2] libtracefs: An API to set the filtering of functions Steven Rostedt
                   ` (13 more replies)
  0 siblings, 14 replies; 27+ messages in thread
From: Steven Rostedt @ 2021-03-30  0:51 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Sameeruddin shaik


Changes since v1:

 - tracefs_function_filter() man page was added
 - Now thread safe with pthread_mutex_lock()
 - Use of flags instead of reset parameter
 - Added TRACEFS_FL_CONTINUE flag
 - Fixed glob or regex test


Sameeruddin shaik (2):
      libtracefs: An API to set the filtering of functions
      libtracefs: Document function_filter API

Steven Rostedt (VMware) (11):
      libtracefs: Fix notations of tracefs_function_filter() and module parameter
      libtracefs: Move opening of file out of controlled_write()
      libtracefs: Add add_errors() helper function for control_write()
      libtracefs: Add checking of available_filter_functions to tracefs_function_filter()
      libtracefs: Add write_filter() helper function
      libtracefs: Allow for setting filters with regex expressions
      libtracefs: Add indexing to set functions in tracefs_function_filter()
      libtracefs: Pass in reset via flags to tracefs_function_filter()
      libtracefs: Add pthread_mutex_lock() around tracefs_function_filter()
      libtracefs: Move struct tracefs_instance to tracefs-local.h
      libtracefs: Add CONTINUE to tracefs_function_filter()

----
 Documentation/libtracefs-function-filter.txt | 161 ++++++++
 include/tracefs-local.h                      |   7 +
 include/tracefs.h                            |  11 +
 src/tracefs-instance.c                       |   7 +-
 src/tracefs-tools.c                          | 555 ++++++++++++++++++++++++++-
 5 files changed, 735 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/libtracefs-function-filter.txt

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2021-04-01  2:42 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30  0:51 [PATCH 00/13 v2] libtracefs: Add tracefs_function_filter() Steven Rostedt
2021-03-30  0:51 ` [PATCH 01/13 v2] libtracefs: An API to set the filtering of functions Steven Rostedt
2021-03-30  0:51 ` [PATCH 02/13 v2] libtracefs: Document function_filter API Steven Rostedt
2021-03-30  0:51 ` [PATCH 03/13 v2] libtracefs: Fix notations of tracefs_function_filter() and module parameter Steven Rostedt
2021-03-30  0:51 ` [PATCH 04/13 v2] libtracefs: Move opening of file out of controlled_write() Steven Rostedt
2021-03-30  0:51 ` [PATCH 05/13 v2] libtracefs: Add add_errors() helper function for control_write() Steven Rostedt
2021-03-30  0:51 ` [PATCH 06/13 v2] libtracefs: Add checking of available_filter_functions to tracefs_function_filter() Steven Rostedt
2021-03-30  0:51 ` [PATCH 07/13 v2] libtracefs: Add write_filter() helper function Steven Rostedt
2021-03-30  0:51 ` [PATCH 08/13 v2] libtracefs: Allow for setting filters with regex expressions Steven Rostedt
2021-04-01 16:33   ` sameeruddin shaik
2021-03-31 16:39     ` Steven Rostedt
2021-04-02  1:59       ` sameeruddin shaik
2021-04-01  2:41         ` Steven Rostedt
2021-03-30  0:51 ` [PATCH 09/13 v2] libtracefs: Add indexing to set functions in tracefs_function_filter() Steven Rostedt
2021-03-30  0:51 ` [PATCH 10/13 v2] libtracefs: Pass in reset via flags to tracefs_function_filter() Steven Rostedt
2021-03-30 14:29   ` Tzvetomir Stoyanov
2021-03-30 14:53     ` Steven Rostedt
2021-03-30  0:51 ` [PATCH 11/13 v2] libtracefs: Add pthread_mutex_lock() around tracefs_function_filter() Steven Rostedt
2021-03-30  0:51 ` [PATCH 12/13 v2] libtracefs: Move struct tracefs_instance to tracefs-local.h Steven Rostedt
2021-03-30  0:51 ` [PATCH 13/13 v2] libtracefs: Add CONTINUE to tracefs_function_filter() Steven Rostedt
2021-03-30 14:29   ` Tzvetomir Stoyanov
2021-03-30 14:52     ` Steven Rostedt
2021-03-30 15:14       ` Steven Rostedt
2021-03-30 15:32       ` Tzvetomir Stoyanov
2021-03-30 16:03         ` Steven Rostedt
2021-03-30  1:03 ` [RFC][PATCH 14/13 v2] libtracefs: Just past one filter in for tracefs_function_filter() Steven Rostedt
2021-03-30 14:31   ` Tzvetomir Stoyanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).