Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dstrlist.h34 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
Dthread.h101 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
Devent.c1037 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()
1040 strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()
1050 (!al->sym || !strlist__has_entry(symbol_conf.sym_list, in perf_event__preprocess_sample()
Dprobe-event.c2325 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
2342 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
Dmachine.c257 if (!strlist__has_entry(seen, path)) { in machines__findnew()