Quantcast
Channel: MarsHut
Viewing all articles
Browse latest Browse all 6551

generating a dynamic callgraph with llvm-prof

$
0
0
One can use "-insert-edge-profiling" with opt to collect general metrics
(frequency of function execution, frequency of basic block execution). But
I'd like to record all call information. So every time a function call is
made, I'd like to record [calling function name, callee function name]

Is this feasible with with llvm-prof and any of the existing profiling
options?

Viewing all articles
Browse latest Browse all 6551

Trending Articles