]> git.proxmox.com Git - mirror_frr.git/commit - python/callgraph-dot.py
python: add graphviz callgraphs
authorDavid Lamparter <equinox@diac24.net>
Mon, 4 May 2020 18:57:45 +0000 (20:57 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 5 May 2020 12:39:12 +0000 (14:39 +0200)
commit3d62176b18ce0bccf430d2bb48088c6763eb8201
tree5fd1a67000039e447775a3a42c4a96be1c042586
parent8fb40377decf45a23d6eefc9ba803b8ff40557d0
python: add graphviz callgraphs

Uses the JSON data extracted from LLVM bitcode by tools/frr-llvm-cg.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
.gitignore
Makefile.am
python/callgraph-dot.py [new file with mode: 0644]