Call graph extraction tools (C)
Two basic categories: lexical or syntactic
- lexical
- e.g., awk, mkfunctmap, lexical source model extraction (LSME)
- likely produce an approximate source model
- extract calls across configurations
- can extract even if we can’t compile
- typically fast