aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gvpr/subg-fwd
AgeCommit message (Collapse)AuthorFilesLines
2007-05-22Add shebang to gvpr scripts, make them executable, and change usage accordinglyJosh Triplett1-2/+3
Signed-off-by: Josh Triplett <josh@freedesktop.org>
2007-05-22Add gvpr-based post-processing for graphsDan Sheridan1-0/+78
Three gvpr scripts for post-processing the dot files generated by graph.c: return-paths: splits each call site and adds return edges to complete the control flow graph subg-fwd: find the subgraph reachable from a given function subg-rev: find the subgraph which can reach a given function Signed-off-by: Dan Sheridan <djs@adelard.com>