Home
last modified time | relevance | path

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

/external/valgrind/main/cachegrind/
Dcg_merge.c606 Counts* summaryRead; in parse_CacheProfFile() local
724 summaryRead = splitUpCountsLine( s, NULL, &cpf->summary_line[8] ); in parse_CacheProfFile()
725 if (summaryRead == NULL) in parse_CacheProfFile()
727 if (summaryRead->n_counts != cpf->n_events) in parse_CacheProfFile()
729 for (i = 0; i < summaryRead->n_counts; i++) { in parse_CacheProfFile()
730 if (summaryRead->counts[i] != cpf->summary->counts[i]) { in parse_CacheProfFile()
735 free(summaryRead->counts); in parse_CacheProfFile()
736 sdel_Counts(summaryRead); in parse_CacheProfFile()