Searched refs:_add_function (Results 1 – 5 of 5) sorted by relevance
110 def _add_function(self, template, probe_name): member in Probe125 text += self._add_function(template, function)142 text += self._add_function(template, function)147 text += self._add_function(template, tracepoint)159 text += self._add_function(template, match)
354 pruned_graph._add_function(f)
427 g._add_function(self)430 g._add_function(f)
580 g._add_function(self)
3636 def _add_function(self, function): member in Graph