Lines Matching refs:incl
49 incl,
69 incl: Include only nodes matching this regexp; such nodes' fanin/fanout
94 self.incl = incl
188 # on how many of incl/excl/hilite_fanins/hilite_fanouts filters they hit,
199 if not re.search(self.incl, edge_spec) or \
279 --incl='^(apps|chrome/browser|content/browser)->.*' \
322 "-i", "--incl",
323 default="^.*$", dest="incl",
335 "See --incl for details on the format.")
386 incl=options.incl,
396 print('include nodes : ', options.incl)