Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dblock-range.c331 return (double)br->coverage / branch->max_coverage; in block_range__coverage()
H A Dannotate.h341 u64 max_coverage; member
/linux/tools/perf/
H A Dbuiltin-annotate.c132 branch->max_coverage = max(branch->max_coverage, entry->coverage); in process_basic_block()