Skip to content

Commit

Permalink
add more graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
x2c3z4 committed Sep 18, 2015
1 parent d5d2012 commit f4f0bde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Debian
```

![callgraph of scsi_request_fn](/examples/images/scsi_request_fn.cg.png)
![backtrace of scsi_request_fn](/examples/images/scsi_request_fn.bt.png)
![callgraph of scsi_requscsi_execute_req_flagsest_fn](/examples/images/scsi_execute_req_flags.cg.png)


Solaris
Expand All @@ -52,6 +52,11 @@ Solaris

![callgraph of sdioctl](/examples/images/sdioctl.bt.png)

Other Graphs
============
![callgraph of sdopen(simplify version)](/examples/images/sdopen.simplify.cg.png)


Details
=======
1. In callgraph, from left to right, it presents the throughout program flow which begins from the most left function. It's only **one program call path** that currently your kernel is running. So this tool is dynamic, not like Doxygen. Doxgen is static analysis. It couldn't give me the whole path.
Expand Down
File renamed without changes

0 comments on commit f4f0bde

Please sign in to comment.