<div dir="ltr"><div>I know that I can apply tracing flags to executing process right after start of the call,</div><div>for example like that:<br><br><font face="monospace, monospace">    erlang:trace_pattern({erlang, get, 1}, [{['_'], [], [{trace, [], [call, timestamp]}]}], [meta]).</font></div><div><br></div><div>Is there a way to apply flags right after return of the call?<br><br></div><div>Say I want to extensively trace that particular function and nothing else.</div></div>