Home
last modified time | relevance | path

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

/external/valgrind/main/cachegrind/
Dcg_merge.c518 UWord lnno, Counts* newCounts ) in addCountsToMap() argument
525 addCounts( s, oldCounts, newCounts ); in addCountsToMap()
529 addToFM( counts_map, (Word)lnno, (Word)newCounts ); in addCountsToMap()
542 Counts* newCounts; in handle_counts() local
548 newCounts = splitUpCountsLine( s, &lnno, newCountsStr ); in handle_counts()
551 if (newCounts->n_counts != cpf->n_events) in handle_counts()
566 freeNewCounts = addCountsToMap( s, countsMap, lnno, newCounts ); in handle_counts()
574 freeNewCounts = addCountsToMap( s, countsMap, lnno, newCounts ); in handle_counts()
578 addCounts( s, cpf->summary, newCounts ); in handle_counts()
582 ddel_Counts(newCounts); in handle_counts()