Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dunits.c36 double convert_unit_double(double value, char *unit) in convert_unit_double() function
60 double v = convert_unit_double((double)value, unit); in convert_unit()
H A Dunits.h15 double convert_unit_double(double value, char *unit);