Searched refs:strlist__has_entry (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | strlist.h | 42 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
|
D | event.c | 720 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in machine__resolve() 723 strlist__has_entry(symbol_conf.dso_list, in machine__resolve() 739 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve() 745 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve()
|
D | thread.h | 141 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
D | evsel_fprintf.c | 191 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain()
|
D | symbol.c | 709 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle() 716 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle()
|
D | probe-event.c | 2735 if (!strlist__has_entry(namelist, buf)) in get_new_event_name() 2755 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
|
D | machine.c | 371 if (!strlist__has_entry(seen, path)) { in machines__findnew()
|