aboutsummaryrefslogtreecommitdiff
path: root/gvpr
Commit message (Collapse)AuthorAgeFilesLines
* Add shebang to gvpr scripts, make them executable, and change usage accordinglyJosh Triplett2007-05-223-4/+7
| | | | Signed-off-by: Josh Triplett <josh@freedesktop.org>
* Add gvpr-based post-processing for graphsDan Sheridan2007-05-223-0/+284
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>