Share via


ProfilerHit (Windows CE 5.0)

Send Feedback

This function is implemented in the kernel and is called by the profiler ISR to record a profiling sample.

void ProfilerHit(DWORDra);

Parameters

  • ra
    [in] Exception program counter returned by GetEPC, for non-ARM CPUs. For ARM processors, the ISR should set this parameter to the RETURN ADDRESS (RA)value that has been provided.

Return Values

None.

Remarks

This function is automatically called when an ISR returns SYSINTR_PROFILE on x86 CPUs, but must be called manually on all other CPUs.

The OEM declares the following function in the OAL.

extern void ProfilerHit(DWORD);

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Not applicable.
Link Library: Nkprof.lib.

See Also

ProfilerHitEx | GetEPC | Monte Carlo Profiling

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.