Far Branch
Metric Description
This metric indicates when a call/return is using a
far pointer. A far call is often used to transfer from user code to privileged
code.
Possible Issues
Transferring from user to privileged code may be too frequent.
Consider reducing calls to system APIs.