Home
last modified time | relevance | path

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

/external/chromium_org/tools/valgrind/
Dcommon.py234 def PrintUsedSuppressionsList(suppcounts): argument
242 if not suppcounts:
248 for (name, count) in sorted(suppcounts.items(), key=lambda (k,v): (v,k)):
Dmemcheck_analyze.py457 suppcounts = defaultdict(int)
570 suppcounts[name] += int(count)
582 common.PrintUsedSuppressionsList(suppcounts)
599 for (name, count) in suppcounts.iteritems():
/external/valgrind/main/docs/internals/
Dxml-output.txt436 <suppcounts>
439 </suppcounts>
Dxml-output-protocol4.txt288 <suppcounts>
291 </suppcounts>