From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> 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(-) -- 2.29.2