Home
last modified time | relevance | path

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

/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.c806 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in machine__resolve()
809 strlist__has_entry(symbol_conf.dso_list, in machine__resolve()
825 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve()
831 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve()
A Devsel_fprintf.c196 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain()
A Dthread.h341 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
A Dsymbol.c754 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle()
761 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle()
A Dprobe-event.c2821 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
2844 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
A Dmachine.c337 if (!strlist__has_entry(seen, path)) { in machines__findnew()
/tools/perf/
A Dbuiltin-list.c256 !strlist__has_entry(print_state->visited_metrics, name)) { in default_print_metric()

Completed in 27 milliseconds