Home | History | Annotate | Download | only in callgrind

Lines Matching refs:src_file

974     my $src_file = $_[0];
980 @ Source file '$src_file' is more recent than input file '$input_file'.
993 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_;
998 @@ cause: '$src_file' has changed since information was gathered.
1004 } elsif ($src_file =~ /\.h$/) {
1021 @@ Information recorded about lines past the end of '$src_file'.
1051 foreach my $src_file (keys %all_ann_files) {
1056 my $try_name = $include_dir . $src_file;
1060 ? $src_file
1061 : "$include_dir + $src_file");
1069 if (defined $user_ann_files{$src_file}) {
1070 die("File $src_file not opened in any of: @include_dirs\n");
1073 push(@unfound_auto_annotate_files, $src_file);
1080 (defined $user_ann_files{$src_file} ? "User" : "Auto");
1085 my $src_file_CCs = $all_ind_CCs{$src_file};
1087 print(" No information has been collected for $src_file\n\n");
1096 # If $src_file more recent than cachegrind.out, issue warning
1100 warning_on_src_more_recent_than_inputfile($src_file);
1152 my $tmp = $called_from_line->{$src_file,$.};
1153 my $func = $func_of_line{$src_file,$.};
1180 $src_file, \@line_nums);
1188 print(" <counts for unidentified lines in $src_file>\n\n");