Home | History | Annotate | Download | only in src

Lines Matching refs:maxlevel

3460   my $maxlevel = shift;
3466 TryCollectProfile($maxlevel, $level, $position);
3470 TryCollectProfile($maxlevel, $level, $position);
3478 my $maxlevel = shift;
3482 if ($level >= ($maxlevel - 1)) {
3487 FetchDynamicProfilesRecurse($maxlevel, $level+1, $position);