Add gvpr-based post-processing for graphs
commitfdbc0f5de7663893f6fcfe9cbcccb52b9d093db1
authorDan Sheridan <djs@postman.org.uk>
Tue, 15 May 2007 11:28:08 +0000 (15 12:28 +0100)
committerJosh Triplett <josh@freedesktop.org>
Tue, 22 May 2007 21:58:29 +0000 (22 14:58 -0700)
tree51b8812047efc3be78b8d6b682dd2b314445edd3
parentbb7ff206a0a1afca8eefbf3fedd7b5962cdec6f1
Add gvpr-based post-processing for graphs

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>
gvpr/return-paths [new file with mode: 0644]
gvpr/subg-fwd [new file with mode: 0644]
gvpr/subg-rev [new file with mode: 0644]