Searched refs:summaryRead (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/cachegrind/
H A Dcg_merge.c620 Counts* summaryRead; local
740 summaryRead = splitUpCountsLine( s, NULL, &cpf->summary_line[8] );
741 if (summaryRead == NULL)
743 if (summaryRead->n_counts != cpf->n_events)
745 for (i = 0; i < summaryRead->n_counts; i++) {
746 if (summaryRead->counts[i] != cpf->summary->counts[i]) {
751 free(summaryRead->counts);
752 sdel_Counts(summaryRead);

Completed in 104 milliseconds