Searched refs:strlist__has_entry (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/util/ |
A D | strlist.h | 42 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
|
A D | event.c | 717 (!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 D | thread.h | 141 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
A D | evsel_fprintf.c | 191 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain()
|
A D | symbol.c | 692 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 D | probe-event.c | 2733 if (!strlist__has_entry(namelist, buf)) in get_new_event_name() 2753 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
|
A D | machine.c | 357 if (!strlist__has_entry(seen, path)) { in machines__findnew()
|
Completed in 29 milliseconds