Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Devent.h256 max_nonturbo : 8, member
/kernel/linux/linux-6.6/tools/perf/util/
H A Devent.h192 max_nonturbo : 8, member
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c1731 if (data->max_nonturbo) { in perf_sample__fprintf_synth_cbr()
1732 percent = (5 + (1000 * data->cbr) / data->max_nonturbo) / 10; in perf_sample__fprintf_synth_cbr()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c1891 if (data->max_nonturbo) { in perf_sample__fprintf_synth_cbr()
1892 percent = (5 + (1000 * data->cbr) / data->max_nonturbo) / 10; in perf_sample__fprintf_synth_cbr()

Completed in 12 milliseconds