Home | History | Annotate | Download | only in callgrind

Lines Matching refs:skipped

776   if ( (bbcc->skipped &&
777 !CLG_(is_zero_cost)(CLG_(sets).full, bbcc->skipped)) ||
790 /* first, print skipped costs for calls */
791 if (bbcc->skipped && !CLG_(is_zero_cost)( CLG_(sets).full,
792 bbcc->skipped )) {
794 currCost->cost, bbcc->skipped );
796 VG_(fprintf)(fp, "# Skipped\n");
1168 * <part> is skipped for final dump (trigger==0)
1169 * <tid> is skipped for thread 1 with CLG_(clo).separate_threads=no