Home
last modified time | relevance | path

Searched refs:streams_hits (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 3 milliseconds