<div dir="ltr">Hello,<div><br></div><div>I would like to build a call graph using AspectC++, and for this, for each function call, I need the caller and the callee. I already know how to get the callee:</div><div><br></div><div><div><br></div><div>  advice call("% %()") : before() {</div><div><br></div><div>     std::cout << "Callee: " << JoinPoint::signature() << std::endl;</div><div><br></div><div>  }</div><div><br></div><div><br></div></div><div>Is there a way to obtain the caller in the same aspect as the callee?</div><div><br></div><div>Thanks,</div><div><br></div><div>João Bispo</div></div>