Linux Kernel 4.21 Call Graphs
收藏资源简介:
This is the<strong> Linux Kernel 4.21 Call Graphs</strong> created using CScout containing the following graphs: File include graph (fgraph_I.txt) Compile Time Dependency Graph (fgraph_C.txt) Control Dependency Graph (through function calls) (fgraph_F_D.txt) Data Dependency Graph (through global variables) (fgraph_G.txt) Function and Macro Call Graph (cgraph.txt) Files are of the form foo.c boo.c which indicate a directed edge foo.c -> boo.c. The call graphs refer to <strong>all </strong>(ending with _all.txt) files or only the <strong>writable files.</strong> These graphs were produced by processing the Linux Kernel Codebase consisting of 20.3 million lines of source code. The results were produced on an Intel(R) Xeon(R) CPU E5-1410 0 @ 2.80GHz server with 64GB of RAM. <strong>References: </strong> 1. Papachristou, Marios. "Software clusterings with vector semantics and the call graph." <em>Proceedings of the 2019 27th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering</em>. 2019.



