Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dstrlist.h42 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
A Devent.c717 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in machine__resolve()
720 strlist__has_entry(symbol_conf.dso_list, in machine__resolve()
736 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve()
742 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve()
A Dthread.h141 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
A Devsel_fprintf.c191 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain()
A Dsymbol.c692 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle()
699 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle()
A Dprobe-event.c2733 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
2753 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
A Dmachine.c357 if (!strlist__has_entry(seen, path)) { in machines__findnew()

Completed in 29 milliseconds