Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:src_file

656     my $src_file = $_[0];
662 @ Source file '$src_file' is more recent than input file '$input_file'.
675 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_;
680 @@ cause: '$src_file' has changed since information was gathered.
686 } elsif ($src_file =~ /\.h$/) {
703 @@ Information recorded about lines past the end of '$src_file'.
733 foreach my $src_file (keys %all_ann_files) {
740 my $try_name = $include_dir . $src_file;
744 ? $src_file
745 : "$include_dir + $src_file");
753 if (defined $user_ann_files{$src_file}) {
754 die("File $src_file not opened in any of: @include_dirs\n");
757 push(@unfound_auto_annotate_files, $src_file);
764 (defined $user_ann_files{$src_file} ? "User" : "Auto");
769 my $src_file_CCs = $allCCs{$src_file};
771 print(" No information has been collected for $src_file\n\n");
780 # If $src_file more recent than cachegrind.out, issue warning
784 warning_on_src_more_recent_than_inputfile($src_file);
852 $src_file, \@line_nums);
860 print(" <counts for unidentified lines in $src_file>\n\n");