HomeSort by: relevance | last modified time | path
    Searched refs:hot_lines_regex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 14600 my $hot_lines_regex;
14747 $hot_lines_regex = '^(#{2})\s+';
14748 $hot_lines_regex .= '('.$metric_regex.')';
14749 $hot_lines_regex .= '([0-9?]+)\.\s+(.*)';
14756 gp_message ("debugXL", $subr_name, "hot_lines_regex = $hot_lines_regex");
14905 if ( $input_line =~ /$hot_lines_regex/ )
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 14600 my $hot_lines_regex;
14747 $hot_lines_regex = '^(#{2})\s+';
14748 $hot_lines_regex .= '('.$metric_regex.')';
14749 $hot_lines_regex .= '([0-9?]+)\.\s+(.*)';
14756 gp_message ("debugXL", $subr_name, "hot_lines_regex = $hot_lines_regex");
14905 if ( $input_line =~ /$hot_lines_regex/ )

Completed in 45 milliseconds