Home | History | Annotate | Download | only in callgrind

Lines Matching refs:line_num

89 # Individual CCs, organised by filename and line_num for easy annotation.
90 # hash(filename => hash(line_num => CC array))
517 my $curr_file_ind_CCs = {}; # hash(line_num => CC)
1174 foreach my $line_num (@line_nums) {
1175 print_CC($src_file_CCs->{$line_num}, $CC_col_widths);
1176 print(" <bogus line $line_num>\n");