Searched refs:old_profile (Results 1 – 1 of 1) sorted by relevance
294 profile_copy(profile_t old_profile, profile_t *new_profile) in profile_copy() argument301 if (old_profile->vt) in profile_copy()302 return copy_vtable_profile(old_profile, new_profile); in profile_copy()310 for (p = old_profile->first_file; p != NULL; p = p->next) { in profile_copy()