Home | History | Annotate | Download | only in gprof

Lines Matching refs:num_cycles

514   for (sym_index = 0; sym_index < symtab.len + num_cycles; ++sym_index)
577 name_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *));
590 for (sym_index = 1, todo = nnames; sym_index <= num_cycles; sym_index++)