strtod 3016 tools/perf/ui/browsers/hists.c double new_percent = strtod(buf, &end); strtod 219 tools/perf/util/callchain.c callchain_param.min_percent = strtod(tok, &endptr); strtod 354 tools/perf/util/callchain.c callchain_param.min_percent = strtod(value, &endptr); strtod 361 tools/perf/util/callchain.c callchain_param.print_limit = strtod(value, &endptr); strtod 160 tools/perf/util/expr.y res->num = strtod(s, (char **)&p); strtod 132 tools/perf/util/pmu.c *sval = strtod(scale, end); strtod 191 tools/perf/util/time-utils.c d = strtod(str, &endptr); strtod 5721 tools/power/x86/turbostat/turbostat.c double interval = strtod(optarg, NULL); strtod 5749 tools/power/x86/turbostat/turbostat.c num_iterations = strtod(optarg, NULL); strtod 96 tools/testing/selftests/powerpc/benchmarks/null_syscall.c d = strtod(p + 1, &end); strtod 246 tools/thermal/tmon/tmon.c ticktime = strtod(optarg, NULL); strtod 251 tools/thermal/tmon/tmon.c temp = strtod(optarg, NULL); strtod 272 tools/thermal/tmon/tmon.c target_thermal_zone = strtod(optarg, NULL);