Skip to content

Commit 40887fc

Browse files
Constantine ShulyupinConstantine Shulyupin
authored andcommitted
*cflow_linux
1 parent a68ea5e commit 40887fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

srcxray.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ def cflow_linux():
773773

774774
# dirs += ('mm net/ipv4 crypto').split()
775775
dirs = ('init kernel arch/x86/kernel fs ').split()
776+
dirs += ['mm']
776777

777778
# fs/notify/fanotify fs/notify/inotify
778779

@@ -798,7 +799,7 @@ def cflow_linux():
798799
write_dot(start_kernel, 'start_kernel.dot')
799800
write_dot(reduce_graph(start_kernel), 'start_kernel-reduced.dot')
800801
write_dot(reduce_graph(reduce_graph(start_kernel)), 'start_kernel-reduced2.dot')
801-
write_dot(reduce_graph(digraph_tree(all, ['sys_clone']), 'sys_clone.dot'))
802+
write_dot(reduce_graph(digraph_tree(all, ['sys_clone'])), 'sys_clone.dot')
802803

803804

804805
def stats(a):

0 commit comments

Comments
 (0)