Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dstream.c125 es->streams_hits = callchain_total_hits(hists); in init_hot_callchain()
234 pct = (double)base_cnode->hit / (double)es_base->streams_hits; in print_callchain_pair()
238 pct = (double)pair_cnode->hit / (double)es_pair->streams_hits; in print_callchain_pair()
277 pct = (double)cnode->hit / (double)es->streams_hits; in print_stream_callchain()
H A Dstream.h17 u64 streams_hits; member