Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread.h106 !intlist__has_entry(symbol_conf.pid_list, thread->pid_)) { in thread__is_filtered()
111 !intlist__has_entry(symbol_conf.tid_list, thread->tid)) { in thread__is_filtered()
Dintlist.h29 static inline bool intlist__has_entry(struct intlist *ilist, int i) in intlist__has_entry() function
Dprobe-finder.c842 if (!intlist__has_entry(pf->lcache, lineno) || in probe_point_lazy_walker()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c720 if (!intlist__has_entry(seen, sample->pid)) { in perf_event__process_sample()