Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 5 of 5) sorted by relevance

/scripts/tracing/
Ddraw_functrace.py70 def __toString(self, branch, lastChild): argument
72 s = "%s----%s (%s)\n" % (branch, self._func, self._time)
74 s = "%s----%s\n" % (branch, self._func)
78 branch = branch[:-1] + " "
81 s += "%s" % self._children[i].__toString(branch +\
84 s += "%s" % self._children[i].__toString(branch +\
/scripts/coccinelle/misc/
Difcol.cocci2 /// Find confusingly indented code in or after an if. An if branch should
5 /// part of the if branch.
39 cocci.print_main("branch",p1)
Dcond_no_effect.cocci2 ///Find conditions where if and else branch are functionally
30 // * Both paths of the branch look the same. They're supposed to
/scripts/coccinelle/locks/
Dmini_lock.cocci3 /// where the unlock is missing from an if branch, and there is a lock
5 /// cases where the if branch represents a case where the function is
/scripts/
Dget_maintainer.pl768 my $branch = "";
769 $branch = $3 if $3;
770 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;