*call_tree
This commit is contained in:
parent
db033f3c80
commit
f0d776c9fa
|
@ -558,7 +558,7 @@ def cflow_preprocess(a):
|
|||
s = re.sub(r"^const ", "", s)
|
||||
s = re.sub(r"\b__initdata\b", "", s)
|
||||
s = re.sub(r"DEFINE_PER_CPU\((.*),(.*)\)", r"\1 \2", s)
|
||||
# __attribute__
|
||||
s = re.sub(r"^(\w+) {$", r"void \1() {", s)
|
||||
# for line in sys.stdin:
|
||||
sys.stdout.write(s)
|
||||
|
||||
|
|
Loading…
Reference in New Issue