Searched refs:cs_tobj (Results 1 – 1 of 1) sorted by relevance
235 struct gcov_ctr_summary *cs_obj, *cs_tobj, *cs_prg, *cs_tprg, *cs_all; in gcov_exit() local430 cs_tobj = &this_object.ctrs[t_ix]; in gcov_exit()438 cs_obj->num = cs_tobj->num; in gcov_exit()439 else if (cs_obj->num != cs_tobj->num) in gcov_exit()441 cs_obj->sum_all += cs_tobj->sum_all; in gcov_exit()442 if (cs_obj->run_max < cs_tobj->run_max) in gcov_exit()443 cs_obj->run_max = cs_tobj->run_max; in gcov_exit()444 cs_obj->sum_max += cs_tobj->run_max; in gcov_exit()