Searched refs:expand (Results 1 – 16 of 16) sorted by relevance
83 def expand(self, node_set): member in GraphNode93 return n.expand(self, node_set)120 def expand(self, node, node_set): member in ASTNode195 return tmp.expand(node_set)223 return node2.expand(node1.expand(node_set))245 return node2.expand(node1.expand(node_set))267 return node2.expand(node1.expand(node_set))351 return tmp.expand(node_set)372 return node.expand(node_set)400 return node.expand(node_set)[all …]
19 Over time it is possible to continue to expand the export while maintaining
864 struct bpf_link_info *expand; in show_link_netfilter() local873 expand = realloc(nf_link_info, nf_link_len * sizeof(info)); in show_link_netfilter()874 if (!expand) { in show_link_netfilter()879 nf_link_info = expand; in show_link_netfilter()
80 # pre-expand the callgraph data in the html output (default: disabled)
81 # pre-expand the callgraph data in the html output (default: disabled)
85 # pre-expand the callgraph data in the html output (default: disabled)
138 # pre-expand the callgraph data in the html output (default: disabled)
63 perf-test-y += expand-cgroup.o
394 # Expand Callgraph: pre-expand the callgraph treeviews in html (def: false)
Completed in 16 milliseconds