Searched refs:strlist__has_entry (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | strlist.h | 42 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
|
H A 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()
|
H A D | thread.h | 141 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
H A D | evsel_fprintf.c | 184 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain()
|
H A D | symbol.c | 702 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle() 709 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle()
|
H A D | probe-event.c | 2709 if (!strlist__has_entry(namelist, buf)) in get_new_event_name() 2729 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
|
H A D | machine.c | 357 if (!strlist__has_entry(seen, path)) { in machines__findnew()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | strlist.h | 42 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
|
H A D | event.c | 752 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in machine__resolve() 755 strlist__has_entry(symbol_conf.dso_list, in machine__resolve() 771 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve() 777 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve()
|
H A D | evsel_fprintf.c | 195 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain()
|
H A D | thread.h | 320 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
H A D | symbol.c | 740 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle() 747 return strlist__has_entry(idle_symbols_list, name); in symbol__is_idle()
|
H A D | probe-event.c | 2752 if (!strlist__has_entry(namelist, buf)) in get_new_event_name() 2772 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
|
H A D | machine.c | 379 if (!strlist__has_entry(seen, path)) { in machines__findnew()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-list.c | 225 !strlist__has_entry(print_state->visited_metrics, name)) { in default_print_metric()
|
Completed in 29 milliseconds