Searched refs:strlist__has_entry (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dstrlist.h28 static inline bool strlist__has_entry(struct strlist *self, const char *entry) function
H A Devent.c343 strlist__has_entry(symbol_conf.comm_list, comm))) {
655 strlist__has_entry(symbol_conf.dso_list, self->name))) {
698 !strlist__has_entry(symbol_conf.comm_list, thread->comm))
724 !(strlist__has_entry(symbol_conf.dso_list,
727 strlist__has_entry(symbol_conf.dso_list,
750 !strlist__has_entry(symbol_conf.sym_list, al->sym->name))
H A Dprobe-event.c1379 if (!strlist__has_entry(namelist, buf))
1395 if (!strlist__has_entry(namelist, buf))

Completed in 54 milliseconds