Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dstrlist.h29 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry() function
Devent.c726 !strlist__has_entry(symbol_conf.comm_list, thread->comm)) in perf_event__preprocess_sample()
753 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()
756 strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()
765 (!al->sym || !strlist__has_entry(symbol_conf.sym_list, in perf_event__preprocess_sample()
Dprobe-event.c1795 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
1811 if (!strlist__has_entry(namelist, buf)) in get_new_event_name()
Dmachine.c202 if (!strlist__has_entry(seen, path)) { in machines__findnew()