start cleaning up function call instrumentation
commit709cc25130de225d3c89cc4ac5ab669cdc8b9dcb
authorKartik K. Agaram <vc@akkartik.com>
Thu, 17 Mar 2022 03:29:50 +0000 (16 20:29 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Thu, 17 Mar 2022 03:29:50 +0000 (16 20:29 -0700)
tree98971a38bdccdc51cacc58a40c3a32ee400516b9
parentb9c187d2594953267357ef37e352d425c7fbeafe
start cleaning up function call instrumentation

It's a mess. I calculate call-graph depth one way and calculate caller
names another way. At least one of the ways fails to work with indirect
calls. Hopefully the other way works?
src/teliva.c