Searched refs:strlist__has_entry (Results 1 – 5 of 5) sorted by relevance
29 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
100 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
919 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()922 strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()932 (!al->sym || !strlist__has_entry(symbol_conf.sym_list, in perf_event__preprocess_sample()
2276 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()2292 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
238 if (!strlist__has_entry(seen, path)) { in machines__findnew()