Searched refs:strlist__has_entry (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | strlist.h | 40 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
|
| H A D | event.c | 867 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in machine__resolve() 870 strlist__has_entry(symbol_conf.dso_list, in machine__resolve() 886 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve() 892 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve()
|
| H A D | evsel_fprintf.c | 203 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain()
|
| H A D | thread.h | 376 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) {
|
| H A D | symbol.c | |
| H A D | probe-event.c | 2821 if (!strlist__has_entry(namelist, buf)) in get_new_event_name() 2844 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
|
| H A D | machine.c | 343 if (!strlist__has_entry(seen, path)) { in machines__findnew()
|
| /linux/tools/perf/ |
| H A D | builtin-list.c | 256 !strlist__has_entry(print_state->visited_metrics, name)) { in default_print_metric()
|