HomeSort by relevance Sort by last modified time
    Searched refs:line_to_CC (Results 1 - 4 of 4) sorted by null

  /external/valgrind/cachegrind/
cg_diff.in 153 sub line_to_CC ($$)
205 my $CC = line_to_CC($_, $numEvents);
234 $summaryCC = line_to_CC($_, $numEvents);
cg_annotate.in 41 # 6. make line_to_CC() return a ref instead of a hash 3.01 --> 2.77s
305 sub line_to_CC ($)
396 my $CC = line_to_CC($_);
435 $summary_CC = line_to_CC($_);
  /external/valgrind/callgrind/
callgrind_control.in 121 sub line_to_CC ($)
403 $events{$ctid,$fcount{$ctid}} = line_to_CC($3);
407 $totals{$1} = line_to_CC($2);
callgrind_annotate.in 45 # 6. make line_to_CC() return a ref instead of a hash 3.01 --> 2.77s
371 sub line_to_CC ($)
540 my $CC = line_to_CC($_);
674 $totals_CC = line_to_CC($_);
677 $summary_CC = line_to_CC($_);
    [all...]

Completed in 244 milliseconds