Searched refs:tracefs_function_notrace (Results 1 – 5 of 5) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-function-filter.txt | 6 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);
|
D | libtracefs.txt | 100 …int *tracefs_function_notrace*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_fil…
|
/external/libtracefs/include/ |
D | tracefs.h | 244 int tracefs_function_notrace(struct tracefs_instance *instance, const char *filter,
|
/external/libtracefs/src/ |
D | tracefs-tools.c | 958 int tracefs_function_notrace(struct tracefs_instance *instance, const char *filter, in tracefs_function_notrace() function
|
/external/trace-cmd/tracecmd/ |
D | trace-record.c | 4742 filter_function = tracefs_function_notrace; in write_func_filter()
|