Jose,
BIOS doesn't offer any built in assistance for tracking the caller of an API. If you're using CCS, you can set a breakpoint on the API and view the call stack when the CPU arrives at that location. The breakpoint manager provides various breakpoint qualifiers that might help you break at that location only when specific conditions are met.
Alan