Skip to content

thomaxxl/stacktrack.github.io

Repository files navigation

stacktrack.github.io

Clone repository

git clone git@github.com:stacktrack/stacktrack.github.com.git
cd stacktrack.github.com

Load database

mysql stacktrack < database/stacktrack.sql

Generate a graph

python src/Graph.py tun_get_user -r -e

Usage


usage: Graph.py [-h] [-v VERBOSE] [-r] [-e] [-a] [-d DIRECTORY]
                [nodes [nodes ...]]

positional arguments:
  nodes

optional arguments:
  -h, --help            show this help message and exit
  -v VERBOSE, --verbose VERBOSE
                        Logging level (10: debug, 20 : info, etc )
  -r, --callers         Export caller tree
  -e, --callees         Export caller tree
  -a, --allnodes        Dump all nodes
  -d DIRECTORY, --directory DIRECTORY
                        Output directory

About

Linux call graph visaualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.7%
  • HTML 29.4%
  • Python 21.9%
  • CSS 10.0%
  • Shell 2.9%
  • Ruby 0.1%