Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dstrfilter.h65 bool strfilter__compare(struct strfilter *filter, const char *str);
A Dprobe-file.c340 if ((p && strfilter__compare(filter, p + 1)) || in probe_file__get_events()
341 strfilter__compare(filter, ent->s)) { in probe_file__get_events()
1041 return strfilter__compare(filter, ptr); in probe_cache_entry__compare()
A Dstrfilter.c239 bool strfilter__compare(struct strfilter *filter, const char *str) in strfilter__compare() function
A Dprobe-event.c1183 if (strfilter__compare(_filter, var)) { in show_available_vars_at()
2627 if (strfilter__compare(filter, tev->event)) in filter_probe_trace_event()
2633 return strfilter__compare(filter, tmp); in filter_probe_trace_event()
3763 if (strfilter__compare(_filter, pos->sym.name)) in show_available_funcs()
/linux/tools/perf/
A Dbuiltin-ftrace.c720 if (strfilter__compare(filter, str)) in list_function_cb()

Completed in 17 milliseconds