Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dstat-shadow.c318 double max_stalled = max(find_stat(evsel, aggr_idx, STAT_STALLED_CYCLES_FRONT), in print_instructions() local
327 if (max_stalled && instructions) { in print_instructions()
330 max_stalled / instructions); in print_instructions()