Searched refs:_profile_update_stats (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-kgmon.c61 * Explicitly call _profile_update_stats before dumping vars or stats.
221 _profile_update_stats(pv);
237 _profile_update_stats(pv);
H A Dprofile-internal.h350 extern void _profile_update_stats(struct profile_vars *);
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c46 * Protect against hash_ptr being null in _profile_update_stats.
100 * Add _profile_update_stats to update the statistics.
101 * Move _gprof_write code that updates hash stats to _profile_update_stats.
104 * _profile_debug now calls _profile_update_stats.
121 * Separate _profile_update_stats from _gprof_write.
781 _profile_update_stats(struct profile_vars *pv)
914 _profile_update_stats(&_profile_vars);
772 _profile_update_stats(struct profile_vars *pv) function

Completed in 15 milliseconds