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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 174 my %g_function_occurrences = ();
4570 gp_message ("debugXL", $subr_name, "$routine: occurrences = $g_function_occurrences{$routine}");
5845 $msg .= $g_function_occurrences{$routine};
8387 if (not exists ($g_function_occurrences{$routine}))
8391 $g_function_occurrences{$routine} = 1;
8393 gp_message ("debugXL", $subr_name, "g_function_occurrences{$routine} = $g_function_occurrences{$routine}");
8399 $g_function_occurrences{$routine} += 1;
8404 $msg = "g_function_occurrences{$routine} = ";
8405 $msg .= $g_function_occurrences{$routine}
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 174 my %g_function_occurrences = ();
4570 gp_message ("debugXL", $subr_name, "$routine: occurrences = $g_function_occurrences{$routine}");
5845 $msg .= $g_function_occurrences{$routine};
8387 if (not exists ($g_function_occurrences{$routine}))
8391 $g_function_occurrences{$routine} = 1;
8393 gp_message ("debugXL", $subr_name, "g_function_occurrences{$routine} = $g_function_occurrences{$routine}");
8399 $g_function_occurrences{$routine} += 1;
8404 $msg = "g_function_occurrences{$routine} = ";
8405 $msg .= $g_function_occurrences{$routine}
    [all...]

Completed in 50 milliseconds