max_non_turbo_ratio_fp  148 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	double max_non_turbo_ratio_fp;
max_non_turbo_ratio_fp  245 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	decoder->max_non_turbo_ratio_fp = params->max_non_turbo_ratio;
max_non_turbo_ratio_fp  801 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		data->cbr_cyc_to_tsc = decoder->max_non_turbo_ratio_fp / cbr;
max_non_turbo_ratio_fp 1470 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	decoder->tsc_to_cyc = decoder->cbr / decoder->max_non_turbo_ratio_fp;
max_non_turbo_ratio_fp 1589 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	decoder->cbr_cyc_to_tsc = decoder->max_non_turbo_ratio_fp / cbr;