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

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

Completed in 76 milliseconds