Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dstrfilter.h65 bool strfilter__compare(struct strfilter *filter, const char *str);
H A Dprobe-file.c305 if ((p && strfilter__compare(filter, p + 1)) || in probe_file__get_events()
306 strfilter__compare(filter, ent->s)) { in probe_file__get_events()
972 return strfilter__compare(filter, ptr); in probe_cache_entry__compare()
H A Dstrfilter.c239 bool strfilter__compare(struct strfilter *filter, const char *str) in strfilter__compare() function
H A Dprobe-event.c1168 if (strfilter__compare(_filter, var)) { in show_available_vars_at()
2603 if (strfilter__compare(filter, tev->event)) in filter_probe_trace_event()
2609 return strfilter__compare(filter, tmp); in filter_probe_trace_event()
3648 if (strfilter__compare(_filter, pos->sym.name)) in show_available_funcs()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-ftrace.c721 if (strfilter__compare(filter, str)) in list_function_cb()