Searched refs:summaryRead (Results 1 – 1 of 1) sorted by relevance
620 Counts* summaryRead; in parse_CacheProfFile() local740 summaryRead = splitUpCountsLine( s, NULL, &cpf->summary_line[8] ); in parse_CacheProfFile()741 if (summaryRead == NULL) in parse_CacheProfFile()743 if (summaryRead->n_counts != cpf->n_events) in parse_CacheProfFile()745 for (i = 0; i < summaryRead->n_counts; i++) { in parse_CacheProfFile()746 if (summaryRead->counts[i] != cpf->summary->counts[i]) { in parse_CacheProfFile()751 free(summaryRead->counts); in parse_CacheProfFile()752 sdel_Counts(summaryRead); in parse_CacheProfFile()