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

  /external/valgrind/main/callgrind/
callgrind_control.in 175 my $event_width = length($event);
177 my $space = ' ' x ($col_width - $event_width);
callgrind_annotate.in 832 my $event_width = length($event);
834 my $space = ' ' x ($col_width - $event_width);
    [all...]
  /external/valgrind/main/cachegrind/
cg_annotate.in 564 my $event_width = length($event);
566 my $space = ' ' x ($col_width - $event_width);

Completed in 43 milliseconds