Searched refs:strlist__has_entry (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.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 | 667 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in machine__resolve() 670 strlist__has_entry(symbol_conf.dso_list, in machine__resolve() 686 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve() 692 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 | 184 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain()
|
D | symbol.c | 685 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle() 692 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle()
|
D | probe-event.c | 2707 if (!strlist__has_entry(namelist, buf)) in get_new_event_name() 2727 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
|
D | machine.c | 357 if (!strlist__has_entry(seen, path)) { in machines__findnew()
|