Lines Matching refs:profile
313 my ($profile, $line, $tmp);
318 $profile = get_dynamic_profile($object);
320 if ($profile =~ /^ERROR:\s*(.*)$/) {
357 my @dynamic_profile_array = split(/\n/, $profile);
748 my ($profile, $total, $count);
758 $profile = "$dir/profile.dynamic";
760 if (! -f $profile || ! open($profile_fh, "<$profile")) {
786 $profile = "$dir/profile.dynamic.ldd";
788 if (! open($all_neededs_fh, "<$profile")) {
919 my ($object, $caller, $callee, $sym, $profile);
932 $profile = "$dir2/profile.dynamic";
933 if (! -f $profile) {
938 open($prof_try_fh, "<$profile") ||
939 exiter(nofile($profile, $!));
980 $profile = "$dir/profile.dynamic";
981 if (! rename($profile, "$profile.0") || ! -f "$profile.0") {
985 if (! open($prof_orig_fh, "<$profile.0")) {
986 rename("$profile.0", $profile);
990 if (! open($prof_fh, ">$profile")) {
991 rename("$profile.0", $profile);