Home
last modified time | relevance | path

Searched refs:strfilter__compare (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dstrfilter.h38 bool strfilter__compare(struct strfilter *self, const char *str);
Dstrfilter.c194 bool strfilter__compare(struct strfilter *self, const char *str) in strfilter__compare() function
Dprobe-event.c589 if (strfilter__compare(_filter, var)) { in show_available_vars_at()
2213 strfilter__compare(available_func_filter, sym->name)) in filter_available_functions()