Searched refs:strlist__has_entry (Results 1 – 4 of 4) sorted by relevance
29 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
726 !strlist__has_entry(symbol_conf.comm_list, thread->comm)) in perf_event__preprocess_sample()753 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()756 strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()765 (!al->sym || !strlist__has_entry(symbol_conf.sym_list, in perf_event__preprocess_sample()
1795 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()1811 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
202 if (!strlist__has_entry(seen, path)) { in machines__findnew()