Home | History | Annotate | Download | only in callgrind

Lines Matching refs:src_file

985     my $src_file = $_[0];
991 @ Source file '$src_file' is more recent than input file '$input_file'.
1004 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_;
1009 @@ cause: '$src_file' has changed since information was gathered.
1015 } elsif ($src_file =~ /\.h$/) {
1032 @@ Information recorded about lines past the end of '$src_file'.
1062 foreach my $src_file (keys %all_ann_files) {
1067 my $try_name = $include_dir . $src_file;
1071 ? $src_file
1072 : "$include_dir + $src_file");
1080 if (defined $user_ann_files{$src_file}) {
1081 die("File $src_file not opened in any of: @include_dirs\n");
1084 push(@unfound_auto_annotate_files, $src_file);
1091 (defined $user_ann_files{$src_file} ? "User" : "Auto");
1096 my $src_file_CCs = $all_ind_CCs{$src_file};
1098 print(" No information has been collected for $src_file\n\n");
1107 # If $src_file more recent than cachegrind.out, issue warning
1111 warning_on_src_more_recent_than_inputfile($src_file);
1163 my $tmp = $called_from_line->{$src_file,$.};
1164 my $func = $func_of_line{$src_file,$.};
1191 $src_file, \@line_nums);
1199 print(" <counts for unidentified lines in $src_file>\n\n");