Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dstat-shadow.c34 u64 metric_total; member
275 v->metric_total += count; in perf_stat__update_shadow_stats()
279 v->metric_total += count; in perf_stat__update_shadow_stats()
746 u64 metric_total = 0; in generic_metric() local
760 metric_total = v->metric_total; in generic_metric()
775 if (metric_total) in generic_metric()
776 expr__add_id(&pctx, n, metric_total); in generic_metric()