Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dstrlist.h29 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
Dthread.h100 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
Devent.c919 (!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()
Dprobe-event.c2276 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
2292 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
Dmachine.c238 if (!strlist__has_entry(seen, path)) { in machines__findnew()