Home
last modified time | relevance | path

Searched refs:profile_flush_file_to_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_int.h231 #define profile_flush_file_to_file(P,F) (((P) && (P)->magic == PROF_MAGIC_FILE) ? profile_flush_fil… macro
H A Dprof_init.c452 return profile_flush_file_to_file(profile->first_file, in profile_flush_to_file()