Symbol: print_float_value
tools/power/x86/turbostat/turbostat.c
3461
outp += print_float_value(&printed, delim, t->counter[i] / interval_float / 10000);
tools/power/x86/turbostat/turbostat.c
3463
outp += print_float_value(&printed, delim, pct(t->counter[i], tsc));
tools/power/x86/turbostat/turbostat.c
3475
outp += print_float_value(&printed, delim, t->perf_counter[i] / interval_float / 10000);
tools/power/x86/turbostat/turbostat.c
3477
outp += print_float_value(&printed, delim, pct(t->perf_counter[i], tsc));
tools/power/x86/turbostat/turbostat.c
3492
outp += print_float_value(&printed, delim, value_converted);
tools/power/x86/turbostat/turbostat.c
3497
outp += print_float_value(&printed, delim, value_converted);
tools/power/x86/turbostat/turbostat.c
3534
outp += print_float_value(&printed, delim, pct(c->counter[i], tsc));
tools/power/x86/turbostat/turbostat.c
3544
outp += print_float_value(&printed, delim, pct(c->perf_counter[i], tsc));
tools/power/x86/turbostat/turbostat.c
3558
outp += print_float_value(&printed, delim, value_converted);
tools/power/x86/turbostat/turbostat.c
3563
outp += print_float_value(&printed, delim, value_converted);
tools/power/x86/turbostat/turbostat.c
3688
outp += print_float_value(&printed, delim, pct(p->counter[i], tsc));
tools/power/x86/turbostat/turbostat.c
3700
outp += print_float_value(&printed, delim, pct(p->perf_counter[i], tsc));
tools/power/x86/turbostat/turbostat.c
3714
outp += print_float_value(&printed, delim, value_converted);
tools/power/x86/turbostat/turbostat.c
3719
outp += print_float_value(&printed, delim, value_converted);