gcc-11.1-fcallgraph-info.vcg 834 B

12345678910111213141516171819
  1. /* generated with gcc-11.1
  2. gcc -fcallgraph-info
  3. file.ci is a vcg graph file
  4. */
  5. graph: { title: "test.c"
  6. node: { title: "f1" label: "f1\ntest.c:4:5" }
  7. node: { title: "f2" label: "f2\ntest.c:9:5" }
  8. node: { title: "f3" label: "f3\ntest.c:14:5" }
  9. edge: { sourcename: "f3" targetname: "f1" label: "test.c:17:16" }
  10. node: { title: "f4" label: "f4\ntest.c:20:5" }
  11. edge: { sourcename: "f4" targetname: "f2" label: "test.c:22:12" }
  12. edge: { sourcename: "f4" targetname: "f1" label: "test.c:22:12" }
  13. edge: { sourcename: "f4" targetname: "f3" label: "test.c:22:12" }
  14. node: { title: "main" label: "main\ntest.c:25:5" }
  15. node: { title: "malloc" label: "malloc\n/usr/include/stdlib.h:539:14" shape : ellipse }
  16. edge: { sourcename: "main" targetname: "malloc" label: "test.c:28:10" }
  17. edge: { sourcename: "main" targetname: "f4" label: "test.c:32:4" }
  18. }