Home
last modified time | relevance | path

Searched refs:tracefs_function_notrace (Results 1 – 5 of 5) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-function-filter.txt6 tracefs_function_filter, tracefs_function_notrace, tracefs_filter_functions
16 int *tracefs_function_notrace*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_filt…
22 *tracefs_function_filter* and *tracefs_function_notrace* can be used to limit the
25 The *tracefs_function_notrace* defines a list of functions that will not be traced.
96 For *tracefs_function_filter()* and *tracefs_function_notrace()* a
157 ret = tracefs_function_notrace(inst, "*lock*", NULL, TRACEFS_FL_RESET);
Dlibtracefs.txt100 …int *tracefs_function_notrace*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_fil…
/external/libtracefs/include/
Dtracefs.h244 int tracefs_function_notrace(struct tracefs_instance *instance, const char *filter,
/external/libtracefs/src/
Dtracefs-tools.c958 int tracefs_function_notrace(struct tracefs_instance *instance, const char *filter, in tracefs_function_notrace() function
/external/trace-cmd/tracecmd/
Dtrace-record.c4742 filter_function = tracefs_function_notrace; in write_func_filter()